Grid CheckBox Column with javascript
-
is there any chance to create button to select(Deselect) all the CheckedBox Columns in my Grid with client-side script?
-
is there any chance to create button to select(Deselect) all the CheckedBox Columns in my Grid with client-side script?
Please check-out this link below.. http://www.codeproject.com/aspnet/ChkBoxInGrid.asp[^] but one thing... The author used a checkedbox (at the top) to select/deselect all checkedboxs in this article.. So, you should probably change this checkedbox to button... Hope it helps..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
is there any chance to create button to select(Deselect) all the CheckedBox Columns in my Grid with client-side script?
Make it more explainatory what exactly you have and what you want. Based on what I could understand I can say create a button at runtime and add that string to innerHTML property of form.You can call a function on click event of that button Button_Click = "javascript:FuncationName();" loop through all the checkboxes and make desired changes. If you can elaborate requirement properly I can be more specific. """" Before hanker after an answer understand the question """""