Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
226 views
I've D/L the trial version of your latest ASP.Net AJAX Controls.  I'm particularly interested in using these controls:
  • RadTreeView
  • RadDock
  • RadToolBar

In all your examples, you always utilize the RadScriptManager and the RadUpdatePanel.  From a marketing perspective I understand why but from a pure technical point of view is there any reason I absolutely need to use these rather than the native ones that come with VS2008?

Perhaps you could point me to some URLs that explain the benefits and drawbacks of using your version of these existing controls.

Thank you,

Robert W.
Ivo
Telerik team
 answered on 24 Apr 2009
0 answers
49 views
Hello
I use the Scheduler with Timeline view in a Sharepoint WebPart. When the subject of an appointment is too long, the appointment will be expanded. But only in Internet Explorer. In Firefox the subject will be croped. It also looks correct in a non-sharepoint webapp. I don't want to expand the appointments. How can I do this?

Thank you
wima
wima
Top achievements
Rank 1
 asked on 24 Apr 2009
2 answers
498 views
Hello,

I have three elements in a row: a label, an text box and a button.  The label and input box align well vertically but the button is shifted down 2 pixels.  I'm using a custom skin but I'm seeing the same result applying a default skin.  Please see the following image:

http://www.code.sovivid.com/butshiftdown.jpg

Code:
<label>File Name: </label><asp:TextBox ID="TextBox1" runat="server" Text=""></asp:TextBox> <asp:Button ID="browse1" runat="server" Text="Browse..." />

Any thoughts on how to align the button with the input box?

Thanks,
Bob
Martin
Telerik team
 answered on 24 Apr 2009
1 answer
54 views
Hi There,

I'm trying to change the appereance of a RadWindow (2009_1_402) but i cant get it done ...
changing the sprites isnt the problem ... the problem for me is that i dont know how to change the:

  • .rwTitlebar height, this is in some kind of way not possible for me to change.
  • .rwTopLeft width, same problem
  • .rwBodyLeft width, same problem
  • .rwBodyRight width, same problem

It just looks like some other css files overrules these things !!

Help me out here please

Martin
Telerik team
 answered on 24 Apr 2009
1 answer
80 views
I have a grid that displays its details in a Nested FormView.  When in EditMode I am trying to set a RadDateTimePIcket selecteddate property to the database column IF it has one.  Some have no value so I want it to default to Now() or NOTHING.

I am getting a "Object reference not set to an instance of an object." error when trying to do it like this:

ElseIf (e.CommandName = "Edit"Then 
 
            Dim Event_Control As RadDateTimePicker = form_AppNotes.Row.FindControl("txt_event_date"
 
 -->Dim Event_Date As String = (TryCast(form_AppNotes.Row.FindControl("txt_event_date"), RadDateTimePicker)).SelectedDate.ToString 
 
            Event_Control.SelectedDate = IIf(GenericFunctions.DoIExist(Event_Date) = False, Now, FormatDateTime(Event_Date)) 
 
        End If 

It does not like the line I arrowed to above.  What am I missing here?!?

<telerik:RadDateTimePicker ID="txt_event_date" Runat="server" Skin="Sunset" SelectedDate='<%# Bind("event_date") %>'

Princy
Top achievements
Rank 2
 answered on 24 Apr 2009
1 answer
81 views
I was wondering if there is a way to hide columns of the grid based on a rad:window opening and selecting the column names based on the items checked in a checkbox list from the radwindow.  Is this possible, i am sure it is but not sure how to accomplish this task
Thanks for your help
Princy
Top achievements
Rank 2
 answered on 24 Apr 2009
2 answers
122 views
Hello,

I have two radTreeViews in a user control.  I am allowing the user to drag and drop nodes from either TreeView to the other.  Before the drop occurs though, I want to prompt the user with a confirmation message.  Something like "Are you sure you want to do this?".  If the user selects "No" (or "Cancel"), the Drag/Drop is cancelled.

I found a post regarding intercepting the postback from a button using GetPostBackEventReference in the callback function of radConfirm, and I've used that separately successfully in my application.  However, that was used from within an aspx page and not a user control, and of course it was as button and not a TreeView.  I tried to duplicate that functionality with the TreeView, but it's not working.  I can't even compile because I'm getting a message saying that "GetPostBackEventReference is not declared".  My guess is that this error is occuring because I'm in a user control and not a web page, but as I said that is just a guess.

Any help would be appreciated.

Thanks.

PS.  Just some further information.  The user control will reside inside a Content Page.  Within my Master Page I have the ContentPlaceHolder wrapped inside an AjaxPanel.  This is probably not the most efficient way of ajaxifying my application, but it seems to be working just fine so far. 
 
Steven Black
Top achievements
Rank 1
 answered on 24 Apr 2009
6 answers
854 views
Hi There,

I'm having problems trying to export to PDF.
I have a Radgrid with a MasterTableView with about 20+ columns and I have been it fit on the screen having a horizontal scrollbar to view all columns. Each column has a width in px, I want to be able to convert the whole grid to PDF and have it fit onto one page.  I've reduced the text hoping it would fit mroe data but hasn't changed it one bit.

Can somebody help me!
LiZ0r
Top achievements
Rank 1
 answered on 24 Apr 2009
1 answer
98 views
Can I use RadRotator to animate a sequence of RadChart objects?

Andrew
ManniAT
Top achievements
Rank 2
 answered on 24 Apr 2009
2 answers
176 views

Hi,

I am trying to set the SkinID of the RadTextBox generated when a GridBoundColumn is in edit mode.

I have tried in the Grids PreRender event but get the error that you can only set a SkinID in the page PreInit event.  However the RadGrid does not exist at this stage.

I there any way to do this without resorting to template columns on everything?

Thanks

Gavin.

Gavin
Top achievements
Rank 1
 answered on 24 Apr 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?