Forums

How can i do an autopostback on a row double click in an aspxgridview ?

Last post 9/30/2008 7:50 AM by mel lisau. 0 replies.
Sort Posts: Previous Next
  • mel lisau

    How can i do an autopostback on a row double click in an aspxgridview ?

    9/30/2008 7:50 AM
    • Top 500 Contributor
    • Joined on 8/8/2008
    • Posts 76

    Hi

    i have the following piece of code

    <ClientSideEvents RowDblClick="function(s, e) { s.PerformCallback('dblclick|' + e.visibleIndex); }"/>

    the problem is that it executes the function ASPXGridView1_CustomCallback , what i am after is for it to execute the page_load of the form so that it does a few checks ..

    something like the following

     

     

     

     

     

     

     

     

     

    <ClientSideEvents RowDblClick="function(s, e) { s.AutoPostBack('dblclick|' + e.visibleIndex); }"/>

    is this somehow possible

    thanks

    mel

More from DevExpress
Live Chat
Have a pre-sales question?
Need assistance with your evaluation?
We are here to help.
Chat is one of the many ways you can contact members of the DevExpress Team. We are available Monday-Friday between 8:30am and 5:00pm Pacific Time.
If you need additional product information, require pre-sales assistance, or want help with your order, write to us at info@devexpress.com or call us at
+1 (818) 844-3383.