asp.net - Do not Show Edit Form on Clicking Edit Button in Radgrid -


i using custom form adding/updating records radgrid. have column in radgrid as:

   <telerik:gridbuttoncolumn commandname="edit" buttontype="imagebutton"  uniquename="myeditcolumn">                         </telerik:gridbuttoncolumn> 

i want stick using column edit command clicking button open built edit form of radgrid. don't want open editform clicking column. don't want use other approach putting custom image this. instead must have use build in edit column of radgrid posted in code.

any idea ?

consider sample demonstrates custom edit forms radgrid:

http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/dynamicajaxsettings/defaultcs.aspx?product=grid


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -