I am experiencing some odd behavior with Grouping.
1) Image Grouping 1.jpg relates to this behavior. I have dragged my column (called 'TDC') to the Grouping Header. Grouping shows correct, except for the rows where the value in the TDC column exceeded 8 characters. For that the heading above the grouped row is blank. All other rows are grouped correctly and the heading shows correctly. Note that the Grouped by displays TDC, which is correct.
2) Image Grouping 2.jpg relates to this behavior. Instead of dragging the TDC column to the Grouping Header I am using the Right Click Context menu. The code for this comes verbatim from the Telerik Examples for WPF. The same grouping behavior as in 1 is observed. The Grouped by displays CurrentTDCString instead of the TDC. The Unique Name is displayed instead of the Header Name.
3) Image Grouping 3.jpg relates to this behavior. I have dragged my column (called 'Sub TDC') to the Grouping Header. Grouping is done correctly, but the heading above all the grouped rows are always empty.
Both the TDC and Sub TDC columns are bound to Combobox items. The difference between the TDC and Sub TDC columns are that the TDC column use the ItemsSource binding while the Sub TDC use the ItemsSourceBinding binding. I have to do this because the items source for the Sub TDC column depends on the value selected in the TD column.
Help appreciated.
1) Image Grouping 1.jpg relates to this behavior. I have dragged my column (called 'TDC') to the Grouping Header. Grouping shows correct, except for the rows where the value in the TDC column exceeded 8 characters. For that the heading above the grouped row is blank. All other rows are grouped correctly and the heading shows correctly. Note that the Grouped by displays TDC, which is correct.
2) Image Grouping 2.jpg relates to this behavior. Instead of dragging the TDC column to the Grouping Header I am using the Right Click Context menu. The code for this comes verbatim from the Telerik Examples for WPF. The same grouping behavior as in 1 is observed. The Grouped by displays CurrentTDCString instead of the TDC. The Unique Name is displayed instead of the Header Name.
3) Image Grouping 3.jpg relates to this behavior. I have dragged my column (called 'Sub TDC') to the Grouping Header. Grouping is done correctly, but the heading above all the grouped rows are always empty.
Both the TDC and Sub TDC columns are bound to Combobox items. The difference between the TDC and Sub TDC columns are that the TDC column use the ItemsSource binding while the Sub TDC use the ItemsSourceBinding binding. I have to do this because the items source for the Sub TDC column depends on the value selected in the TD column.
Help appreciated.