Please let me know how to check if any checkbox is checked in a specific column (for example first column) of the GridView control using jQuery? there are checkboxes in other columns too, but I need to check if any checkbox is checked in a specific column. thanks in advance.
Share
You could do this:
or this:
…which will return
trueif at least one checkbox in the column is checked.Not sure what the proper selector is without seeing your markup, but if it is the first column, you would do something like this: