Reputation: 302
I am using custom Form for adding/Updating my records from RadGrid. I have a Column in RadGrid as:
<telerik:GridButtonColumn CommandName="Edit" ButtonType="ImageButton" UniqueName="myEditColumn">
</telerik:GridButtonColumn>
I want to stick with using this column for my Edit Command but clicking this button open Built it Edit Form of Radgrid. I don't want to open that EditForm by clicking this column. I don't want to use some other approach for putting custom image for this. Instead I must have to use build In Edit column of RadGrid as I posted that in Code.
Any Idea ?
Upvotes: 2
Views: 3868
Reputation: 9861
Consider this sample that demonstrates custom edit forms with the RadGrid:
Upvotes: 2