I defined my own editbutton in the grid but when clicked it is causing an unwanted refresh before any action can be taken. Does anyone know why?
<Columns>
<telerik:GridButtonColumn
ButtonType="LinkButton"
CommandArgument="{1},{2}"
CommandName="MyEdit"
HeaderText=""
Text="Edit"
UniqueName="colEdit">
</telerik:GridButtonColumn>
Is it because the CommandArguments?