I have a RAD Grid that I am using as a worklist for users. One of the columns needs to have a button that is called "Complete" that they can click to remove this from the worklist (a simple database update for that record)).
<telerik:GridButtonColumn CommandName="Complete" Text="Complete"
UniqueName="column">
</telerik:GridButtonColumn>
However, what event of RadGrid is called when I click this button?
<telerik:GridButtonColumn CommandName="Complete" Text="Complete"
UniqueName="column">
</telerik:GridButtonColumn>
However, what event of RadGrid is called when I click this button?