Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1830
Grid Validation Cont'd
posted

More Grid questions:

1.   In XamGrid, if I have a cell validation error in the add row, and I don't type anything into the offending cell, and I can't escape out of the error.  In this scenario. escape invokes IDataErrorInfo column validation again, and locks in the error.

2.  In XamGrid, if I have a condition that requires cancellation (e.Cancel=true) of RowExitingEditMode, and I click a cell outside the active row (not resolving the error condition from that event), RowExitingEditMode is again called twice instead of once.  I have a costly row-level calculation in that event (things worked well using XamDataGrid's RecordUpdating event for this).

3.  Things were going well with XamDataGrid until I tried to use ControlHostEditor as a means of templating columns.  I had no luck with that extension, after compiling it in V4, having tried it after reading Andrew Smith's warning about the edit mode limitations of the straight Template property.  Has anyone used that with success?

I've poured over the reference docs, samples, and sample for ControlHostEditor.  Any help with the issues is appreciated.  Thanks.

Parents Reply Children
No Data