1.

What Are The Different Types Of Columns That Exist In Datagrid?

Answer»

The different column types used in DataGrid are as follows:

  1. BoundColumn: this type is used to display the field in a data source. The field CONSISTS of an item in the form of TEXT. This is the DEFAULT column type in DataGrid CONTROL
  2. ButtonColumn: this type is used to display the column that consists of editing commands used in the column. 
  3. HyperLinkColumn: this type displays the content of item in the column as a hyperlink. The content can be in the form of a text or it can have an association with other fields. 
  4. TemplateColumn: this type displays the item according the template and it also allow the CREATION of custom controls for the templates.

The different column types used in DataGrid are as follows:



Discussion

No Comment Found