I have a grid with a column containing string data and a hidden column containing byte data. The byte data specifies a type of row in some cases the string data will be a Date. Is it possible to change the editor for specific cell instead of using the column layout to specify the editor?
Hello indxlogic,
To add different editors to various cells in a particular column the cells collection of the UltraGrid exposes the EditorComponent. Please refer to the following documentation for further details. Let me know if this is what you are looking for. http://help.infragistics.com/Help/NetAdvantage/WinForms/2013.1/CLR4.0/html/WinControlContainerEditor_Embed_Different_Editors_within_WinGrid_Cells_of_the_Same_Column.html