Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TreeGrid: selectRecord without firing an event

    Hi,

    As suggested in the title, I would like to programmatically select/unselect tree nodes (checkbox mode enabled) without any event fired? Is it possible in the current 4.1 API ?

    Thanks for your help,

    Thomas

    #2
    Since it's a synchronous operation, while making programmatic changes you can simply set a flag to avoid running any code you've placed in event handlers.

    Comment

    Working...
    X