B
BVM
Hi:
I have a datagrid. When clicking header it sorts automatically, but when I use datagrid.DataSource to manipulate data, the row of data that user select is different from the the row (same row number) in the dataset. How can I solve this problem and find out the correct row number?
BTW, how to stop sorting? I set AllowSorting=false, but it still sortable.
Thanks,
Dennis
I have a datagrid. When clicking header it sorts automatically, but when I use datagrid.DataSource to manipulate data, the row of data that user select is different from the the row (same row number) in the dataset. How can I solve this problem and find out the correct row number?
BTW, how to stop sorting? I set AllowSorting=false, but it still sortable.
Thanks,
Dennis