c# - DevExpress RepositoryItemCheckEdit does not change state when clicking on non-focused node -
i using repositoryitemcheckedit
editor of 1 of columns in treelist
. change its' state necessary cell containing checkbox focused. when click checkbox of non-focused cell, gets focused, checkbox state not change. need 2 clicks change state of checkbox of non-focused cell, not friendly , not see reason, why works this.
is there way make work on first click(so not necessary have cell focused before change state of repositoryitemcheckedit
)? have tried find event or property, nothing seems work
ensure treelist.optionsbehavior.immediateeditor set true
:
this.treelist1.optionsbehavior.immediateeditor = true;
Comments
Post a Comment