Telerik Forums
UI for ASP.NET AJAX Forum
10 answers
193 views
Hello,

I have a problem with opening the radwindow control in firefox browser (It is working in all other browsers).

here is my java script code which opens the radwindow control in full width and full height:
function UseMainRadWindow() {
            var width = screen.width;
            var height = screen.height;
            var mapPosition = '<%= Session["MapPositionSession"].ToString() %>'
            var ctgrsLst = document.getElementById('ResultsLabel').innerText; 
            var oWnd = $find("<%= RadWindow1.ClientID %>");
            oWnd.show();
            oWnd.setUrl("Pages/FullMaps/MainMap.aspx?width=" + width.toString() + "&height=" + height.toString() + "&mapPosition=" + mapPosition.toString() + "&ctgrsLst=" + ctgrsLst.toString().replace(" & ", "."));
            oWnd.maximize();
        }

The above javascript code is placed on a MainMapWebUserControl.ascx, and "ResultsLabel" is placed on Default.aspx which calls MainMapWebUserControl.ascx.

Note, I tried the above code in other browsers and it is working fine whithout problems, but unfortunatily it is not working in firefox browser.
Please view the attached images: 1.jpg is the result on firefox and 2.jpg is the result on other browsers.

Please, I need your help,
It is apprecited to send me the modified code.

Regards,
Bader
Svetlina Anati
Telerik team
 answered on 21 Jan 2011
0 answers
76 views
Hi,

i'm using rad Async Upload control with Rad BinaryImage.
it doesn't work in Pop up page.
Please give the solution ASAP.

Thanks in Advance.
Naresh
Top achievements
Rank 2
 asked on 21 Jan 2011
3 answers
112 views
I am using version 4.5.4.0 and are trying to define the path to my custom table layout css file - I can easely define the path to a custom css file by writing this in my config file;

<property name="CssFiles">
  <item>/_layouts/1030/mypage/css/HtmlEditorCustomStyles.css</item>
</property>

But I cannot find a way to define the path to my HtmlEditorTableFormats.css - I have tried setting the TableLayoutCssFile property of my RadHtmlField control but this gives an error because the property does not exists and I have also tried putting it in my config file using

<property name="TableLayoutCssFile">
  <item>/_layouts/1030/mypage/css/HtmlEditorTableFormats.css</item>
</property>

but nor this works, so how can I define the path?
Stanimir
Telerik team
 answered on 21 Jan 2011
18 answers
2.3K+ views
I was getting this error with a skeleton .NET 2.0 AJAX web project and one skeleton Telerik Control (Q3 2008). It was driving me nuts since the file was on the server and the right size.

All I did was re-upload the Telerik.Web.UI.dll file to the bin directory on the server.

Hope this saves someone lots of headache in the future.

Srihari
Top achievements
Rank 1
 answered on 21 Jan 2011
1 answer
76 views
How to obtain cell values of template columns in RadGrid to insert that value in SQL database.
Can anyone have sample code for that. Please help.
Shinu
Top achievements
Rank 2
 answered on 21 Jan 2011
1 answer
88 views
hi

I am able to change the skin color of the header but not the pager. What am i doing wrong? Thanks

<style type="text/css">
    .RadGrid_Office2007 th.rgHeader
    {
        background-image: none;
        background-color: #f3610b;
    }
     .RadGrid_Office2007 rgPager
    {
        background-image: none;
        background-color: #f3610b;
    }
</style>
Princy
Top achievements
Rank 2
 answered on 21 Jan 2011
2 answers
103 views
I currently have an GridTemplateColumn-Button for edit and Gridbuttoncolumn as for delete.
How do I make them enabled only when the row's been selected in clientside?
James Shelton Agar
Top achievements
Rank 2
 answered on 21 Jan 2011
1 answer
198 views
Hi.
I am using teh Rad Grid control .
When i do a Select All (clint side) then all the items in the current page are getting checked.
 I want to check all the rows in the entire grid across pagination once I do a Select All.
Any help?
Server side / clent side solution for this stuff will be highly appreciated..
For Example( Lets assume i have 10000 records in the grid, with 10 pages,,when i do a "select all" i wanna be able to check all the 10000 records).

Thanks in Advance.
Princy
Top achievements
Rank 2
 answered on 21 Jan 2011
1 answer
701 views
Hi;
We have implemented the RadTabStrip but we need to change the background color when user has selected the tab.
We have tried using "SelectedCssClass" but it does not change the complete background.
Can you please Tell how we can able to change this.
We require this ASAP.
Shinu
Top achievements
Rank 2
 answered on 21 Jan 2011
2 answers
161 views
Hi,

I feel this is more of an Ajax issue but I am not sure so posting it in this forum anyways.

I have a RadTabStrip control with 4 tabs in a asp.net page. In these tabs, I have different user controls placed. I am not adding the user controls dynamically; they are on the page when the page loads so I am not giving them any dynamic ID at runtime.

When any events fire from grids / other controls which are in these user controls and which in turn update the grids on the main page, I cannot see the Loading Panel, although the page updates correctly.

This page uses RadAjaxManagerProxy for AjaxSettings, since the master page from where this child page is inherited, contains the RadAjaxManager. The RadAjaxManagerProxy does not give me client events like OnRequestStart and OnResponseEnd.

I have placed the entire RadTabStrip in an asp:panel control, and the multipages also in asp:panel and div controls in the page design. I also tried placing the usercontrols in asp:panels and then giving those panel IDs in "updated controls" (instead of the entire panel) in the Ajax Settings, . Either way, the functionality is working but without the Loading Panel

Please suggest how should I place the user controls and how should I set the controlID and UpdatedControls in the page since most of the controls depend on each other at runtime,

Thanks in advance,
Kunal Vora
Brad H
Top achievements
Rank 2
 answered on 21 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?