We have a problem when working with grid in batch edit mode which puts different fields in the In cell edit mode. The problem is that cell that are not edited (for example you create a new row, edit only the first field, press save) are never validated. This is of course because they never went into edit mode, so the control and validation was never rendered. Please give us a feature for such scenario.
Hi Team,
We have the same need as mentioned in the previous comments, "to enable validation in the unedited cells", when trying to work in bulk mode save/update, in the kendo grid react wrapper.
Also we would need to know how to insert validation message / comment in the specific cells on bulk validation, on clicking the save all button. We are able to still know which row is added / modified, using the dirty flag.
Could you please suggest possible measures to achieve this.
Hello, I noticed the same issue as Vladan. A solution can be validate all the rows which have the flag dirty when the user clicks on the save button, or something like that.
Another solution would be to switch all cells in the newly inserted row to validate them, before the row is added to the grid source. I can't think of other way to validate non-editable cells data, let me know if you do.
Thank you for your suggestion, but unfortunately it's not it :( For example for the field date of birth...I cannot set default value because it in reality does not exist, it just must be entered.
Thanks for the proposal, Vladan. At this point you may consider setting default values for the newly added rows, as illustrated here: http://demos.telerik.com/kendo-ui/grid/editing