I am using JQGrid with grouping. I am having Grouped Data something like this.
Test0001
name description date response
date response
Test00011
name Description date response
date response
date response
Test0002
name Description date rersponse
I want to sort group header, currently it has been sort as a sting, but I want to remove prefix and then I want to sort it as int. So output would be first Test0001 ,Test0002 then Test00011. So is there any way to add custom sort on groups