Thursday, April 30, 2009

DATAGRID PROPERTIES

The DataGrid supports a text box column, check box column, and a template column for customizing content.
Text box column:
The text box column will show content in a text block control in non-editing mode and in a text box control in editing mode.
Check box column:
The check box column renders content in a check box control.
It provides an IsThree state property when set to true.
The state of the check box can be Checked, Unchecked, or Indeterminate.
Template column:
For custom content/controls on the column, we can use the template column.
CellTemplate and CellEditing template columns can be used for changing content in edit mode.

No comments:

Post a Comment