views:

37

answers:

1

Hai, Am using DevExpress Tree List in C#.NET application .I want to know about how to trigger select event of checkbox control in DevExpress XtraTree List.

example:

I'm using a treelist extra editors devexpress. The columns are loading from database and contain check boxes.when checked a check box and press an edit button i want to take the value as 1 for the corresponding checkbox.and want to save that value to database

Thank you.

A: 

Hi,

To learn how to obtain a cell value in the XtraTreeList, please refer to the topic available at:

http://documentation.devexpress.com/#WindowsForms/CustomDocument191

Does this help?

DevExpress Team