Version

CellClickAction Property Added

Prior to this release, the CellClickAction property existed only in the UltraGridOverride class. Now, CellClickAction has been added to the UltraGridColumn class. This property allows you to control the behavior (on a per-column basis) that occurs when the user clicks a cell. For example, you can specify that when the user clicks a cell in a specific column, the cell is selected and highlighted.

cellclickaction property added to ultragrid

CellClickAction set to EditAndSelectText