hi,
Is there more to row reordering grid then just setting RowReordering property of the grid to true and AllowRowReordering of DataSource to true? I tried setting those 2 properties to true but cannot get reordering column to appear.
thank you
Mark
thank you very much
Hey Mark,
Yup, there seems to be a bug with the timing.
As a workaround, you need to set the rowReordering property after you set the datasource, and then for good measure, make sure you call updateData.
That definitely shouldn't be the case, so we'll definitely fix this.
I've attached a sample to demonstrate what i'm talking about.
Thanks for the report!
-SteveZ
Hi Steve,
I am talking about RowReordering only, and cannot get reordering column to appear. (The column on the right that you can drag and drop rows)
I uploaded one of your samples file where I can demonstrate the problem. Based on the sampler all I have to do was to set true on a flag but seems I am missing something.
Thank you
Never mind, i understand your question now. Just need to work on my reading comprehension.
I'm testing it out now.
Thanks,
Sorry for the delayed response.
To be clear, are you talking about Row reordering, or Column reordering?
You mentioned in your above post that you set the row reordering properties, but could not get column reordering to appear?
I'll make a sample for either one, just wanted to know which you were referring.