Performance of posting data to dataset
Posted: Mon 05 Apr 2010 20:40
I have TUniQuery (SELECT 0 as checkbox, * FROM table1) with CachedUpdates=true
+ datasource + grid (Devexpress cxgrid)
In grid I just need to show readonly data and 1 editable column with checkboxes
When I click on checkbox, data posts to dataset, but it is very slow (about 500ms).
I dont need to save data or edit any columns except checkboxes.
How can I improve performance?
+ datasource + grid (Devexpress cxgrid)
In grid I just need to show readonly data and 1 editable column with checkboxes
When I click on checkbox, data posts to dataset, but it is very slow (about 500ms).
I dont need to save data or edit any columns except checkboxes.
How can I improve performance?