This question is locked. New answers and comments are not allowed.
Hi All,
One of the feature of sorting the telerikgridview as written in the help manuals is as follows:
"By clicking again on the header the sort direction is changed to descending and on the next click the sorting is cleared. The header goes into his normal state and the arrow disappears."
I don't want the sortdescriptor to get clear no matter how many times the user click on the sort column. My application is being developed in MVVM so i can't use the codebehind to track the last column. This is the default behaviour and i really want it to be overridden or configured not to be applied. If a user clicks a column it gets sorted ascendingly on the third click i again want it to be seen ascendingly and the sortdecriptor to preserve itself. The native silverlight grid doesnot remove the sort descriptor on the third time click of the same column
Looking forward urgently!
Thanks
One of the feature of sorting the telerikgridview as written in the help manuals is as follows:
"By clicking again on the header the sort direction is changed to descending and on the next click the sorting is cleared. The header goes into his normal state and the arrow disappears."
I don't want the sortdescriptor to get clear no matter how many times the user click on the sort column. My application is being developed in MVVM so i can't use the codebehind to track the last column. This is the default behaviour and i really want it to be overridden or configured not to be applied. If a user clicks a column it gets sorted ascendingly on the third click i again want it to be seen ascendingly and the sortdecriptor to preserve itself. The native silverlight grid doesnot remove the sort descriptor on the third time click of the same column
Looking forward urgently!
Thanks