Categories | Question details Back To List | ||
disable perticular column sorting in grid Hi , I want to disable sorting in perticular column in my grid , how do i go about Answer posted by Support on Mar 31, 2008 03:17 The setColSorting command can have a sorting type as "na" - not available grid.setColSorting("str,na,str"); //disable sorting for second column |