Tuesday, May 17, 2016

Disable update button on grid popup

If your grid is in popup edit mode and you want to disable the Update button, use this js:

$('.k-grid-update').css('display', 'none'); 

No comments:

Post a Comment