Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
105 views
HI!!

I have this version Telerik.Web.UI_2012_2_724_Dev_hotfix, but I couldn't found icons of buttons.

I created a custom control to transfer from RadListBox to RadgRid

I need use Icons of transfer (radlistbox) button. See attach : captura

Where i can found this icons?

regards

Nencho
Telerik team
 answered on 11 Oct 2012
2 answers
620 views
Hi,

I am using Telerik Controls v 2011.3.1115.35 on a .net 3.5 framework.  I am trying to set the text of the Notification via javascript in this code:

var notification = $find(Notification_ClientID);
var message = "Error";
notification.set_title("Error Notification");
notification.set_text(message);
notification.show();

The title is set, the notification displays, but not the text.  I read that there was a bug in this previously, but I believe I have the latest version...can I get some help with this?

Thank you.

Vanessa
Robert Bross
Top achievements
Rank 1
 answered on 11 Oct 2012
2 answers
50 views
Help, I am struggling trying to pass a list object from a WCF project to an array on a .aspx file.  I need to be able to send a table or array of data using JSONP or JSON and I am unsuccessful in doing so with a list object.  I was able to successfully send one record of information easily, but sending a list of more then one is proving to be a hard time.  Please tell me how I can do this.  Thanks!
Slav
Telerik team
 answered on 11 Oct 2012
13 answers
931 views
When I have a rad window open if I click the title bar of the window so that the window itself has the focus, then I hit enter, the window closes.  This is very annoying and I need to stop it from happening, but I can't seem to stop it completely.  I can stop it from happening when the user has the focus on a control on the window's form, but not the rad window itself.

Thanks
Waseem
Top achievements
Rank 1
 answered on 11 Oct 2012
0 answers
61 views

 

I have a telerik radstrip with two radtabs on my page which is linked to a radmultipage with two pages and the each of the pages have a radgrid on it. I hide/show the radstrip on a button click.

sometimes the radtab style changes unexpectedly and showing it as bulleted rather than tabs as in attached image.

when the page loads first time I do not show the tab. Clicking on the button shows the tab and it is showing up properly as in attached image 1. Then I hide the tab by clicking the button again and make some drop down selection and then click the button again to show the tab. This time my selection causes the grids on the tab to show some data. But now the tab style is changed unexpectedly as in attached image 2.

please help.

shaji kunjumon
Top achievements
Rank 1
 asked on 11 Oct 2012
1 answer
82 views
Hi,

I was wondering if it is possible to disable the delete/rename options of the context menu only on the condition where the directory contains files.


Many Thanks
Daniel
Top achievements
Rank 1
 answered on 11 Oct 2012
1 answer
78 views
Is it possible to embed an HTML link into an Appointment within Scheduler?
Plamen
Telerik team
 answered on 11 Oct 2012
7 answers
382 views
All,

I ran across this control as I was digging through the fabulous and voluminous documenation of the Telerik controls and am trying to get this to work on the asp:DropDownList control because we are using RadControls on our new development and it'll take time (and budget) to go back and change the older pages over. 

What seems awesome is that it appears that one could use the RadFormDecorator and at least trick the user into thinking all the controls are the same.

But, what I'm running into is that the asp:DropDownList doesn't seem to be decorated, but if I use the HTML to create a drop down list (SELECT), it works.

I also noticed that the RadFormDecorator wasn't applying the designated theme against RadControls either...
Is there something I'm missing?
EDITED TO ADD:
I forgot to mention that the application ultimately will only be run in IE8/9, but it's behaving the same way in Firefox
Thanks,
Ray

Here is my code
<%@ Page Title="" Language="C#" AutoEventWireup="true" CodeBehind="ActivityProperties.aspx.cs" Inherits="BAC.IRIS.UI.Web.ActivityProperties" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<head id="Head1" runat="server">
    <title></title>
</head>
<body style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;">
    <form id="Telerik" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    </telerik:RadScriptManager>
    <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All" 
        EnableRoundedCorners="true" Skin="Black" />
    <h4>Test</h4>
    <table id="LeftColumn" cellpadding="3" cellspacing="0" width="100%" >
       <tr>
            <td align="left" valign="top">
                <asp:Label ID="lblActivityIDDesc" runat="server" Text="Activity ID:  "/>
            </td>
            <td>
                   
            </td>
            <td align="left">
                <telerik:RadTextBox ID="radActivityID" runat="server" ReadOnly="true"/>
            </td>
        </tr>
        <tr>
            <td align="left" valign="top">
                <asp:Label ID="Label1" runat="server" Text="Activity Type:  "  />
                <asp:Label ID="Label2" runat="server" Text="*"  />
            </td>
            <td>
                   
            </td>
            <td align="left" valign="top">
                <asp:DropDownList ID="ddlActivityType" runat="server">
                    <asp:ListItem Text="Test Item" Value="1" />
                </asp:DropDownList>
            </td>
        </tr>
        <tr>
            <td align="left" valign="top">
                <asp:Label ID="Label3" runat="server" Text="Activity Type:  "  />
                <asp:Label ID="Label4" runat="server" Text="*"  />
            </td>
            <td>
                   
            </td>
            <td align="left" valign="top">
                <select id="select1" name="ddlTest">
                <option value="1">Test Item</option></select>
            </td>
        </tr>
    </table>
    </form>
</body>
</html>
Bozhidar
Telerik team
 answered on 11 Oct 2012
3 answers
48 views
Hi friends,

Ours are the tab friendly customers, who just tabs off, and type/select.

I have some asp drop down lists, and the decorator seems to be working pretty good except one thing, where they do not light-up (highlight) on focus, which sometimes confuses whether it has got the focus or not. Any workaround for this ?

Thanks,
-Aarsh
Bozhidar
Telerik team
 answered on 11 Oct 2012
1 answer
47 views
Hi

I have a user control (that contains RadcomboBox, RadMenu, ...) and is handled by client-side and server-side code.

It works correctly.

But I need to use it in a RadGrid. I have some problems with it:

1- finding controls in "user control" code (such as $find in javascript), doesn't work.
    because it can find just direct controls not controls inside a RadGrid.

2- I need to bind a data source to it, when user click on "update" button of RadGrid.
    if it was a RadComboBox, it was possible in "Init evevnt" of it, but for my user control what should I do?

Thanks
Eyup
Telerik team
 answered on 11 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?