I have implemented grid panel,The thing is that the sorting is performed only on the records which are on client side.Like if there are only ten records then the sorting will be performed only on the 10 records
I want the sorting to be performed on the server side ie:as i hit any column,the column name or id should be passed to the server side any sorting should be performed on that particular column
I have gone through the <sortinfo> tag but it seems is takes only one column id
Thanks