Hi,
This might be a question for the javascript SmartClient library forum...
I'm exploring the Live Grid example to see if it can scale up to meet our needs. We could have 5,000 rows of data in the result set we need to view in a grid.
Obviously we don't want to load all 5,000 rows into the grid at once. From the LiveGrid example, I see the ListGrid supports lazy-rendering so only the data needed to fill the viewable area is rendered. That's good - but that only solves part of the problem.
It looks like the datasource returns the entire file at once. What I need is a dynamic data source where only N rows are fetched at a time and then as the user scrolls down, more rows are fetched and then rendered as needed.
Does SmartClient support this?
The current grid we are using (the dhtmlxgrid from www.dhtmlx.com) does support lazy loading and lazy rendering. But I'd prefer to use the SmartClient list grid if it can do the same.
thanks,
Tom
This might be a question for the javascript SmartClient library forum...
I'm exploring the Live Grid example to see if it can scale up to meet our needs. We could have 5,000 rows of data in the result set we need to view in a grid.
Obviously we don't want to load all 5,000 rows into the grid at once. From the LiveGrid example, I see the ListGrid supports lazy-rendering so only the data needed to fill the viewable area is rendered. That's good - but that only solves part of the problem.
It looks like the datasource returns the entire file at once. What I need is a dynamic data source where only N rows are fetched at a time and then as the user scrolls down, more rows are fetched and then rendered as needed.
Does SmartClient support this?
The current grid we are using (the dhtmlxgrid from www.dhtmlx.com) does support lazy loading and lazy rendering. But I'd prefer to use the SmartClient list grid if it can do the same.
thanks,
Tom
Comment