<rad:GridEditCommandColumn ButtonType="ImageButton" EditImageUrl="../Images/editItem.gif">
<HeaderStyle Font-Bold="True" Wrap="False" />
<ItemStyle Wrap="true" />
</rad:GridEditCommandColumn>
<EditFormSettings UserControlName="../UserControls/EndCustomerOrderEntry.ascx" EditFormType="WebUserControl">
<EditColumn UniqueName="EditCommandColumn" >
</EditColumn>
</EditFormSettings>
Like in above code block, a user control being called for editing the rows in grid.
I need to call a similar user control for another action called RECREATE with edit option which has the grid button columns as below:
<rad:GridButtonColumn ButtonType="ImageButton" ImageUrl="../Images/Recreate.GIF" UniqueName="RecreateColumn"
CommandName="Recreate">
<HeaderStyle Font-Bold="True" Wrap="False"/>
<ItemStyle Wrap="true" />
</rad:GridButtonColumn>
Thanks,
Awadh
<HeaderStyle Font-Bold="True" Wrap="False" />
<ItemStyle Wrap="true" />
</rad:GridEditCommandColumn>
<EditFormSettings UserControlName="../UserControls/EndCustomerOrderEntry.ascx" EditFormType="WebUserControl">
<EditColumn UniqueName="EditCommandColumn" >
</EditColumn>
</EditFormSettings>
Like in above code block, a user control being called for editing the rows in grid.
I need to call a similar user control for another action called RECREATE with edit option which has the grid button columns as below:
<rad:GridButtonColumn ButtonType="ImageButton" ImageUrl="../Images/Recreate.GIF" UniqueName="RecreateColumn"
CommandName="Recreate">
<HeaderStyle Font-Bold="True" Wrap="False"/>
<ItemStyle Wrap="true" />
</rad:GridButtonColumn>
Thanks,
Awadh