in
Forums
Blogs
DevExpress.com
Client Center
Support Center
DevExpress Channel

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.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 9/30/2008 7:50 AM

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

    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

Page 1 of 1 (1 items)
Copyright © 1998-2009 Developer Express Inc.
ALL RIGHTS RESERVED