Am I Correct?

R

rn5a

Assume that the one of the Headers in a DataGrid control in a CheckBox.

Now if I am not mistaken, the parent of this CheckBox control is a
TableCell object (which creates the HTML <td>). The parent of this
TableCell (or rather, all the TableCells) is an object of type
DataGridItem (which creates the HTML <tr>). Finally, the parent of this
DataGridItem (or rather, all the DataGridItems) is the DataGrid itself
(which creates the HTML <table>).

Am I correct? If not, please do correct me.

Actually I am getting a bit confused....
 
A

Alvin Bruney [MVP]

You simply need to put a break point in one of the event handlers and
examine the cells and controls thru the debugger. What you have said sounds
about correct but I really am not sure. What issues are you experiencing
around that problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,602
Members
45,182
Latest member
BettinaPol

Latest Threads

Top