I see dialogs for managing the filtering and column choosing functionality of the grid.
Are there equivalent dialogs for sorting and grouping? I did not see them in the examples and am looking for this for 508 compliance.
Thank you
Hi,
There's no sorting dialog. Sorting is accomplish simply by clicking on the column header of the grid. So in terms of 508 compliance, this would mean selecting the header object and triggering the DefaultAction.
Grouping requires the user to click and drag a column, so I'm not sure there is any way to do that through accessibility. You could, of course, provide buttons or a dialog of your own to do this.