How to find WebDropdow Control from Webdatagrid without Using of Item[Index]
how to find webdropdown from webdatagrid,
We want to find control from WebDataGrid without using column index
we could achive using following code in cs file but we want to find control without going to itemindex level WebDropDown
WebDropDown1 = (WebDropDown)WebDataGrid1.Rows[0].Items[2].FindControl("WebDropDown1");
i.e. we would like to find control using following code like we an in asp:GridView controlWebDropDown WebDropDown1 = (WebDropDown)WebDataGrid1.Rows[0].FindControl("WebDropDown1");
if we write above line then WebDropDown1 returned as NULL so we get error of object reference not set to an instance of object.
Hi primal mahant,
Here is the documentation - http://help.infragistics.com/NetAdvantage/jQuery/2012.2/CLR4.0?page=jQuery_NA_jQuery.html
The API reference - http://help.infragistics.com/jQuery/2012.2/
And the online samples browser - http://ko.infragistics.com/products/jquery/samples.
hi, nikolay
How to use IGNITEUI in my asp.net website,
I want to use Jquery , How to user Jquery / HTML 5 control in my website.
Please give any examples link or samples (demo) ,
ok , Thank you.
Hi parimal mahant,
This issue should be resolved in the latest service release for v12.2. You can get it from https://ko.infragistics.com/my-account/keys-and-downloads/. Select your product and go to Service Releases tab. There you will find the download link.
Feel free to contact me if you have any questions.
Thanks Nikolay,
given link is working,
Please Check Attached file.
Screen short in attached file.
At run time textbox is display but on design page it showing blank.