Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
167 views
Hi Guys

I've been searching for a way to show the RadTimePicker popup above the control. There are examples using the datetime picker but nothing with just the radTimePicker. Is this possible?

If I have to resort to usign the datetimepicker then looking at the examle here http://www.telerik.com/help/aspnet-ajax/calendar_howtodisplayingthepopupabovetheinputarea.html how could I adapt this to take in a parameter of the control as the javascript seems to only search for one control named RadDateTimePicker1, I have 14 timepickers linked to shared timeviews so I owuld rather not adopt the datetimepicker solution if possible.

Regards

Steve
Steve Todd
Top achievements
Rank 1
 answered on 18 Jun 2009
2 answers
34 views
Hi,
I'm using the radmenu to switch content of the scheduler,
and when clicked I changed to ImageUrl to reflect the selected option (server side code)
every things work fine,
Till I turn Ajax On , then the ImageUrl changing doesn't do anything...
the rest of the functionality work as expected,
Please advise,
Mickey
Mickey
Top achievements
Rank 1
 answered on 18 Jun 2009
1 answer
74 views
I am using Hierarchal grid in my page. It is working good when It has less number of child in hierarchy. but when I add more child . The performance of the grid getting slow & I received the following error as a popup.
"A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive".
I am using IE 6.0. Please solve this issue asap.
Thanks
Pavlina
Telerik team
 answered on 18 Jun 2009
1 answer
120 views
table Comments

CommentsID          CommentsText         CommentsRoot
1000                       "Some text"              Null
1001                       "Some text"              1000
1002                       "Some text"              1000
1003                       "Some text"              Null
1004                       "Some text"              1003

Hi, I'm working in a proyect on VB, where I have a Nested Radgrid, it takes the DataSource from a table called Comments in SQL Server as in the top table and I would like to to have the number of child that the Comment have
For example:
The format will be like this(whith the number of child):

1000                       "Some text"              Null   (2)
              1001                       "Some text"              1000
              1002                       "Some text"              1000
1003                       "Some text"              Null   (1)
               1004                       "Some text"              1003

I have alredy this format but I don't know how to get the number of child, Can anyone help me, please?

Tsvetoslav
Telerik team
 answered on 18 Jun 2009
1 answer
265 views
Hello Telerik-team,

i got an error and can't find it in the code:

[ParseException: Expression expected]
   Telerik.Web.UI.ExpressionParser.ParsePrimaryStart() +209
   Telerik.Web.UI.ExpressionParser.ParsePrimary() +36
   Telerik.Web.UI.ExpressionParser.ParseUnary() +365
   Telerik.Web.UI.ExpressionParser.ParseMultiplicative() +54
   Telerik.Web.UI.ExpressionParser.ParseAdditive() +54
   Telerik.Web.UI.ExpressionParser.ParseComparison() +57
   Telerik.Web.UI.ExpressionParser.ParseLogicalAnd() +49
   Telerik.Web.UI.ExpressionParser.ParseLogicalOr() +49
   Telerik.Web.UI.ExpressionParser.ParseExpression() +60

Can anyone help and tell me where I have to search the error?

Thanks!

Christian
Christian
Top achievements
Rank 1
 answered on 18 Jun 2009
3 answers
132 views
Hi,

I have a RadWindow on a page that gets put into a contentplaceholder on a master page. Is there any way to make the Window open at position 0,0 of the master page?
Fiko
Telerik team
 answered on 18 Jun 2009
5 answers
660 views
Hi Team,
    How can we get the list of parent node value at a perticular level .?
My requirment is I have to pass the list of parent node value as a string ( each node will separated with a comma ) at a perticular level . If I am expanding the level 4 then , I need parentnodevalue(0),parentnodevalue(1),parentnodevalue(2),parentnodevalue(3),currentnodevalue(4) . can you suggest me

Regards
Manoj
Richard
Top achievements
Rank 2
 answered on 18 Jun 2009
1 answer
75 views
Hi,

I want to know if I can build the main part of a RadGrid declaratively and e.g. the template columns came from an other class that implements ITemplate.
Princy
Top achievements
Rank 2
 answered on 18 Jun 2009
7 answers
167 views
I am saving the state of the Radodocks in a database and when I collapse a dock I can see the correct state being saved to the table but when I reload the page it doesn't come back collapsed and the state field in the table gets overwritten with collapsed: false..... here is my code.

Save

Protected Sub RadDockLayout1_SaveDockLayout(ByVal sender As Object, ByVal e As Telerik.Web.UI.DockLayoutEventArgs)
        'Save the dock state in the session. This will enable us to recreate the dock in the next Page_Init.
        CurrentDockStates = RadDockLayout1.GetRegisteredDocksState()
    End Sub


Load

Protected Sub RadDockLayout1_LoadDockLayout(ByVal sender As Object, ByVal e As Telerik.Web.UI.DockLayoutEventArgs)

        Dim _currentDockStates As New List(Of DockState)()
        Dim ContactID As Integer = Int32.Parse(Utilities.GetSession("ContactNumber").ToString())
     
        _state = PortalDataAccess.LoadState(ContactID).ToString()
   

        Dim dockStates As String() = _state.Split("|"c)

        For i As Integer = 0 To dockStates.Length - 1
            Dim serializedState As String = dockStates(i)
            If Not String.IsNullOrEmpty(serializedState) Then
                Dim state As DockState = DockState.Deserialize(serializedState)
                _currentDockStates.Add(state)
            End If
        Next

        For Each state As DockState In _currentDockStates
            e.Positions(state.UniqueName) = state.DockZoneID
            e.Indices(state.UniqueName) = state.Index
        Next

    End Sub

Thanks,
Sam



Martin
Top achievements
Rank 1
 answered on 18 Jun 2009
2 answers
90 views
My bargraph is not showing the yvalue at the top of the bar in the bargraph.  What is the property for this and how to I set it in code? (Visual Basic)  Also how can you make the yvalue show when hover over the bar?

There is no value at the top of my bars at this time.

Thanks,
Cindie Tenneson
Top achievements
Rank 1
 answered on 18 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?