Hi,
I need a combobox in a xamdatagrid with two columns.
it's possibile to apply a template style to a ComboBoxItemsProvider to do this?
Thks for help.
Sacha
Hello Sacha,
I am not sure why you want to style the ComboBoxItemsProvider. That would not be helpful. You probably want to create a style for the XamComboEditor and apply it at the EditorStyle property of the field's settings.
Yes...
I apply the style to the XamComboEditor and the "problem" was solved.
Thks...