Hi,
I am using custom sort for some columns and found that default sorting is not working with custom sort. I am using scope.source.sort = sortFunction; for my custom sorting. I want that when grid loads it should load with default sorting but when a user clicks on some column it initialize custom sort. My grid is getting loaded with default sorting but when i catch the click or columnclick event and initialize scope.source.sort = sortFunction; it first removes my default sorting and custom sort also doesn’t work. After first click when i click second time for sorting my custom sort works. Is there any way to make both type of sorting work together.
Regards,
Mukund Tiwari