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
375
Remote grouping with Web Forms
posted

I'm developing a Web Form application (no MVC). At the moment I'm struggling to understand how igGrid does remote grouping. I've notice that when grouping is not active then sorting is done with the query string

$orderby=<ColName> asc|desc

when grouping is set a a feature then the ordering and the grouping is requested passing the query string

sort(<ColName>)=asc|desc

But nowhere in the documentation I've found what show be the JsonP format of the answer so that the igGrid can group the data.Could you please provide it to me?