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
280
ID showing in group header instead of text, when having valuelist
posted

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.

Parents Reply Children