10-24-2023 05:43 AM
Hi Folks,
Is there a way to further customize the datagrid per column.
For example:
- change string to masked input type (for user account setting)
- change font for specific column
- create hyperlink
12-11-2023 02:41 PM - edited 12-11-2023 02:42 PM
You can configure the Content font for a column in a DataGrid by selecting the column and configuring its Content font setting in the Properties pane:
- change string to masked input type (for user account setting)
- create hyperlink
As of G Web Development Software 2022 Q3, masked input and hyperlink are not supported column types of the DataGrid.
Another pattern that may be valuable is the "master/detail" pattern:
A benefit of that approach is not being restricted to control types available in the DataGrid / Table and being able to provide a rich item editing experience / more interaction options.