Announcement

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

    List Grid Events

    Hi,

    I am implementing check box in List Grid.
    How to toggle checkbox on the row click.
    FYI., Click on the check box, it is toggling.
    How to implement the event after click on the check box.
    I have implemented recordClick event on listgrid, but is is not returing correct selected rows. The check box toggle after this event.

    Appreciated any help.

    Thanks in Advance.

    #2
    There's a built-in canToggle feature on ListGridField. Use that with a field of type boolean.

    Comment


      #3
      Thanks !!!.
      But toggel is not working, in case of row click.
      What is the event, which will fire after change the state of the toggle.

      Comment


        #4
        Add a FieldChanged handler.

        Comment


          #5
          How to use FieldChanged handler.

          Comment


            #6
            List Grid Events

            There is not api method called FieldChanged handler, Please let us know which event will fire after invoking the canToggle() method.

            Because i want to get the unique record values based on the clicking on the toggle button. So that finally when the user submit the data then i can send the selected data to server.

            Comment


              #7
              Hello Sir!

              With respect to the post cited above, if I am using a changed event for ListGrid Field with canToggle feature set as true. then how to use that event handler? Please guide!

              Comment

              Working...
              X