Hi All,
How to find the "ImageButton" in the code block below from code behind page ? Code block below is part of rad grid html code in aspx file.
<rad:GridEditCommandColumn ButtonType="ImageButton" EditImageUrl="../Images/editItem.gif">
<HeaderStyle Font-Bold="True" Wrap="False" />
<ItemStyle Wrap="true" />
</rad:GridEditCommandColumn>
Also after finding this button, i need to write some code on click event of this button in GridEditCommandColumn . So which event i should use for this ?
Thanks in advance
Rahul
How to find the "ImageButton" in the code block below from code behind page ? Code block below is part of rad grid html code in aspx file.
<rad:GridEditCommandColumn ButtonType="ImageButton" EditImageUrl="../Images/editItem.gif">
<HeaderStyle Font-Bold="True" Wrap="False" />
<ItemStyle Wrap="true" />
</rad:GridEditCommandColumn>
Also after finding this button, i need to write some code on click event of this button in GridEditCommandColumn . So which event i should use for this ?
Thanks in advance
Rahul