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