Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
77 views
Hi Community!

I have got the following problem and I wanted to know whether there is a nice solution :)
I want to set my own paragraph styles in my RadEditor so I added the following XML the ToolsFile.xml:

<paragraphs>
    <paragraph name="<p class='custom-ueberschrift'>Überschrift</p>" value="p class='custom-ueberschrift'" />
    <paragraph name="<p class='custom-teilueberschrift'>Teilüberschrift</p>" value="p class='custom-teilueberschrift'" />
    <paragraph name="<p class='custom-text'>Text</p>" value="p class='custom-text'" />
  </paragraphs>

Unfortunately the classes are defined in a css file outside the iframe where the paragraphs should be shown. So the effect is: I select the text and set the paragraph style and nothing is show in the edit mode, of course... When I save the site the style is there. Can somebody tell me an elegant solution?
Stanimir
Telerik team
 answered on 21 Jan 2011
1 answer
90 views
Hello, I have a bar chart with some data, the problem is that the labels of each bar overlap one to earch other.
How can I fix this issue. (Attached is a screenshot)

Regards
Yavor
Telerik team
 answered on 21 Jan 2011
10 answers
147 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
58 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
84 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.2K+ 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
65 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
61 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
76 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
165 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?