Hi,
I have a ggc with a p-c relationship and I have 2 columns that I need to do something funky with.
I have a UWI column and a sortUWI column. The UWI column contains alpha numeric chars so a sort on that column can''t be done properly. So I have built a numeric column SORTUWI and sorting on it will provide the proper results.
Now in my parent rows I don''t show SORTUWI, only UWI. When the user clicks to sort on the UWI column I actually need it to sort the SORTUWI column, Ascending/Descending.
This part I have done so far. By handling the TableControlQueryAllowSortColumn and adding sort on the SORTUWI column. But I also need to show the user that the UWI column has been sorted ascending/descending. Is there a way make the ascending/descending arrow show. With out actually sorting on that column.
Attached is a snippet of my code in the TableControlQueryAllowSortColumn function incase it helps.
Regards,
Chris Wescott
UWISORT.zip