Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
122 views
In IE9 radeditor removes newline character(I would like to know the char value for VB.NET codebehind)
in content even contentfilter is set to 'none'.

When I save content from Firefox/Chrome it get saved with newline character but from IE9 it removes newlines and merges all content in single block.

I would like to know the newline character for replacement with Environment.Newline in content at content consuming end.
Any help would be highly appreciated!



Stanimir
Telerik team
 answered on 07 Nov 2012
1 answer
100 views
I need to hide the Subject textbox and label and make that field not required when using the Custom AdvancedForm User Control.
I have found examples of how to hide Subject Textbox when not using the AdvancedForm User Control by using OnFormCreated, which works well.  However, I cannot get OnFormCreated to work with the AdvancedForm User Control.  

Any Examples of how to do this?
Thanks
Plamen
Telerik team
 answered on 07 Nov 2012
2 answers
139 views
hi,
is there any way we can customize RadEditor to show more bullet styles like small alpha, roman, alpha with parenthesis e.t.c [which are available in Microsoft Word].

Please let me know ASAP. We would like to have something like below which end user should be able to do it. So is there anyway we get dropdown with list of all available OL or UL styles when we click on Numbered or circle bullet list in Radieditor menu [same as Microsoft Word 2010 bullet style?]

1. XXXXXXXXXXXXx
2. XXXXXXXXXXXXEEE
    a. RRRRRRRRRRRRR
    b. SSSSSSSSSSSSS
        i)  ccccccccccccc
        ii) dddddddddddd
            A)  12222222222222
            B)  12222222222222
                   

Thanks,
Aravind
Stanimir
Telerik team
 answered on 07 Nov 2012
3 answers
133 views
Hi!



We are going to use RadStyleSheetManager to merge and comress all stylesheets.
But when activating external stylesheets we get a serialization error.  If we don't use external stylesheets it works fine.
We are using SqlServer as StateServer.
Telerik version: 2012.2.918.35
See attached file for error.

Any ideas on what could be wrong?

Below are codesnippets from web.config and the aspx-page.

Web.Config
<appSettings>
  <add key="Telerik.Web.UI.StyleSheetFolders" value="/Style" />
</appSettings>
 
<system.web>
  <httpHandlers>
    <add verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2012.2.918.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
  </httpHandlers>
</system.web>

aspx-page
<telerik:RadStyleSheetManager runat="server" ID="rssm">
    <StyleSheets>
        <telerik:StyleSheetReference Path="core.css" />
    </StyleSheets>
</telerik:RadStyleSheetManager>

Genady Sergeev
Telerik team
 answered on 07 Nov 2012
1 answer
65 views
Hi,
I have two Rad-grids in  my aspx webpage, which are embedded in HTML table. One below the other.

Grid on top doesn't have paging. Grid in the bottom has paging. Both grid has drag & drop property enabled.

When top grid gets more data it will get bigger. As it gets bigger, top grid goes behind bottom grid. It looks like, bottom grid over the top grid.

I wanted as  top grid gets bigger, the height of that row should get increased and it doesn't merge/overlap with the bottom grid. i.e, bottom grid should get pushed down.

Any help appreciated.

Thanks in advance.
Suresh


Kostadin
Telerik team
 answered on 07 Nov 2012
1 answer
181 views
Hi,
    I am trying to load data on demand from the server side to RadListView... By default, RadListView does not have the load on demand property... I am new to this field and confused... Any ideas or suggestions would be appreciated...
Marin
Telerik team
 answered on 07 Nov 2012
4 answers
207 views
I have a radgrid with more than 35 columns(headers). I want to edit a record(edit mode=popup) it encounter the following error. "Sys.WebForms.PageRequestManagerServerErrorException: Editor cannot be initialized for column: 36".
Please help..
Siva
Top achievements
Rank 1
 answered on 07 Nov 2012
2 answers
289 views
How to set EditFormColumnIndex for autogeneratedcolumns in radgrid. radgrid doesn't have any static headers by default.
I am using:

 protected void rgControl_PreRender(object sender, EventArgs e)
    {
                int j = 0, k = 1;
                foreach (GridColumn gc in rgControl.MasterTableView.AutoGeneratedColumns)
                {
                    if (j < k * 7)
                    {
                        gc.EditFormColumnIndex = k - 1;
                    }
                    else
                    {
                        k++;
                        gc.EditFormColumnIndex = k - 1;
                    }
                    j++;
                }
}
It works good but when i am edit a record it shows the following error: Sys.WebForms.PageRequestManagerServerErrorException: Editor cannot be initialized for column:5.

Siva
Top achievements
Rank 1
 answered on 07 Nov 2012
1 answer
79 views
I have a RadGrid in a User Control.The user control is added on an ASPX page.
How to use 'find' using javascript from ASPX page?

var grid = $find("<%= RadGrid.ClientID %>");

The above line returns null.


Shinu
Top achievements
Rank 2
 answered on 07 Nov 2012
2 answers
109 views
hii,
how can i show a radtooltip for each node of radteeview..

thanks
Aarsh
Top achievements
Rank 1
 answered on 07 Nov 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
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
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?