Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
igGrid Sorting 'remote' sortUrlKey usage (oData Conventions)
posted

Hi,

I am using igGrid in non mvc project.

I want to use Sorting, Grouping of type 'remote' with datasourceURL specified

 var pageUrl = $get('serverURL').value + 'Core/UserControls/GridService.svc/GridOperations?obj='+params;

 features: [
                        {
                            name: "Sorting",
                            type: "remote",
                            sortUrlKey: "Sort",}]

Now the problem is sotURlkey thing is not working for me, When the made to server i cant identify the column and the direction.

Could any one help me, I'm Stuck here.