sfDataGrid shows red border around entire grid control

Hello

My sfDataGrid shows a red border around the entire grid (not any one specific column or row)... two questions: 1) why? and 2) how do I disable this?

I assume it's some kind of validation, but I can't seem to find the specific error that trips this (is it outputted anywhere?). I also do my own validation on the grid, so I don't need any additional validation.

I tried GridValidationMode="None" on the grid and on every column, none of it changed the behavior.

Please advise.

Dushan


1 Reply

SB Sweatha Bharathi Syncfusion Team March 1, 2024 01:49 PM UTC

Hi Dushan ,



We have analyzed your query. You mentioned that the SfDataGrid shows a red border around the entire grid. In our DataGrid, we display a error icon for cell validation and row validation, but we do not perform validation for the entire grid.


You also mentioned that you have used your own validation for the grid. Could you provide a code snippet and image reference for that, or if possible, provide a sample to replicate your scenario ? This information will be helpful to proceed further.


UG Link : https://help.syncfusion.com/wpf/datagrid/data-validation


Loader.
Up arrow icon