Hi all,
I have a problem about create a custom sorting of WinGrid.
For example: When user click on header column to sorting, I want the grid still have indicator (and everything like default it be) but don't implement the default sorting because I will use my sorting for it.
How I do that?
Thanks a lot
Dan
Hi, Dan
Set grid.DisplayLayout.Override.HeaderClickAction to ExternalSortMulti or ExternalSortSingle.
This will allow the user to change the sort indicator icon, but prevent the grid from doing any sorting of the data - you can then sort the data yourself.
Alex.
Hi Alex,
One more thing I want to ask you. Can I do a same thing for Grouping, Filtering?
Thanks,
It worked :), thanks a lot to you.
@Mike: I will try your suggestion, btw, thanks.
The supporting from Infragistics forum is very impressive to me.