In the Grid for .NET helpfile:
ms-help://Xceed.Grid/Documentation/CellEditorManagers_and_CellViewerManagers.html
"Each cell or column can have a CellViewerManager or
CellEditorManager assigned to its CellViewerManager and/or CellEditorManager
properties. If a CellViewerManager is assigned to the CellViewerManager
property of a column, it will be used to view the content of each cell in the
column unless a cell's CellViewerManager
property has been explicitly set, in which case the cell's CellViewerManager
will be used to display the content of that specific cell. "
Is this what the the second sentence should be?
"If a CellViewerManager is assigned to the CellViewerManager
property of a column, it will be used to view the content of each cell in the
column unless a cell's CellEditorManager property has been explicitly set, in which case the cell's CellEditorManager will be used to display the content of that specific cell. "
Thanks,
Steve