2

I want to know how to add checkbox(input html control) which will be appear dynamically in datatable. Can anyone explain it?

1
  • Share your code for us to better understand your problem. Commented Apr 1, 2011 at 20:55

1 Answer 1

1

In the datatable you can't add a checkbox control or any other control. But You can add a column which will be of boolean type (True/False). Which will be what you are expecting.

Sign up to request clarification or add additional context in comments.

1 Comment

I'm writing a E-Leave System.In this system, admin can update the employee's leave balance in textbox(input html control) of datatable.I want to let admin check the check box beside the employee name in one row and enter leave balance in textbox ,I can only let the admin update leave balance. If he/she didn't check any check box,I won't let him/her update leave balance. So,how I can use check box in column of datatable ? Thanks!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.