Hello,
Problem when using the SfDatagrid:
I have a Sfdatagrid Control binded to a Datatable (import from SQL TABLE).
This datagrid has restricted input values and shows an errormessage when the value is wrong.
example :
I create this errormessage with the Eventhandler CurrentCellValidating :
This works all fine, but when i press Arrow Up for validating my cell, then the Errormessage doesn't pop up.
When I debug this, the code in CurrentCellValidating gets triggered but for some reason the Errormessage doesn't show and de value gets filled in wrong.
example:
My questions:
Is this a bug by Syncfusion? If yes, when will this be solved?
If this can't be solved by Syncfusion, is there any workaround?
Regards
Michiel