Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Well, there is some problem I am having with this element.

Let ElTreeItem ShowCheckBox be true.

Click the ElTreeItem CheckBox(Radiobutton).

enter image description here

ElTree.Selected is nil(null)

Click the ElTreeItem Text(If its index = 2)

enter image description here

ElTree.Selected.Index = 2;

Click the ElTreeItem CheckBox(Radiobutton)(If it is in index = 0).

enter image description here

ElTree.Selected.Index = 2(still 2...)

How can I fix this problem?

share|improve this question
Hint: Use event handler. – Jay Oct 19 '12 at 19:41
Click Event?Is that your meaning? – user1531714 Oct 20 '12 at 12:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.