Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
77 views
Hi, i'm using rad splitter/slidingZone and several slidingPane inside, but i need that one of these SlidingPane not show the Pane and works like a button. In summary i need that one Sliding pane hide the pane and click on it and redirect to another page

...is there a way to do this? 


regards,
Orlando.
Dobromir
Telerik team
 answered on 17 Apr 2012
2 answers
175 views
I'm currently using the RadGrid's "Export to PDF" functionality to generate a report that is printed and signed by the different department heads in our organization. I'd like to add a header to the first page of the printed report that has the company logo and spaces for the department heads to sign.

I've tried following the suggestion in this thread:
http://www.telerik.com/community/forums/aspnet-ajax/grid/export-rad-grid-to-excel-pdf-and-ms-word-with-headers.aspx 

Using the test code provided works fine, but when I attempt to add a table to e.RawHTML my additions are not rendered.

I use the following PDFExporting method:

protected void rgReport_PDFExporting(object sender, GridPdfExportingArgs e)
{
    e.RawHTML = "<table><tr><td>Test</td></tr></table>" + e.RawHTML;
}

The outputted pdf has the contents of the radgrid, but the table with the word "test" in it, which should appear at the top of the document, is not there.

I imagine the problem has to do with the PDF export requiring valid XHTML, but from what I can see my markup should be valid. Can someone let me know what I'm missing here?
Kevin Bauer
Top achievements
Rank 1
 answered on 17 Apr 2012
1 answer
120 views
I was just looking at this link which illustrates using the RadGrid to bind and edit against a webservice. I can't seem to find a demo or example of editing against a web service for the non-mvc version of the RadGrid. Could you please point me to where such example is or perhaps provide one?

Thanks,
-James
Richard
Top achievements
Rank 1
 answered on 17 Apr 2012
1 answer
48 views
How we  increase/decrease splitter height dynamically from the click event of child forms.
plz revert as soon as posible.
thank you 
Dobromir
Telerik team
 answered on 17 Apr 2012
1 answer
106 views
Hi,
 I am using splitbar and splitter. I have set SplitBarsSize="1", so that instead of thick splitbar, a thin line is coming. Everything is working fine except resizing of panes using mouse. Panes are resizing but it is very difficult to get hold of splitbar for resizing. Is there any way to keep splitbar thin and still make it easy to resize using mouse.
Regards,
Mahesh
Dobromir
Telerik team
 answered on 17 Apr 2012
2 answers
120 views
Hi,
I Know i can write code like this to hide itens from grid in edit mode:

if (e.Item is GridEditableItem && e.Item.IsInEditMode)
{
   GridEditableItem item = e.Item as GridEditableItem;
    item["Price"].Visible = false;
 
}


But this way it only hiddes the data controls (a dropdownlist for example), leaving the label and the grid row visibles (this is in EditForms mode). Is there a way to hide this too ?

Thanks in advance.
Fred
Top achievements
Rank 1
 answered on 17 Apr 2012
4 answers
308 views
Hi there,

I've already mentioned in the previous thread about my problem: http://www.telerik.com/community/forums/aspnet-ajax/editor/formatting-within-conten.aspx.   But I thought I start a new thread as the problem has gone beyond Telerik editor randomly adding in spaces.   Basically I just converted my website from a very old version of CuteEditor to Telerik RadEditor.  There are thousands of documents in the database that were created by this old CuteEditor and have very very badly formatted HTML.   At first when I put in Telerik editor, the first symptoms were tables getting random spaces put into table cell everytime when the user is switching from design view to html view.   Weird syntax which I already described in my previous thread's comments.  So then I tried removing the ConvertToXHTML filter, seems to stop adding in pages and pages of space.  But then in other documents it was still adding in spaces in between list items and table cells.   I tried removing all filters except for IndentHTML filter and still I find the RadEditor is still trying to messing with the HTML somehow.   

For example:

Badly formatted HTML like this: 
<p><a href="#17">17. Can you help me interpret and operationalize the nutrition standards
           of the food and beverage policy?
       </p>
       <p>
           </a><a href="#18">18. EXAMPLES</a>
       </p>

is turning into this:

<P><A href="#17">17. Can you help me interpret and operationalize the nutrition standards of the food and beverage policy? </A></P>
    </P>
    <P>
    <P>
    <DIV _rdEditor_temp="1"><A href="#17"></DIV>
    </A></P>
    <A href="#17"></A></P>
    <A href="#17">
    <P><A href="#18">18. EXAMPLES</A> </P>
    </A></A>
    <P></A></P>

Is this a bug?  Also random </o:p> are getting inserted into the code.  I know that RadEditor requires xhtml compliant HTML to work well but I have thousands of documents in the database and my users do not know HTML.  Is there a solution you can recommend?  I looked at stuff like HTMLPurifier and I used the example above on their demo and it seems to clean the HTML quite well.   Problem is HTMLPurifier is a php product.  Does anyone have any experience with this or any suggestions?  Any help or tips at all would be greatly appreciated.

Thanks.
Rumen
Telerik team
 answered on 17 Apr 2012
3 answers
296 views
I'm really struggling with how to just change the font to Arial and the pt size for all nodes.   I'm using the Default skin.  What is the simplest way to do this?
Kevin
Top achievements
Rank 2
 answered on 17 Apr 2012
1 answer
121 views
I use RadGrid with «auto» export to csv and excel.
It work fine when the grid doent have huge amount of records.
But when its binded to 1M+ records linq datasource (with paging) and you would try to export data then it would hang on

Is it possible to override exporting process and somehow optimize it manually (like, create middle-step dump file then zip it and return url on zip file)?
Daniel
Telerik team
 answered on 17 Apr 2012
17 answers
349 views
Localized possible this control there؟؟؟
Tsvetina
Telerik team
 answered on 17 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?