Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
118 views
Is there a way to make the rotate cycle over a directory of .htm files and display them? I've tried a few things so far but haven't had any luck.
Fiko
Telerik team
 answered on 25 Feb 2010
1 answer
126 views
I have a simple form with a radtextbox and button and there is also a RadAjaxManager (which is set up correctly with the control ids for the textbox and button) on the page. When ajax is enabled, the textbox's text property is losing any vbcrlfs that were entered ( text.contains(vbcrlf) is false) . If i disable ajax, everything works correctly. I tried using a asp textbox but am seeing the same behavior. Is this an issue with ajax? Is there a workaround for this?


Iana Tsolova
Telerik team
 answered on 25 Feb 2010
5 answers
128 views
I am collaborating on a project with another department, which purchased their Telerik controls separate from my department. We keep on losing the reference to the telerik controls as we open the project from Source Safe, updating our local project in the process. Is this due to the different licenses? This is not a major problem, just a minor inconvenience - we have to delete the reference, then add it back.  Is there a way to avoid  this? 

Thanks

Tom W.
Fiko
Telerik team
 answered on 25 Feb 2010
3 answers
167 views
I need to be able to process a schedule click event serverside, is there any way to do this?  Also, ideally I need access to the date and time that coorespond with where they clicked in the schedule.  I've tried all of the serverside events but can't find one for this.

Thanks

Chris
T. Tsonev
Telerik team
 answered on 25 Feb 2010
7 answers
342 views
Hi,

The latest version of the scheduler (Q3 2009) offers new context menu feature, which is great. The only problem that I am having is that command names changed since the previous version ("QuickInsert" is now "CommandAddAppointment"). Is there a list of all the built-in commands somewhere? I am trying to build a context menu with "Quick insert", "Detailed insert", "Insert recurring event", etc., but I don't know what commands to use. I don't think the demo http://demos.telerik.com/aspnet-ajax/scheduler/examples/contextmenu/defaultcs.aspx lists all the available commands, does it?

Thanks,
Julia
Peter
Telerik team
 answered on 25 Feb 2010
2 answers
83 views
Is it possible, from Javascript, to pass an extra parameter along with the expand()-function to the serverside OnNodeExpand-method?

I'm building a tree using TreeNodeExpandMode.ServerSideCallBack and trying to implement an 'Expand all'-function in the contextmenu. I want to add the branch on the serverside instead of multiple calls to expand(). This all works well, except I can't differentiate the 'default' OnNodeExpand-event from the 'expand all'-event. I've tried using a textfield but as it's an Ajax-request it is not transferred to the server. I've also tried setting a custom attribute on the RadTreeNode but, again, it seems this isn't transferred. Any ideas?
 
I'm using the expand()-function because I'd like to preserve the loading-animation.

 

FU
Top achievements
Rank 2
 answered on 25 Feb 2010
1 answer
96 views
Hello,

I have a RadComboBox that contains a RadTreeView.  I am using the ItemTemplate to display the tree view.  My question is, besides displaying the Tree View, I would also like to add a single item to the RadComboBox where Text = "All" and Value = "0".  So, the RadComboBox would display "All" and the below that, it would display the RadTreeView.

Is this possible to do?

Thanks,
Dave
Princy
Top achievements
Rank 2
 answered on 25 Feb 2010
2 answers
106 views
Hi,

I have a chart -

<telerik:RadChart ID="RadChart1" runat="server" ChartImageFormat="Jpeg" Height="500px" 
                Width="1400px" DefaultType="Line" Skin="Office2007">  
                <Series> 
                    <telerik:ChartSeries DataXColumn="OAdate" DataYColumn="nosearches" Name="User Visits" 
                        Appearance-LineSeriesAppearance-Width="2" Type="Line">  
                        <Appearance> 
                            <FillStyle FillType="Solid" MainColor="69, 115, 167">  
                            </FillStyle> 
                            <TextAppearance TextProperties-Color="Black">  
                            </TextAppearance> 
                            <Border Color="69, 115, 167" /> 
                        </Appearance> 
                    </telerik:ChartSeries> 
                    <%--                <telerik:ChartSeries DataXColumn="OAdate" DataYColumn="errorscount" Name="Errors" 
                    Appearance-LineSeriesAppearance-Width="10" Type="Line">  
                    <Appearance> 
                        <LineSeriesAppearance Width="1" /> 
                        <FillStyle MainColor="Black" /> 
                    </Appearance> 
                </telerik:ChartSeries> 
--%> 
                </Series> 
                <PlotArea> 
                    <XAxis AutoScale="true" IsZeroBased="false">  
                        <Appearance ValueFormat="ShortDate" CustomFormat="" Color="134, 134, 134" MajorTick-Color="134, 134, 134">  
                            <MajorGridLines Color="134, 134, 134" Width="0" /> 
                            <TextAppearance TextProperties-Color="Black">  
                            </TextAppearance> 
                        </Appearance> 
                        <AxisLabel> 
                            <TextBlock> 
                                <Appearance TextProperties-Color="Black">  
                                </Appearance> 
                            </TextBlock> 
                        </AxisLabel> 
                    </XAxis> 
                    <YAxis> 
                        <Appearance Color="134, 134, 134" MajorTick-Color="134, 134, 134" MinorTick-Color="134, 134, 134">  
                            <MajorGridLines Color="134, 134, 134" /> 
                            <MinorGridLines Color="134, 134, 134" /> 
                            <TextAppearance TextProperties-Color="Black">  
                            </TextAppearance> 
                        </Appearance> 
                        <AxisLabel> 
                            <TextBlock> 
                                <Appearance TextProperties-Color="Black">  
                                </Appearance> 
                            </TextBlock> 
                        </AxisLabel> 
                    </YAxis> 
                    <Appearance Dimensions-Margins="5%, 5%, 5%, 5%">  
                        <FillStyle FillType="Solid" MainColor="">  
                        </FillStyle> 
                    </Appearance> 
                </PlotArea> 
                <Appearance> 
                    <Border Color="134, 134, 134" /> 
                </Appearance> 
                <ChartTitle> 
                    <Appearance> 
                        <FillStyle MainColor="">  
                        </FillStyle> 
                    </Appearance> 
                    <TextBlock> 
                        <Appearance TextProperties-Color="Black" TextProperties-Font="Arial, 18px">  
                        </Appearance> 
                    </TextBlock> 
                </ChartTitle> 
                <Legend> 
                    <Appearance Dimensions-Margins="15%, 2%, 1px, 1px" Dimensions-Paddings="2px, 8px, 6px, 3px">  
                        <ItemTextAppearance TextProperties-Color="Black">  
                        </ItemTextAppearance> 
                        <ItemMarkerAppearance Figure="Square">  
                        </ItemMarkerAppearance> 
                    </Appearance> 
                </Legend> 
            </telerik:RadChart> 

Which displays fine on first databind, but on rebinding with new data on this button press the old chart stays on screen?

protected void searchButton_Click(object sender, EventArgs e)  
    {  
        Report report = new Report();  
        RadChart1.DataSource = report.RetrieveSSPhraseDailysp(keyword, 99, 1, fromRadDatePicker.SelectedDate, toRadDatePicker.SelectedDate);  
        RadChart1.DataBind();  
 
        phraseGridView.Rebind();  
    } 

What am i doing wrong?

Thanks
Matt
Matt
Top achievements
Rank 1
 answered on 25 Feb 2010
6 answers
219 views
I am setting the sort order in the code behind (programatically) and I would like to have the sorting indicators displayed while not allowing the user the ability to change the sort order.

By setting the AllowSorting = true the indicators will show correctly, however, the user can then change the sort order.
Sebastian
Telerik team
 answered on 25 Feb 2010
3 answers
107 views
Hi all

Have a Radmenu with Items. 

There are more than 10 RadMenuItems so it overflows and shows in the second line.

Then i used EnableRootItemScroll = "true" and width to 80%, Even though it shows in the second line but with the scroll.

I have attached the screen shot too.

I need to bring the all the items in a single line with scroll.

Thanking You

-Anto


Kamen Bundev
Telerik team
 answered on 25 Feb 2010
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?