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
1145
sortMultiple
posted

The documentation for sortMultiple is a bit lacking: http://help.infragistics.com/jQuery/2012.1/ui.iggridsorting


I'm assuming it allows for sorting multiple columns, but the example doesn't give any sort of indication of how that's done and there's no documentation other than the sample line: 

$(".selector").igGridSorting("sortMultiple");

What I need to do is similar to what this user needed to do: http://www.infragistics.com/community/forums/p/72571/367397.aspx#367397

The difference is I need to retrieve all the data filtered and sorted as the user has it on the web page (this is part of an export function).

By the way, this seems like very obvious functionality that ought to be added to the grids at some point. I just throw this out there in case you're taking suggestions for functionality. I'm sure I'm not the first person who's wanted to retrieve a copy of all the data (unpaged) as the grid is currently configured by the user. That is, using the sort and filter options the user currently has...

Anyway, I need to know how to apply the currently set sort to the filtereddatsource   from the above referenced forum post.

Thanks.

Parents Reply Children
No Data