Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
119 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
159 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
167 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
88 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
211 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
214 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
310 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
87 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
146 views
hii,
how can i show a radtooltip for each node of radteeview..

thanks
Aarsh
Top achievements
Rank 1
 answered on 07 Nov 2012
7 answers
194 views
I'm trying to disable the link of a RadTreeNode after it's clicked to prevent machine gun clicking/request flooding. We have some code that handles that, but I'm having trouble getting the link part of the RadTreeNode.

Here's what I'm assuming: the actual RadTreeNode consists of:

<li class="rtLI">
     <div class="rtTop rtHover">
          <span class="rtSp"></span>
          <span class="rtPlus"></span>
          <a class="rtIn" style="font-weight:bold;" href="/course-catalog/social-studies-3-part-1/fall/lesson-1">Lesson 1</a>
     </div>
</li>
Which is what I actually get when I call:

var selectedNode = sender.get_selectedNode();

I'm trying to figure out how to get the actual link object. Once I have that, I can check that it actually goes somewhere with jQuery and set up my disabling code.

Any help would be greatly appreciated.

Thanks,
Chris
Aarsh
Top achievements
Rank 1
 answered on 07 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?