Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
375
ColumnHeader click event / Sorting Problem
posted

Hi,

my problem is that I have to visualize some values as images. So I have a datatable including columns of integers (0/1). In the UltraGrid I have referenced ValueLists for these columns. So after data was loaded different images will be shown in this columns to visualize an order or payment status for example. That is working fine. But if I want to sort the grid by that columns nothing happens when clicking at the column header. For all other columns the sorting is working correct. Maybe the sorting will not work if columns are referencing value lists?

What I want to know is how can I sort the grid by columns which has references to value lists or a how can I implement a single header click event to sort the grid programmatically. Can anyone help me?

Kind regards,

Ralf