SortKeyField not functioning

4 replies. Last post: November 18, 2011 8:05 AM by davidpendry
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
davidpendryMember
Hi,

We are having problems getting the SortKeyField on a column to reference another column..
The grid operates and sorts on other columns ok, but not on modified SortKeyField .

Does this functionailty actually work ? If so can you please direct me to a worked example ?

Code below

MyGrid.RootTable.Columns[4].Name = "Dates";
MyGrid.RootTable.Columns[4].SortKeyField = "FirstDate_";


MyGrid.RootTable.Columns[9].Name = "FirstDate";
MyGrid.RootTable.Columns[9].Visible = false;

Regards

David
All times are GMT -5. The time now is 7:25 PM.
Previous Next