Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
148 views
I'm trying to get information from one list box to populate another list box.  I'm doing a drag and drop from a list box called available to a list box called selected.  After this has been done I would like to populate another list box called selected2 based on what was in the list box called selected.  I'm able of course to get the drap and drop to work but how do you get the id's from the selected list box.

Thanks,
Mike
Michael
Top achievements
Rank 1
 answered on 21 Oct 2010
1 answer
40 views
Hi,

The points on a plotted point chart series appear to be cropped in to half circles. They are plotted exactly on the start axis and end axis edges(see attachment). I would like to see them plotted within the borders, hopefully able to set the padding or margins, whatever needed. X-Axis layout mode is Normal, Y-axis AxisMode is Extended. X-axis value format is shortdate. Please direct me rightly.

Thanks.
Evgenia
Telerik team
 answered on 21 Oct 2010
1 answer
57 views
I am trying to put a Radslider inside the ajaxToolkit:Accordion and it is not getting dis[played. If I have the code outside the ajaxToolkit:Accordion it is getting displayed. How do I get it to display inside the ajaxToolkit:Accordion ?
<!-- this gets displayed -->
<telerik:RadSlider ID="RadSlider1" runat="server" MinimumValue="0" MaximumValue="100"
    SmallChange="5" LargeChange="10" ItemType="tick" Height="70px" Width="350px"
    AnimationDuration="400" CssClass="TicksSlider" ThumbsInteractionMode="Free">
</telerik:RadSlider>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>
        <ajaxToolkit:Accordion ID="MyAccordion" runat="server" SelectedIndex="0"
            HeaderCssClass="accordionHeader" HeaderSelectedCssClass="accordionHeaderSelected"
            ContentCssClass="accordionContent" FadeTransitions="false" FramesPerSecond="40"
            TransitionDuration="250" AutoSize="None" RequireOpenedPane="false" SuppressHeaderPostbacks="true">
           <Panes>
        <ajaxToolkit:AccordionPane ID="AccordionPane8" runat="server">
                     <Header></Header>
            <Content>
                <!-- this does not displayed -->
                                <telerik:RadSlider ID="RadSlider2" runat="server"
                                    MinimumValue="0" MaximumValue="100"  SmallChange="5" LargeChange="10" ItemType="tick"
                                    AnimationDuration="400" Visible="true">
                                </telerik:RadSlider>
            </Content>          
      </Panes>
        </ajaxToolkit:Accordion>
    </ContentTemplate>
</asp:UpdatePanel>



Tsvetie
Telerik team
 answered on 21 Oct 2010
4 answers
161 views
i have a RadCalenar with different background colors for different days. When the day is selected, the original background color is replaced by the selectedDay style. how can i keep the original background color when the day is selected?
Lisa Simmons
Top achievements
Rank 1
 answered on 21 Oct 2010
1 answer
70 views
Is it possible to stack 2 gridboundcolumns in a single row?   

Thanks.
Tsvetina
Telerik team
 answered on 21 Oct 2010
2 answers
59 views

2010.2.809.35  VS2008 IE8

I have an item that is declarative set to enabled false that cannot be re-enabled with item.enable.   It stays disabled.
If it was NOT declarative disabled then I can disable then enable using the client API.
 
   <telerik:RadListBoxItem Enabled="false" Text="Apple" Value="Apple" />

 var items = listbox.get_items();  items.forEach(function(item) { item.enable(); item.check(); });

Update:  If the item is set to disabled in code, it could not be enabled in Javascript.
Yana
Telerik team
 answered on 21 Oct 2010
1 answer
102 views
On the y axis of my bar chart I have Number of Households.  Obviously, this number is always an integer but I am sometimes getting the following on the y axis:  0, 0.5, 1, 1.5, 2, 2.5, etc.

The plot is coming out correctly.  The x axis shows dates and the plot is usage by y-number of households on a given date.

How can I force the y axis to show only integers?


Thanks.
Evgenia
Telerik team
 answered on 21 Oct 2010
7 answers
618 views
Hi,

I have a RadWIndow, which opens an external ASPX page.
This page has some fields which stores data after clicking the save button.

I want on the click event of the save button, the radwindow should be closed automatically.

Please suggest.

Thanks,
Debashis
Andrey
Top achievements
Rank 1
 answered on 21 Oct 2010
3 answers
312 views
I'd like that when the user press "Enter" on my RadNumericTextBox it would be the same as if he would give a click on a especific button.
The definition of my RadNumericTextBox is:

<telerik:RadNumericTextBox ID="radMyNumericTextBox" runat="server" Width="132px">
        <ClientEvents OnKeyPress="radMyNumericTextBox_KeyDown" />
</telerik:RadNumericTextBox>
My code is:
private void radMyNumericTextBox_KeyDown(object sender, KeyEventArgs e)

 

{

 

    if (e.KeyCode == Keys.Enter)

 

    {

        btnMyButton_Click(sender, e);

    }
}
Note: Actually if I press "Enter" in the RadNumericTextBox close's my window.
Any help?
Thank you very much.

David

Dimo
Telerik team
 answered on 21 Oct 2010
0 answers
65 views
Hai All,

In my RadCombo box i displaying fields like..

Header--> Item1         Item2
                -------------------------
                     a                 1
                     b                  2
                     c                  3
                     c                   4

Can u please help me if i select row 1 means need "a" in one variable and  "1" in another variable on
radcombox selectedindex change.

Thanks
salvio
Top achievements
Rank 1
 asked on 21 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?