Welcome Guest Search | Active Topics | Sign In | Register

Too Many Columns Options
stateofappiness
Posted: Tuesday, March 25, 2014 11:27:30 AM
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 )
eo_support
Posted: Tuesday, March 25, 2014 12:26:58 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.