Hi All,
I have one simple gridview with inline edit. My problem is that it does not display "Save" and "Cancel" image button while adding new record untill i placed below tag in the gridview
I just only want to provide Insert functionality to gridview not edit functionality.
Any Idea ?
Regards,
Ruchi
I have one simple gridview with inline edit. My problem is that it does not display "Save" and "Cancel" image button while adding new record untill i placed below tag in the gridview
<telerik:GridEditCommandColumn ButtonType="ImageButton"> </telerik:GridEditCommandColumn>I just only want to provide Insert functionality to gridview not edit functionality.
Any Idea ?
Regards,
Ruchi