Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
44 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
95 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
80 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
288 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
285 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
107 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
316 views
Localized possible this control there؟؟؟
Tsvetina
Telerik team
 answered on 17 Apr 2012
5 answers
139 views
So, I have somewhat specific situation... I have 2 grids on the page with 2 virtual scrolls enabled. One is working perfectly... and the other is showing only the first page. When I try to scroll or anything I get a blank page and I have 6000 items on 300+ pages.

The code is the same for both of the grids (only the page size is different and RadGrid names, of course). What am I doing wrong? :) If I am. :)
Pavlina
Telerik team
 answered on 17 Apr 2012
2 answers
34 views
Hi All

I've got a strange problem which I cannot seem to solve.

We use RadWindows heaving throughout our application. To date, we've never had a problem. Im in the process of introducing a splitter bar with 2 panels and a sliding zone on our master page. I've got this working and everything is great, with one exception. On one particular page, any RadWindow opened shows with no visible borders. You can see the title text, but no border, the the X close button is invisible (but can still be clicked if you guess where it is).

RadWindows opened from other pages (which inherit the same master page) are working fine.

I've tried setting Overlay="true" on the window but this had no effect. If i remove the splitter bar setup on the master page, it goes back to normal on the broken page.

Any thoughts at all? Has anyone seen this before? What could be the potential causes?

The implementation on the master page is as follows:

<telerik:RadSplitter ID="rsMain" runat="server" Width="100%" OnClientLoad="OnSplitterLoad">
    <telerik:RadPane ID="LeftContentPane" runat="server">
        <div id="contentcontainer">
            <asp:ContentPlaceHolder ID="cphMain" runat="server">
            </asp:ContentPlaceHolder>
        </div>           
    </telerik:RadPane>
    <telerik:RadPane ID="RightSubPane" runat="server" Width="25">
        <telerik:RadSlidingZone ID="rszSlider1" runat="server" Width="25" ClickToOpen="false" SlideDirection="Left">
            <telerik:RadSlidingPane ID="ActiveTime" Title="Active Time" runat="server" Width="250" MinWidth="250">
                This is where the active and inactive timing will be shown.
            </telerik:RadSlidingPane>
        </telerik:RadSlidingZone>
    </telerik:RadPane>
</telerik:RadSplitter>
Marin Bratanov
Telerik team
 answered on 17 Apr 2012
7 answers
293 views
I looking for a way to make my panel bar menu have rounded corners to match aspects of my website.
From what I read I need to create a custom skin but I can't find a link to the tutorial or for a description of how to make this happen.

If anyone can give me any advice it would be appreciated.

Thank you
Peter
Telerik team
 answered on 17 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?