Hi there,
I have an UltraGrid where some columns display their contents with ValueLists.
Now I have the following problem:
When grouping by this column, the groupby header doesn't show the display text, but the data value. In my case it shows the ID instead of the name:Shows: "<column header caption>: <data value> (nn items)"I want: ""<column header caption>: <display text> (nn items)"
I think the reason is, that I don't have the same ValueLists in every cell of the column. This means, I generate and set the cell's ValueLists in the InitializeRow event.
However how can I force the grid to show the text?
Regards, Petra.
Hi Petra,
This sounds like a bug that was recently fixed. Are you using the latest service release?
How to get the latest service release - Infragistics Community
Hi Mike,
the DLLs version is 10.1.20101.1007
Regards,Petra.