Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
865
Webgrid limited only to 50 rows ......
posted

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:

  • If I loop through rows,it does not loop more than 50 rows
  • When I select a row between row 1 and 50, it is fine but if the row position is after 50, nothing will be selected
  • the row counts return only 50.

It is very annoying and I can not find anything in the property. Am I missing something here?

Thanks,

Kamal

Parents
No Data
Reply
  • 7694
    posted

    Hello

    Could 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. 

Children