We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Double click event

Hello,

Does the TreeGridcontrol have the double click event for the cells?

Thanks!

1 Reply

MK Mahalakshmi Karthikeyan Syncfusion Team February 23, 2016 12:25 PM UTC

Hi Jorge,

In TreeGrid, “BeginEdit” client side event will be fired when we double click any cell in TreeGrid. And it will allow you edit that cell with the new content. Please refer the below code example for details.

<ej:TreeGrid ID="Treegrid" runat="server"

//…

BeginEdit="beginedit">

//…

</ej:TreeGrid>

<script type="text/javascript">

             function beginedit(args) {

                 // will be fired when we double click the cell

             }

        </script>

Regards,

Mahalakshmi K.


Loader.
Live Chat Icon For mobile
Up arrow icon