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
590
Multi Sort does NOT work on WDG
posted

I have a WDG where by the property of "Sort" is set to "Multi" indicating user should be able to click on different column headings and the grid should sort on "ALL" those columns. It seems to be a st forward setup but my the WDG behaves like a single sort.

Not sure if I need some other flags turned ON/OFF. Here is the aspx code:

 

 

 

 

 

 

 

 

 

 

 

 

<

 

 

 

Behaviors

>

 

 

 

<ig:ColumnResizing

>

 

 

 

</ig:ColumnResizing

>

 

 

 

<ig:Paging PageSize="50" QuickPages

="5">

 

 

 

</ig:Paging

>

 

 

 

<ig:Sorting SortingMode

="Multi">

 

 

 

</ig:Sorting

>

 

 

 

<ig:Filtering

>

 

 

 

</ig:Filtering

>

 

 

 

<ig:ColumnMoving DragMarkupCssClass

="">

 

 

 

</ig:ColumnMoving

>

 

 

 

</Behaviors

>