Hi Sachith,
The IDataGridCellRenderer interface serves as a
foundation for various DataGridCellRenderers. DataGridCellRenderers allow you
to customize different cells within the DataGrid to meet your specific
requirements.
Below table lists the available cell types for columns
and its renderers.
|
S.no
|
Column Name
|
Renderer Name
|
Cell Type
|
|
1
|
DataGridTextColumn
|
DataGridTextBoxCellRenderer
|
Text
|
|
2
|
DataGridNumericColumn
|
DataGridNumericCellRenderer
|
Numeric
|
|
3
|
DataGridCheckBoxColumn
|
DataGridCheckBoxCellRenderer
|
CheckBox
|
|
4
|
DataGridTemplateColumn
|
DataGridCellTemplateRenderer
|
Template
|
|
5
|
DataGridImageColumn
|
DataGridImageCellRenderer
|
Image
|
|
6
|
DataGridDateColumn
|
DataGridDateCellRenderer
|
DateTime
|
|
7
|
DataGridComboBoxColumn
|
DataGridComboBoxRenderer
|
ComboBox
|
Regards,
Nirmalkumar