Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
158 views
I have a RadGrid with 10 columns.

The horizontal scrollbar appears whereas I'd need the column data to be wrappable so that e.g. "FirstName Surname" appears in 2 lines rather than one line so that we won't need to have the scrollbar.

How could it be done?

Many thanks,
Pavlina
Telerik team
 answered on 11 May 2011
5 answers
98 views
When is the sp1 for the 2011 Q1 release supposed to be available? There are a lot of issues with this control. I have submitted 5 bug reports and 3 feature request.

With this new control, we are able to present options to the users in a better way, which my management loves, but now can't move forward with development because of all the issues with this control. Now have to wait for the sp1 to address these issues before I can start development.
Simon
Telerik team
 answered on 11 May 2011
3 answers
101 views
I am using the Media Manager to insert some kind of media object (.mp3, .mp4, etc).  This works fine, and I can set the applicable properties before inserting the object.

The problem is, once the object is inserted there is no way to change the properties again.  I am having to delete the object and insert it again with the correct properties.  I would have thought that I could right-click on the object and get a Properties dialog.

Is there something that I am missing?  How do I update the properties of an inserted media object?

Thanks in advance for your help.
Dan
Dobromir
Telerik team
 answered on 11 May 2011
1 answer
61 views
Hi,

Can anyone convert this to RadControls Q1 2011 release version?

RadTabStrip1.Tabs(CInt(Request.QueryString("tab")) + 1).PageView.Selected = True

It keeps saying 'Tabs' is not a member
Kate
Telerik team
 answered on 11 May 2011
1 answer
129 views
Hi,

   We have upgraded our telerik version from 2009.2.701.20. to Q1 2011.  The indent/Outdent doesnt gets reflected in certain places. Is there anything i should add to this tool. the following are the code used,
 
<telerik:RadEditor CssClass="maarginleft80" OnClientLoad="OnClientLoad" Width="670px"
                        ID="radContactUs" EnableResize="false" runat="server">
                        <Tools>
                            <telerik:EditorToolGroup Tag="MainToolbar">
                                <telerik:EditorTool Name="FindAndReplace" ShortCut="CTRL+F" />
                                <telerik:EditorTool Name="Undo" ShortCut="CTRL+Z" />
                                <telerik:EditorTool Name="Redo" ShortCut="CTRL+Y" />
                                <telerik:EditorTool Name="Indent" />
                                <telerik:EditorTool Name="Outdent" />
                                <telerik:EditorTool Name="TableWizard" />
                                <telerik:EditorTool Name="InsertSymbol" />
                                <telerik:EditorTool Name="JustifyLeft" />
                                <telerik:EditorTool Name="JustifyRight" />
                                <telerik:EditorTool Name="JustifyFull" />
                                <telerik:EditorTool Name="JustifyCenter" />
                                <telerik:EditorTool Name="LinkManager" />
                            </telerik:EditorToolGroup>
                            <telerik:EditorToolGroup Tag="FileManagers">
                                <telerik:EditorTool Name="ImageManager" />
                            </telerik:EditorToolGroup>
                            <telerik:EditorToolGroup>
                                <telerik:EditorTool Name="Bold" />
                                <telerik:EditorTool Name="Italic" />
                                <telerik:EditorTool Name="Underline" />
                                <telerik:EditorSeparator />
                                <telerik:EditorTool Name="ForeColor" />
                                <telerik:EditorTool Name="BackColor" />
                                <telerik:EditorSeparator />
                                <telerik:EditorTool Name="FontName" />
                                <telerik:EditorTool Name="RealFontSize" />
                            </telerik:EditorToolGroup>
                        </Tools>
                        <CssFiles>
                            <telerik:EditorCssFile Value="~/App_Themes/Web20/editor.css" />
                        </CssFiles>
                    </telerik:RadEditor>

Thanks,
Hema.
Rumen
Telerik team
 answered on 11 May 2011
4 answers
63 views
Hey, I'm having some troubles with the Telerik Window control. Basically, I have a simple HTML button that executes a Silverlight application when we click on it, and close the application when we click again. This application is a sort of icons menu in which we can open applications (in Telerik windows actually). The problem resides in the fact that once I moved one of these Telerik window, when I'm attempting to open the icons menu again, it takes ages before it pops up in the screen. Is there any solution to this problem ?

Thanks in advance,
Francis.
Francis
Top achievements
Rank 1
 answered on 11 May 2011
7 answers
89 views
Hello,

I have two issues.

1) I have about 70 Field Editor items in my RadFilter and when I view all my field options on the page the list is off the screen and there is no scrolling to see the options off the page.

2) I am using a RadMenu on the same page and the filter list is displaying behind the menu. I changed the Z-Index in my Theme for the RadFilter to 25000 so it would be in front, but it's not working. What do I need to do to have the filter above the menu?

Thanks!

Don
Mira
Telerik team
 answered on 11 May 2011
1 answer
157 views
Hi,

I'm trying to use a radwindow on a log in page.
The page works fine when authentication is off.
Soon as I enable authentication, the window will not show.

I don't need to open/close/manipulate the window...I just need it to stay visible at all times.

SignIn.aspx :
<telerik:RadScriptManager ID="RadScriptManager1" runat="server" LoadScriptsBeforeUI="true" ScriptMode="Release">
</telerik:RadScriptManager>
<telerik:RadWindowManager ID="RadWindowManager1"
    runat="server"
    EnableViewState="true"
    EnableShadow="true"
    Modal="true"
    VisibleStatusbar="false"
    PreserveClientState="true"
    Animation="Fade"
    Behaviors="None"
    DestroyOnClose="True"
    EnableEmbeddedScripts="true"
    VisibleOnPageLoad="true"
    KeepInScreenBounds="True">
    <Windows>
        <telerik:RadWindow ID="RadWindow1" runat="server">
            <ContentTemplate>
                Hello!
            </ContentTemplate>
        </telerik:RadWindow>
    </Windows>
</telerik:RadWindowManager>


If no authentication, the page works fine.
As soon as I add the below to the web.config file, the window no longer shows:
<authentication mode="Forms">
    <forms name="SecLogin" path="/" loginUrl="SignIn.aspx" timeout="200"/>
</authentication>
<authorization>
    <deny users="?"/>
</authorization>
Marin Bratanov
Telerik team
 answered on 11 May 2011
3 answers
160 views
I switched away from using the ASP.NET AJAX Toolkit's SliderExtender to RADSlider and love it, except I miss having the Decimals property.  Some stakeholders in my projects are very picky about precision in the display of numbers, and not being able to force the display of decimal digits on the tick labels will raise some complaints for me.

I've tried using the DataTextFormatString property but nothing changed; I imagine because the sliders are not databound.
Niko
Telerik team
 answered on 11 May 2011
2 answers
112 views
Hi,

I was looking the TreeList demo and I find this demo (http://demos.telerik.com/aspnet-ajax/treelist/examples/firstlook/defaultcs.aspx). In this demo, they add a dataSource to their TreeList and they used a <ItemTemplate> to put the ProductName  and the Quantity in the same field. Here the code: 
     <%# Eval("ProductName")%><%# Eval("Quantity").ToString() != "" ? "&nbsp;(" + Eval("Quantity").ToString() + ")" : ""%>

I wonder if it was possible to do the same, but in the code-behind (serverside). 

Here is my code :

if (e.Node.Text == "Users")
{
    Telerik.Web.UI.TreeListBoundColumn nameColumn =
        new Telerik.Web.UI.TreeListBoundColumn();
 
    nameColumn.DataField = "name";
    nameColumn.UniqueName = "name";
    nameColumn.HeaderText = "Name";
 
 
 
    RadTreeList1.Columns.Clear();
 
    RadTreeList1.Columns.Add(nameColumn);
 
    RadTreeList1.DataSource = MyDataUser.GetData();
}

What I want is to take the fields (in my datasource) "firstName" and "lastName" and put it together in the "nameColumns" by using a itemTemplate.

Thank you

David
David
Top achievements
Rank 1
 answered on 11 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?