Rank: Member Groups: Member
Joined: 2/6/2012 Posts: 13
|
Hi,
I have a grid that I am populating from c# code behind and the grid has 2 columns:- Column 1 is a checkbox column Column 2 is a text (string) column.
Everything works fine except when I try to put 1000 'items' (DataBind) to the grid it shows all the items added correctly scrolls up/down OK and I can tick any of the checkbox columns, read from the grid etc.. But then I get all sorts of problems mainly in IE8 when I try to navigate to another page within the web application as it causes IE8 to hang for about 10 seconds before it navigates to another page. If I restrict the number of items say to approximately 350 that I put into the grid then there is no problem navigating to another page in any browser.
I can't use paging as I need the user to see all the items in the grid by scrolling up/down so they can tick the items they want. Grid shows about 10 items to the user and the vertical scroll bar.
So is there a limit of the number of items that can be added to the grid ?.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
The Grid does not have a hard limit on item numbers. We are not aware of the Grid would prevent you from navigating away from the page either (it would make much sense if it is slow to load, instead of slow to navigate away). So you might want to try removing other contents in your page and see if it has anything to do with those.
Thanks!
|