I have a DataGrid with a CheckBox column. I show a popup if the CheckBox check is removed and ask the user if he want to remove the check. If the user click no, I want the checkbox to be checked again. How is that possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve tried a lot with it but it seem not to work. So I’ve changed the check box to an imagebutton. That imagebutton has a checked and unchecked image shown each time the user click so that is the best solution. Also, much easier event to handle and you can use the itemcommand event which is much easier to deal with.