Im using a RADWindow to edit data in a grid, insert works fine using this in the grid
<
CommandItemTemplate>
<a href="#" onclick="return ShowInsertForm();"> <img style="border:0px;" alt="Add New Record" src="RadControls/Grid/Skins/Vista/AddRecord.gif" />
Add New Homepage Item
</a>
</CommandItemTemplate>
I have this code in the grid to access the edit mode using a button and a javascript function to open the RADWindow, but cant see a way to call the javascript function to show the RADWindow for editing from the actual button itself
<
telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn1">
<HeaderStyle Width="20px" />
</telerik:GridEditCommandColumn>
how can I do this ?