I wanna use Xceed.Grid.CellEditorDisplayConditions.Always property but it says you will have to set the property of CellEditorManager.CreateControlMode as ClonedInstance.I looked for that property but could find that.can anyone provide me the snippet of using that property.
Thanks
Imported from legacy forums. Posted by Syed (had 2038 views)
You need to implement this property only when deriving your own editors in the Grid. The default grid editors are already set to ClonedInstance, so CellEditorDisplayConditions.Always will work fine by itself.
Imported from legacy forums. Posted by André (had 3003 views)