Click here to Skip to main content
15,917,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
kendo grid with two CheckBox columns. If i select 1sr row 1st column means disable 1st row 2nd column(or) 1sr row 2st column means disable 1st row 1nd column in mvc 4. How ?
Posted
Comments
Suvendu Shekhar Giri 15-Dec-15 7:08am    
What is the problem doing so?
Sathish km 15-Dec-15 7:14am    
two checkbox columns are added by HeaderTemplate,ClientTemplate. if i any checkbox another checkbox to be disable of same row..
Suvendu Shekhar Giri 15-Dec-15 7:27am    
What have you tried so far?
Sathish km 15-Dec-15 7:33am    
/$('.chkbxAuthorize').change(function () {
// if ($('input.chkbxAuthorize').filter(':checked').length == 1)
// $('input.chkbxReject:not(:checked)').attr('disabled', 'disabled');
// else
// $('input.chkbxAuthorize').removeAttr('disabled');
//});

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900