telerik - Issue with Rad grid inside Rad Ajax panel row edit not firing -


i'm facing problem rad gird inside rad ajax panel

first in kept radgrid inside asp:panel here works fine

<asp:panel id="panel1" runat="server"> 

when replace asp:panel radajaxpanel edit , add buttons not working

here code

  <telerik:radscriptmanager id="radscriptmanager1" runat="server">                     </telerik:radscriptmanager>                     <telerik:radajaxpanel id="div" runat="server"  enableajax="true"  >                                           <telerik:radgrid id="rdgopdata" runat="server" cssclass="value"                             allowpaging="true" allowsorting="true" allowfilteringbycolumn="false"                             onneeddatasource="rdgopdata_needdatasource"                             onitemdatabound="rdgopdata_itemdatabound"                             oninsertcommand="rdgopdata_insertcommand"                             onupdatecommand="rdgopdata_updatecommand">                              <mastertableview commanditemdisplay="top"                                  autogeneratecolumns="false" datakeynames="lnk_originatedby_cn%%txt_namelast"                                 commanditemsettings-addnewrecordtext="add opp" editmode="editforms"                                 insertitempageindexaction="showitemoncurrentpage">                                 <editformsettings>                                     <editcolumn uniquename="editcommandcolumn" inserttext="add" canceltext="cancel" updatetext="update" buttontype="pushbutton">                                     </editcolumn>                                 </editformsettings>                                 <columns>                                     <telerik:grideditcommandcolumn buttontype="imagebutton" editimageurl="~/images/edit.gif">                                     </telerik:grideditcommandcolumn> 

no firing itemdatabound on edit button click . me through issue

sometimes may happen, best results use radajaxmanager.

add radajaxmanager in page, click on open configuration, configuration easy. imagine (one one) case. click on of control (cause) , map control (effect). checkbox clicks.. go ahead here's documentation. read radajaxmanger here


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -