Hello
I am using silverlight 3 controls. I have a custom list of objects. Say
Employee
{
int Id;
string Name;
string Status;
}
I need to sort Employee objects by Id Ascending and Status. The sort order for Status is not alphabetical. For instance,
Order of Status is {Draft, Approve, Waiting, Reject, Hold }.
I have seen Telerik documentation for custom sorting and multi column sorting. I was not able to combine both the requirements. Could you please provide a working example?
Thanks
I am using silverlight 3 controls. I have a custom list of objects. Say
Employee
{
int Id;
string Name;
string Status;
}
I need to sort Employee objects by Id Ascending and Status. The sort order for Status is not alphabetical. For instance,
Order of Status is {Draft, Approve, Waiting, Reject, Hold }.
I have seen Telerik documentation for custom sorting and multi column sorting. I was not able to combine both the requirements. Could you please provide a working example?
Thanks