How to use ajax indicator for webdatagrid?
I'm using server side to add row in the grid and infragistics V21.
Please help me!!!
Thanks in advance!!!
Hello Prakash,
I recommend you reviewing the following topic, which explains how to set up an ajax indicator to the WebDataGrid, additionally there is also a sample demonstrating the use of the ajax indicator.
Please let me know if you have any questions.
Regards, Ivan Kitanov
I'm using add button which is outside the grid. The Add button adds the row in the datatable and that datatable is binded to the grid. I used ajax indicator as mentioned in the api. But , it is not working as expected.
It seems that our colleagues are doing a maintenance, so the online version of the sample is not accessible right now, this content would be accessible as soon as the maintenance is completed. Additionally, you can also run a local version of the same samples that could be installed with the platform installer. If you don’t have it installed, please run the platform installer again and when installing check the option for installing samples.
Once you have the samples installed, please open the “ASP.NET Samples(Local)” application, then the sample browser should be available in your localhost. Navigate to “DataGrid” and click on the “Features List”, in the search field type “Ajax”, you should see two results - “AjaxIndicator - Using WebDataGrid” and “Ajax Indicator with Virtual Scrolling”.
As for the issue that you described, could you please elaborate more on what is not working as expected, is it the row adding or the ajax indicator not showing? Additionally, it would be very beneficial if you could send us a small isolated sample with steps to reproduce, since having a working sample on my side, which I can debug, is going to be very helpful in finding the root cause of the issue.