I am implementing server side filtering and found the explanation of the filter data to expect from Kendo to be incomplete at best. Depending on how many columns you sort on and in which order you do it, the filter parameters in the URL parameters vary considerably. Noting that there's no direct way to translate them into maps and arrays, how exactly did you intend for us to parse them out?
If any of you have successfully implemented server side filtering, please respond with any info you could share about how you parsed out the filter parameters.
If any of you have successfully implemented server side filtering, please respond with any info you could share about how you parsed out the filter parameters.