Sorting disable while cell value changed

Hi,

I am using GGC. I have sorting applied on the grid..when i try to change the value of the cell , In TableControlCurrentCellAcceptedChanges event i am manipulating the value and store in the underline record for that row. But due to sorting applied on the column as soon as user change the value before firing the TableControlCurrentCellAcceptedChanges event grid sort the rows and i am getting wrong value based on rowindex in the TableControlCurrentCellAcceptedChanges event.
Please tell me how to disable sort for cell change ...i want manual control over sort instead it resorts the records as soon as cell value changed.

Please give me some pointer on this

1 Reply

HA haneefm Syncfusion Team July 19, 2007 04:02 PM UTC

Hi Harshad,

Here is a forum thread that shows you "How to avoid the 'jumps' while the user changes the value in a sorted column?". It is implemented in GridDataBoundGrid. Similar way you can implement this tech in a GroupingGrid. Please try this and let me know if this helps.
http://www.syncfusion.com/Support/Forums/message.aspx?&MessageID=51318

Best regards,
Haneef

Loader.
Up arrow icon