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
1390
Remote sorting and grouping using sortUrlKey
posted

Hi, I'm trying to use the remote sorting and grouping features.

According to the forums I have set the urlSort key to the odata URI protocol.

 

{
					name: 'Sorting',
					type: "remote",
					sortUrlKey: "$orderby",
					sortUrlKeyAscValue: "asc", 
					sortUrlKeyDescValue: "desc",
					columnSettings: [						
						{columnKey: "IsNew", allowSorting: false}						
					],
				},
				{
					name: "GroupBy",					
					type: "remote",													
					allowGrouping: true
				}

But it seems like the feature setting gets ignored.

 The request query still comes out as

 

 Please can u assist.

Thanks in advance.

 

 

 

Parents Reply Children
No Data