This is a migrated thread and some comments may be shown as answers.

RadGrid 2013 Q2 - modern browsers

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 23 Apr 2015, 10:23 AM

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>

1 Answer, 1 is accepted

Sort by
0
Adam
Top achievements
Rank 1
answered on 24 Apr 2015, 02:11 PM

Ok obviously no one is checking these forums anymore (zero visits).  Used to be a great resource a few years back, but I guess this stuff is fading away these days.

In case anyone else has this problem in future, this is fixed by simply changing ButtonType to "ImageButton".

Tags
Grid
Asked by
Adam
Top achievements
Rank 1
Answers by
Adam
Top achievements
Rank 1
Share this question
or