Search code examples
c#devexpressxtragrid

Show control depending on object data in XtraGrid Column


I need to show control depending on object data in XtraGrid cell of column. i.e. different coltrol in cell depending on data. Any tutorial or demo ?


Solution

  • You need to handle the CustomRowCellEdit event.