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
180
Problems with UltraGrid GroupBy Column with ValueList
posted

Hello,

I have an UltraGrid where some Columns display their contents with ValueLists and ComboBoxes.

Now I have three problems with this constellation:

1.) When grouping by this Column, the group-band doesn't display the DisplayMember, but the ValueMember this means it displays e.g. the ID and not the Name of the selected Value of this group (e.g. Name: -1 (98 items)

2.) When the content is grouped by this column and this column is also shown in the grid, so that I can change this value, when changing the value of this combobox this record isn't moved to the new group. That means when the grid is grouped by the Name and I change the name, that this record still stays in the old group

3.) How can I translate the string (x items) in the group-band? I have translated all the ResourceStrings including "AllRowsFilteredOut", but I still see the english string.

 

I hope you can help me.

Regards,

Patrick