How to find if any checkbox checked at client side
How to find if any checkbox checked at client side
I am using Datatable to display information on a screen. The table has a check box column along with few other columns.
The form has a submit button and a cancel button. If a check box is selected in any of the rows on the datatable and, the user clicks a CANCEL on that page, I have to popup a Confirm dialog box. If the check box is not selected and the user performs the CANCEL operation I shouldn't be showing a Confirm dialog box. How do I perform this at the client side?
Any input would be helpful.
The form has a submit button and a cancel button. If a check box is selected in any of the rows on the datatable and, the user clicks a CANCEL on that page, I have to popup a Confirm dialog box. If the check box is not selected and the user performs the CANCEL operation I shouldn't be showing a Confirm dialog box. How do I perform this at the client side?
Any input would be helpful.
This discussion has been closed.