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
400
Done-Button in editing row is disabled after selection with datepicker
posted

Hello, 

I recognized a problem with jQuery datepicker and igValidator (2015.2)
Sample: http://www.igniteui.com/grid/editing-api-events

1) click in cell "Birth Date"
2) delete value (validator "This field is required" is visible now)
3) choose date value from jQuery-datepicker (e.g. 01/01/2000 - validator "This field is required" is still visible!)
4) Done button is disabled (should be enabled because value was changed)

1) click in cell "Birth Date"
2) choose other date value from jQuery-datepicker
4) Done button is disabled (should be enabled because value was changed)