Hi,
I have an application that uses RadGrid from the 2013-Q2 build.
I understand that I probably have no support for this anymore, but anyway it appears to be broken in anything other than Internet Explorer.
Specifically, one of the (many) problems is that it throws a JavaScript error of "d.onclick is null" if you are not using IE (e.g. when clicking a client-side delete button).
I know that the library should be updated but the testing overhead is too much for me right now. Can anyone help with a quick (elegant) fix?
<telerik:GridButtonColumn UniqueName="DeleteColumn" CommandName="Delete" ConfirmTitle="Delete confirmation" ConfirmDialogType="RadWindow" ConfirmText="Are you sure you want to delete this record?" ButtonType="LinkButton" Text="<img src='images/delete.gif' alt='Delete record' />">
<HeaderStyle Width="60px" />
<ItemStyle HorizontalAlign="Center" />
</telerik:GridButtonColumn>