FeatureRequest ? |
Post Reply |
Author | |
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
Posted: 30 October 2007 at 6:24am |
How can i synchronise Records and Rows ?
I have a reportcontrol with a checkbox-column and some textcolumns.
The user can mark rows and drag and drop rows within the reportcontrol.
If he click the columnsheader i automaticly sort the report by checkbox-column AND the textcolumn, so the marked rows appears on top and the rest sortet by text.
In this case i loose drag/drop-possibilities because rows and records are different in index-property.
So my solution now is, to put all records in an own collection, sort it and repopulate the hole reportcontrol to hold drag/drop-functionallity.
This is not an elegant way and also not very fast !
It would be nice and easy to sort the records too as i can sort the rows or if i sort rows (automatic or by program) the records shall be sorted in the same order as the rows to get the index-properties aof row and record to the same.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions 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 |