Rank: Newbie Groups: Member
Joined: 3/25/2014 Posts: 1
|
We have a grid that has 1780 rows and 45 columns and when we try to add a row it does not allow the new row to to be added. The script is running in the background well but breaks on the client side/ EO grid. We have seen this on a couple of other posts but want to confirm this issue 1) http://www.essentialobjects.com/forum/postst4517_Grid-Control-Performance.aspx( in this link admin of eo grid have written that there is issue with performance if we have large number of columns ) 2) http://www.essentialobjects.com/forum/postst3602_Grid-Performance--Capacity.aspx( in this link admin have clearly written that there is no any row limit, but yes if we redraw or modify this much number of data it can end up without any error message )
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
It's definitely not a good idea to have that many columns. The Grid is much more optimized for rows than for the columns. So 45 columns will drag the performance down considerably. You may want to consider using a master/detail interface where the Grid only has a few columns, but if user clicks one of the row, then you have a detail panel that displays all other information about that row.
Thanks!
|