We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

GridDataControl Combobox

I have a ComboBoxColumn in a grid data control.
When I change the selected item, I can't see the change until I moved out of the cell in focus.
It's there any way to do it?

Best

Francisco



2 Replies

FR Francisco November 3, 2011 06:57 PM UTC

Any thought?

BTW I create the visible column with the following code:

GridDataVisibleColumn visibleColumn = new GridDataVisibleColumn
{
Binding = visibleColumnField.Binding,
MappingName = visibleColumnField.Name,
HeaderText = visibleColumnField.DisplayName,
VisibleColumnType = typeof(object),
ColumnStyle = new GridDataColumnStyle() {
HorizontalAlignment = visibleColumnField.HorizontalAlignment,
VerticalAlignment = visibleColumnField.VerticalAlignment,
CellType = "ComboBox",
ItemsSource = visibleColumnField.ComboBoxList }
};




RA Rajasekar Syncfusion Team November 21, 2011 09:12 AM UTC

Hi Francisco,

Sorry for the inconvenience, We are able to reproduce the issue and we have already logged defect report in our database. Due complexity in the fix and some behavioral problem with existing features, we need some more time to analysis and do the code changes without breaking our existing behavior in our combo box renderer , It will be fixed in our next volume release, which will be out by mid of January. So we request you to check our product page periodically.

Please let us know if you have any queries.

Thanks,
Rajasekar




Loader.
Live Chat Icon For mobile
Up arrow icon