Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,
how to uncheck a checkbox when another is checked in grid view using jquery,
Please Suggest me.
Posted

1 solution

Don't use check boxes in this case, use radio button instead.

This is how checking or unchecking done in jQuery: http://learn.jquery.com/using-jquery-core/faq/how-do-i-check-uncheck-a-checkbox-input-or-radio-button[^].

—SA
 
Share this answer
 
Comments
Baroor 16-Oct-14 3:09am    
@Sergey Alexandrovich , How can we do in the grid view??
Sergey Alexandrovich Kryukov 16-Oct-14 12:15pm    
You can have any content is a grid view cell, this is because it is based on "table", "tr", "td" elements.
—SA

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