Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
63 views
Hello everyone,

in my current project (aps.net page) I need a chart that can be edited in real time by the user while moving the cursor . Instead of using TextBoxes to modify the data, the user wants to move the cursor through the x-axis or y-axis in order to redraw the line chart in real time.

Any idea if this is currently supported, or how could I get it done?

Thanks in advance
Ves
Telerik team
 answered on 15 Jun 2010
3 answers
101 views
I'm using 2010 1 309

Some of  my bar charts are showing with the bars not filled in - just dashed lines around border.
(See file)

Anyone else seen this?
Ves
Telerik team
 answered on 15 Jun 2010
13 answers
216 views
i just wanna to make method that creates new window and passes a paramter of Control.ascx path

then the window loades it in ContentTemplate?????
Fiko
Telerik team
 answered on 15 Jun 2010
2 answers
131 views
hi

how can i set the witdh of my textbox in edit mode?

i want to get the full witdh of my column as the width of my boundcoloumn auto editor textbox?
Webster Velasco
Top achievements
Rank 2
 answered on 15 Jun 2010
1 answer
284 views

Hi,
I want use a RadMenu in an UserControl.
I load dynamically the Menu Items in Page_Load Event and I want to set dynamically the SkinId of RadMenu.

If I set the SkinId in Page_Load I have this problem.
"The 'SkinId' property can only be set in or before the Page_PreInit event for static controls. For dynamic controls, set the property before adding it to the Controls collection."

But Usercontol don't have the Pre_Init event.

How do I set dynamically SkinId of my RadMenu ?

Thanks,
Marco

Veronica
Telerik team
 answered on 15 Jun 2010
2 answers
196 views
I have table structured

Menu_Master :
PK    [MenuID] [int] IDENTITY(1,1) NOT NULL,
    [MenuName] [varchar](50) NOT NULL,
    [URL] [varchar](50) NULL,
    [ParentMenuID] [int] NULL,
 
If I have assign DataFieldParentId = ParentMenuID then TreeView goes blank just suggest me ..
Nikolay Tsenkov
Telerik team
 answered on 15 Jun 2010
1 answer
144 views
Hi,

Im not sure if this is the ideal use of the grid/ It may not be possible but i am trying to achieve the following scenario:

One grid on the screen with a selector for 9 different data sources as the user clicks the datasource the new set gets bound to the grid (needdatasource rebind()).  the grid is defined in code and i call the new definition as the new data source is clicked this works fine until you go to page or group the data at which point it keeps the column headings but doesnt know what datafiled to user so just puts the object name in the field.

I tried calling my method to define the grid each time the needdatasource is called this worked for paging but not for grouping should this work?
Paul Lewis
Top achievements
Rank 1
 answered on 15 Jun 2010
1 answer
88 views
I'm using the default theme with the FormDecorator.  It doesn't appear there are any special BG images that represent a disabled checkbox, when checked and unchecked.  My disabled checkboxes appear as though they are enabled (they are not checkable however).

The attached file "standard_formdecorator_checkbox_images_for_default_theme.gif" shows the standard BG image from the FormDecorator retrieved via WebResource.axd.  There are 4 checkbox states in it.  A couple are hover states, but I'm not sure what they all are.  I attached this file for reference.

I created the other attached GIF, "disabled_checkbox_bg_image_for_default_theme.gif".  This has 2 images in it which represent a disabled checkbox when checked and when unchecked.  It would be nice if Telerik could add these state BG images to the FormDecorator.  I attached it here for Telerik or anyone else who might find it useful.  Here is the CSS I added so this BG image is used:

/*  Disabled checkbox - checked  */ 
.RadForm_Default .rfdInputDisabled.rfdCheckboxChecked, 
.RadForm_Default .rfdInputDisabled.rfdCheckboxChecked:hover 
    { backgroundtransparent url(/images/disabled_checkbox_bg_image_for_default_theme.gif) no-repeat 0 -220px !important; } 
 
/*  Disabled checkbox - unchecked  */ 
.RadForm_Default .rfdInputDisabled.rfdCheckboxUnchecked, 
.RadForm_Default .rfdInputDisabled.rfdCheckboxUnchecked:hover 
    { backgroundtransparent url(/images/disabled_checkbox_bg_image_for_default_theme.gif) no-repeat 0 0 !important; } 

Bozhidar
Telerik team
 answered on 15 Jun 2010
1 answer
117 views
I have a RadTextBox in a CreateUserWizard template.  I tried to use following code to reference it in client side:

var tb = $find("<%= UserName.ClientID %>"); 
But I always get null.

Is there any way to reference the RadTextbox in javascript?

Here is the code in the page:
<asp:CreateUserWizard ID="C" runat="server">
        <WizardSteps>
            <asp:CreateUserWizardStep ID="Step1" runat="server">
                <contenttemplate>
                    <telerik:RadTextbox ID="UserName" Label="Username:" runat="server" MaxLength="15" />
                     ........
                </contenttemplate>
            </asp:CreateUserWizardStep>
</WizardSteps>
</asp:CreateUserWizard
Shinu
Top achievements
Rank 2
 answered on 15 Jun 2010
1 answer
234 views

Hi there,

I have, in my telerik web application, some telerik controls such as RadScriptManager, RadFormDecorator, RadAjaxManager, RadAjaxLoadingPanel, RadAjaxPanel, and others.

When i loading this app run to VS2010, its work very good. But when i publish this app and run with IIS 7.5, i find erros below:

* ASP.NET Ajax client-side framework failed to load.

* 'Sys' não está definido.

PS: im using FW 4.0.

Can anyone help me? Thks

Sebastian
Telerik team
 answered on 15 Jun 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?