How i write Java script Function for validaing inner Gridview Checkbox
-
Hi all, How i write a java script function which validates if Outer Gridview Checkbox is checked then inner grdiview Checkboxes not checked if any of the inner Gridview Checkbox checked then Outer Gridview Checkbox will not Checked . Best Regards, Rameez
-
Hi all, How i write a java script function which validates if Outer Gridview Checkbox is checked then inner grdiview Checkboxes not checked if any of the inner Gridview Checkbox checked then Outer Gridview Checkbox will not Checked . Best Regards, Rameez
-
Check This Link It May Be Helpful..! http://wiki.asp.net/page.aspx/281/check-uncheck-checkboxes-in-gridview-using-javascript/[^] Check Their Replies also..!
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
Thanks for reply, I Checked the link but it is related with selection of all checkboxes but i have to make validation if outer Gridview Checkbox checked then all inner Gridview Check box will be checked == false. Do me this favor how i approach this. Best Regards,
-
Thanks for reply, I Checked the link but it is related with selection of all checkboxes but i have to make validation if outer Gridview Checkbox checked then all inner Gridview Check box will be checked == false. Do me this favor how i approach this. Best Regards,
U can use javascript get the inner checkbox array first,and then iterate the array do what u want, i mean checked or not checked ur inner checkbox.
-
U can use javascript get the inner checkbox array first,and then iterate the array do what u want, i mean checked or not checked ur inner checkbox.
Thanks for the reply, How i get Id of inner gridview and checkbox? in java script Best Regards