Is it possible to add two or more repository controls in devepxress grid control
Hey i am dealing with winform(c#) application. i am using Devexpress Grid Control.
Is it possible 开发者_如何转开发to have two or more repository controls in grid control column for edit purpose.
eg.. say like a textbox and combo box in a grid column.(this is possible in web application by adding item templates to the grid column)
Is this possible or any other way to get this done?
You can set the GridColumn.ColumnEdit property to specifying the editor used to edit a column's value
精彩评论