What syntax should I be using to sort Grid on multi column (Empid ,Name) at Run - Time.
I understand single column Sort code:
UgOpportunities.Bands(0).SortedColumns.Add(UgOpportunities.Columns.FromKey("ProductName"), True)
Thanks is advance.
Just do the same thing adding another column to the collection.
Nick
I am not sure on how to provide 2nd column. Any Sample code will help....