Hi,
I have a WebDropDown and a WebDataGrid on an aspx page I am developing on the .NET 3.5 platform in VS.NET 2010
I followed the example at http://help.infragistics.com/NetAdvantage/ASPNET/2010.1/CLR3.5/ but I am not having any luck and it is making me manic at this point, so I thought I'd post a question and go home in the hope of receiving a reply overnight.
I am attempting to place the ajax indicator, triggered by the WebDropDown, over the WebDataGrid, because the when the selection of the WebDropDown changes it repopulates the WebDataGrid
Can you point me to a fully working example (C# preferably) where the ajax indicator that the WebDropDown initiates, hovers over another control, such as a WebDataGrid?
Thanks in advance for any help,
Frank
Hello Frank
Thanks for posting this.
I am looking through your code and am curious about the javascript line:
grid._postAction(2);
I cannot find this in the WebDataGrid library documentation under ASP.NET AJAX CSOM. Where does this come from? I also notice in the VS debugger, there are many methods starting with "_" that seem to be undocumented. Is this an ommission in the documentation? If so, is there a way to get documentation on these methods?
Thanks
Jorge
Awesome, exactly what I needed. Thank you!
Hi Frank,
Yes, i have created a sample WebSite for your reference and attached it. You would need to point to your ig_res folder, and change the reference versions for the assemblies to match yours.
Hope it helps,
Angel