BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Response | |
To show the row value as context menu, when rightclick the cell value and commit that selected value to grid cell |
We have prepared the sample as per your requirement by using CellClick event in SfDataGrid. Please find the sample link below the table.
| |
Validation for the checkbox column |
By default SfDataGrid doesn’t support the RowValidating event for non editable columns. You can achieve your requirement to show the error icon in row header for Boolean column by using the IDataErrorInfo interface.
Please find the below code snippet.
Please find the below UG link.
Please refer the UG in below link for limitation in validation,
|