sorting saves value in wrong place

Hi,
I use Grid Grouping Control. I first click on any column header to sort. Then enter value for row#1, column #2. Then click on any empty column. The value will moved to the another row that has #1 before sorting.
For example:
Original rows:
A
B
C
Rows after sorting:
C
B
A
Enter word ‘test’ for C:
C test
B
A
Click on any empty row and get:
C
B
A test

Is there a way to fix it. If I cannot fix it, how to disable sorting?

Thanks in advance
Irina

2 Replies

AD Administrator Syncfusion Team August 31, 2006 05:33 AM UTC

Hi Irina,

This is an expected behavior. There is no built-in support for disabling the sort order in Essential version 2.0.5.1. As a workaround, you can disable the sorting using TablecontrolCellClick event. Please refer the below forum thread for more details.

http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=41491

Thanks,
Haneef


IJ Irina Jouk August 31, 2006 01:35 PM UTC

Thanks Haneef. It works

Irina

Loader.
Up arrow icon