This is a migrated thread and some comments may be shown as answers.

backgroundcolor of comboboxcolumn in radgridview

1 Answer 31 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 31 Mar 2010, 03:34 PM
We have a grid with a colum of type combobox. When the combobox changes value we would like to change the background color of that same column.

  • We have use a Behaviour to bind a convertor to our Rows.
  • Everything works fine when the grid is loaded the first time.
  • On subsequent changes for the combobox value, the background is not updated

Observations

  • When we change to foregroundcolor (instead of the backgroundcolor) everthing works fine.
  • When we set the backgroundcolor of another (non combobox) column, everything works fine.

Thanks in advance,
Marc

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 01 Apr 2010, 01:24 PM
Hi Marc,

The problem with the combo column has been logged and will be addressed. We are performing some refactoring on the ComboBoxColumn for our next version and I will make sure  to include a fix for the issue.
Meanwhile as a workaround I would suggest to replace the ComboboxColumn  with a regular column which has a combobox in the CellTemplate .

All the best,
Pavel Pavlov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Marc
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or