Symantec Management Platform (SMP) Community

 View Only

Facing issue with row selection in the GridControl.

  • 1.  Facing issue with row selection in the GridControl.

    Broadcom Employee
    Posted Sep 14, 2011 09:11 AM

    Hello All,

    I am using Altiris GridControl in one of my webpage. I have enabled "edit" & "delete" properties of the grid control and write Javascript functions to handle those events. In my case, I have also written a event for "RowDoubleClick" and assosiated a handler with this event. This handler get properly invoked whenever I double clicked any row from the grid control. Now when I select any row from the grid control and click on "edit" button, the "RowDoubleClick" event is still get fired.

    I checked with this behavior with all the pages in my solution wherever we have used grid control and enabled "edit" property of it. If we doesn't enable "RowDoubleClick" event then everything works fine but if we have enabled this event then this gets fired even if we select any row and click on "edit" button.

    Am I missing any property of the grid control which needs to be set to make this working properly ?

    Thanks in Advance.