I fill data in C1FLEXGRID from DataTable using for...each loop with DataRow and DataRowCollection but it gives output very slow. How can I solve it.
views:
106answers:
1
+1
A:
Have you tried switching off drawing while adding the rows?
grid.redraw = False
// Add rows here
grid.redraw = True
Binary Worrier
2010-01-04 14:14:00