
Hi,
One of our page which has an editor cannot load on one of the server
It works fine on other servers
Using firebug, the loading seems to stop at the script file RadEditor.js
When we try to load the JS file manually from browser, it takes forever to load:
http://www.btautomotive.com.my/RadControls/Editor/Scripts/6_6_3/RadEditor.js
But RadWindow.js is loaded ok.
What could be the issue? Is there anything in the server we need to set correctly?
Thanks.

protected
void radGrid_ODS_JobRuns_OnItemDataBound(object sender, Telerik.Web.UI.GridItemEventArgs e)
{
if (e.Item.OwnerTableView.DataSourceID == "ODS_JobRuns") <-- this is my main RadGrid
{
RadToolTipValidationInfo.TargetControls.Add(e.Item.Cells[15].ClientID, identifier, true);
}
if
(e.Item.OwnerTableView.DataSourceID == "OD_InstanceJob") <-- this is my detailsgrid
{
some formatting.....
}
}
The first isn't hit when dealing with the details table and therefore the RadToolTip isn't applied correctly :(
How do I solve that? Could I place a div inside the RadGrid.TableCell and use a Tooltipify along with a zone? or? and how?
Kind regards
Janus
