I have a RadGrid in a page.It has predictive type ahead for filtering + also has colour coding for each item in the grid.The grid also has a button for each of its items.
Since the grid is heavy , when the page is first opened and a user immmediately clicks on the button next to the any item , the grid collapses. I tried debugging this scenario and found that it was not hitting the item command on the button click in this scenario. Thus I concluded that it can be due to the fact that the grid is not completely loaded. Although this occurs infrequently.
Another situation also comes up when the page is just loaded and the user clicks on the filter to see the options available in it. In this case also it gives some error.The occurence of this error is alo not very frequent.
These scenarios only occur in case when the page is just opened.
No such cases come up when after the page is opened and the prepopulated grid is again populated with some search result i.e after a postback.
Since the grid is heavy , when the page is first opened and a user immmediately clicks on the button next to the any item , the grid collapses. I tried debugging this scenario and found that it was not hitting the item command on the button click in this scenario. Thus I concluded that it can be due to the fact that the grid is not completely loaded. Although this occurs infrequently.
Another situation also comes up when the page is just loaded and the user clicks on the filter to see the options available in it. In this case also it gives some error.The occurence of this error is alo not very frequent.
These scenarios only occur in case when the page is just opened.
No such cases come up when after the page is opened and the prepopulated grid is again populated with some search result i.e after a postback.