SMART datagrid v.1 > Types

Back  Forward

DataLudi.CellButton

The type of buttons to be displayed in data cell. 

Values
NONE"none"Do not display the button.
ACTION"action"The button of firing onCellButtonClicked event when click the mouse.
POPUP"popup"Display popupMenu specified in the column when click the mouse.

 

See Also
DataColumn.button
DataColumn.buttonVisibility
DataColumn.onCellButtonClicked
popupMenu
ButtonVisibility
Examples
Data Cell Buttons