Can anyone help me with UDT sorting? I would like to be able to sort by a column like Date DESC
@{
int moduleId = ******;
int tabId = *******;
var ds = (new UserDefinedTableController(moduleId, tabId, new UserInfo())).GetDataSet(true);
}
@foreach(DataRow row in ds.Tables["Data"].Rows){
//
}