ak
13 years agoOccasional Contributor
How can I access (click) to the cell of a table derived from XtraTreeList of DevExpress.
Hi,
I can't find a way to click on a check-box inside a table which is also and XtraTreeList without using screen coordinate. (see attached picture)
I look into the availables method which provide by the object (XtraTreeList), there is not methode ClickCell or any method to simulate the click on the cell.
For example, I want to click on the check-box in the 1st column, at the node TT (see picture below). How can i do it. Please help!
I'm able to get the node, the column without problem. I'm also able to set the value of the cell to true, so the check-box will be check. But since, it is not a Click, the even behind the check-box does not fire.
All helps are very appreciated

I can't find a way to click on a check-box inside a table which is also and XtraTreeList without using screen coordinate. (see attached picture)
I look into the availables method which provide by the object (XtraTreeList), there is not methode ClickCell or any method to simulate the click on the cell.
For example, I want to click on the check-box in the 1st column, at the node TT (see picture below). How can i do it. Please help!
I'm able to get the node, the column without problem. I'm also able to set the value of the cell to true, so the check-box will be check. But since, it is not a Click, the even behind the check-box does not fire.
All helps are very appreciated