Announcement

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

    how to get Event on checkbox in treeGrid??

    hi All!!

    can be please tell me how i can get event on checkbox on TreeGrid..
    i.e if i click on checkbox corresponding to a node in a treegrid ..then how can i get value change event??
    so that i can maintain the list of checkbox selected..??

    please reply..
    thnx!

    #2
    If you use selection checkboxes, the handler is TreeGrid.selectionChanged, otherwise it is ListGridField.change

    Comment


      #3
      there is no such handler ...now what should i do?

      Comment


        #4
        Go back to the docs. There is an selectionChanged event. Note that a TreeGrid is a ListGrid so ListGrid methods are applicable.

        Comment

        Working...
        X