datagrid
how to generate events for datagrid checkboxes
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Aug 25, 2012, 2:48 AM
Akkiraju IvaturiPosted Aug 25, 2012, 2:47 AM
Anyways there is no direct way to handle the click event on check box. You have to handle the click event on the grid and find out what column and cell has been clicked and then identify the check box and then check/uncheck the check box.
anil johnPosted Aug 25, 2012, 2:19 AM
Akkiraju IvaturiPosted Aug 25, 2012, 1:58 AM
http://www.codeproject.com/Articles/6815/Handling-events-of-child-controls-inside-a-DataGri