Sorry, but there are no more tags available to filter with.
-
I am using a repositoryitemcheckedcomboboxedit in an xtragrid. The grid is bound to a List of objects. I set repositoryitemcheckedcomboboxedit .datasource = IEnumerable<object> and then set its display member and value member There is a field which contains a comma delimited values that is retrieved...
-
In the application I am working on - the selected values (Ids) are stored in a varchar column in the database as a comma delimited list (e.g. 1, 2, 3) The application needs to get a list of choices (Name, Id) and display them in a checked combo box edit control in a data grid column. When the form is...
-
In have an xtragrid gridview. I add a repositoryitemcheckedcomboboxedit at the run time to one of the columns. I set check state to Checked on some of the items. But they do not show up as checked. Any ideas? I am attaching my sample code.