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

Javascript, Firefox 4.0.1, MasterTableView

1 Answer 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alan
Top achievements
Rank 1
Alan asked on 01 Jun 2011, 05:18 AM
We are currently using an older version of RadGrid (4.0.1.0) in our application and I have noticed that the javascript being used access the MasterTableView is no longer working in FF4.0.1. It was working fine in FF3.5

The script in question looks the same as your samples:
function ShowEditForm(id, rowIndex) {
    var grid = window["<%= grd.ClientID %>"];
    var rowControl = grid.MasterTableView.Rows[rowIndex].Control;               
    grid.MasterTableView.SelectRow(rowControl, true);
    return ShowPopup("<%= GetUrl() %>" + id);
}

The same code works fine in IE8. In FF4, Firebug reports the variable 'grid' as Object { } and grid.MasterTableView is undefined. Under FF3.5, the variable 'grid' is listed as Object { Type="RadGrid" }

Any ideas how to fix this without upgrading the Rad controls?

Regards
Alan

1 Answer, 1 is accepted

Sort by
0
Hus Damen
Top achievements
Rank 1
answered on 06 Jun 2011, 07:29 AM
Hi,

I thinks that telerik provides support for their classic grid no more. Here is what i find:

http://www.telerik.com/products/aspnet-ajax/getting-started/tech-sheets-overview/dotnet-support.aspx

Maybe you will have to pay to get what you looks for.

Thanks,
Hus
Tags
Grid
Asked by
Alan
Top achievements
Rank 1
Answers by
Hus Damen
Top achievements
Rank 1
Share this question
or