I can't get SortByMultipleFields to work in my xamDataGrid. I'm setting the LabelClickAction to SortByMultipleFields in FieldLayout.FieldSettings. I can get other things in there to work like the CellClickAction, but not this.
Any thoughts?
Thanks.
Hello Mike,
I am really glad to hear you have found an answer to your issue. Regarding the issue submission, I can suggest you use the licensed support you have purchased, on our website: http://es.infragistics.com/support/submitrequest.aspx . These request get submitted directly in our internal system and are assigned to developer support engineers like me.
Of course you can also use the community forum where more people have access to it and answer it and also take advantage of the response.
Please let me know if you require any further clarification on the matter.
Well, I have kind of answered my question, I did not know that holding down the CRTL key would be the selector in adding an additional field to sort by.
Here is something related. In online documentation it says to do this:
<!-- initialize settings for the fields in this specific field layout --> <igDP:FieldLayout.FieldSettings> <igDP:FieldSettings CellClickAction="SelectRecord" AllowEdit="False" LabelClickAction="SortByMultipleFields"/> </igDP:FieldLayout.FieldSettings>
However, when using the designer and selecting the same properties they did not show up and when I set them, they showed up here:
<igDP:XamDataGrid.FieldSettings> <igDP:FieldSettings CellClickAction="SelectRecord" LabelClickAction="SortByMultipleFields" AllowEdit="False" /> </igDP:XamDataGrid.FieldSettings> So my question is where is the best place to put these settings? Thanks.
<igDP:XamDataGrid.FieldSettings> <igDP:FieldSettings CellClickAction="SelectRecord" LabelClickAction="SortByMultipleFields" AllowEdit="False" /> </igDP:XamDataGrid.FieldSettings>
So my question is where is the best place to put these settings?