Hi,
I have a webgrid on the page. The grid populated by selecting an item from a webcombo. There are more than 1000 rows. Up to here, everything is fine but I hit with the following issues:
It is very annoying and I can not find anything in the property. Am I missing something here?
Thanks,
Kamal
Hello,
I did removed OnLoadDemand but it has a effect on performance. It takes a while to load data. A friend of mine recommended to use Paging on the Grid.
How can I increase the pagesize? Do I set rowsrange to 0?
I removed the LoadOnDemand=”Xml” property and it works normally.the LoadOnDemand property has default value of 50 rows to fetch , and when you scroll down it loads other rows. I can advise you to override this behavior (increase the pageSize for load on demand) , or just disable it in order to have all the rows available. (setting the page size to 0 or 1 should be ok for that).
Hope this helps.
I have attached the page and code behind. Please advice if you find anything wrong with the setting.
kamal
HelloCould you send me some more detailed inforamtion about the logic behind the combo items. How does it bind to the grid (the model you use - connected or disconnected). Do you access the rows on the client side or on the server side? You could just attach the ASPX page and the code behind, that would be very helpful.Thanks.