:: Forum >>

Using CSV for Grid

Hi. I have seen examples that uses data from a CSV file to populate a grid. However, in the examples, it is necessary to explicitly set the column-count and the headers for the columns. Is there anyway the control can decide the number of columns and the headers from the CSV file itself? (where the first row of of the CSV file contains the column-headers)

Also, I may be using this control for approx. thousands of rows. While the data is loaded quite quickly, there are some delays when updating (either after scrolling, or resizing of the columns). Is there any way the grid can break the data into pages (pagination), which will possibly workaround the problem.

Thanks.
sadrul
Thursday, November 16, 2006
The current CSV data source does not support this. You have to extend it or build your own CSV table model.
Alex (ActiveWidgets)
Thursday, November 16, 2006

This topic is archived.


Back to support forum

Forum search