Hi,
I have followed this sample to see how validation works on the grid.
http://www.kendoui.com/forums/kendo-ui-complete-for-asp-net-mvc/grid/serverside-validation-during-pop-up-editing-not-working-with-custom-template.aspx
But I am unable to make it work with incell editing. When I change the edit mode to incell, the grid no longer has editable object available.
I guess what I am trying to do is somehow get the uid of the grid cell that caused the validation, and then use that and iterate over
Thanks
I have followed this sample to see how validation works on the grid.
http://www.kendoui.com/forums/kendo-ui-complete-for-asp-net-mvc/grid/serverside-validation-during-pop-up-editing-not-working-with-custom-template.aspx
But I am unable to make it work with incell editing. When I change the edit mode to incell, the grid no longer has editable object available.
I guess what I am trying to do is somehow get the uid of the grid cell that caused the validation, and then use that and iterate over
$(
"#Grid").data("kendoGrid").tbody to find the elment in the grid where I want to display the validation error as a tooltip
Thanks