Applying Kendo button K-state-disabled class removing functionality of button -


if(data[keyvar]==false) {  jquery('#btnsaveajax').prop("disabled", false).removeclass("k-state-disabled"); } 

after execute statement function present on save button not getting called. need add or remove more classes function back?

i want try answer question first grasp question is

i have grid.. , edit have popup window.. on there 2 buttons.. edit , save.. have 2 view modes.. edit , view.. in edit mode save button disabled , in view mode save button disabled..

so when click "the button" here think refers edit button want save button enable. far i've got,

  • first when click view details see save button disabled while edit button enabled,

  • then when click edit button save button enabled

demo


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -