HyperLink and Bound column in datagrid
-
Can anyone rell me the difference between bound column and hyperlink column in datagrid. I would like to know apart from linking to another page hyperlink column does anything else. Does hyperlink column as all the functionality of bound column.
Hi there, IMO, the main difference between a BoundColumn and a HyperLinkColumn is the way to display data of the field bound to the column. With the BoundColumn you can display the bound data as text, meanwhile with the HyperLinkColumn the data is displayed as a hyperlink. Also, you should remember that both these columns inherit from the base class DataGridColumn which defines the properties and methods that are common to all column types. For more information, you can see : DataGrid Columns[^] DataGrid Class [^]
-
Hi there, IMO, the main difference between a BoundColumn and a HyperLinkColumn is the way to display data of the field bound to the column. With the BoundColumn you can display the bound data as text, meanwhile with the HyperLinkColumn the data is displayed as a hyperlink. Also, you should remember that both these columns inherit from the base class DataGridColumn which defines the properties and methods that are common to all column types. For more information, you can see : DataGrid Columns[^] DataGrid Class [^]