Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
106 views
Hi,

      I am using a RadScheduler on one of the pages in our applications and it works fine on Internet Explorer. I mean when the page loads for the first time I can see the radscheduler but this is quite opposite in firefox and chrome. When the page loads for the first time the radscheduler isnt visible. But when the user adjusts the window of the browser then the radscheduler appears.

Is this some kind of a CSS issue or am I missing something? Any help would be appreciated...The radscheduler is in a <div>

Regards,
Prakash
Ivan Zhekov
Telerik team
 answered on 23 Apr 2012
1 answer
114 views
Hi All
On my website I use a top section div with fixed width and height on various pages that contain different sets of controls for different pages. I used the RadDock control so that the RadCombobox controls can be visible or invisible depending on the page it appears on. There will never be more than 8 controls on any page.
I attached a jpeg that explains how I want it to happen in practice. I have played around with vertical and horizontal orientation but it is almost like I need a combination of both horizontal and vertical as I would like the docked items to move in a zig zag pattern (see jpeg). I can use horizontal orientation but it causes gaps (i.e. sometimes 2 half controls appear next to each other leaving 2 gaps under the halves instead of slotting in underneath)

Anyone got some advice on how to solve this?
Much appreciated
Marisa
Slav
Telerik team
 answered on 23 Apr 2012
3 answers
118 views
Hello,

Is it possible for us to replace the standard upload dialog used in the Image Manager with a custom dialog?

Cheers,
Kristof
Rumen
Telerik team
 answered on 23 Apr 2012
3 answers
122 views
I have a vertical menu that has menu items that need to wrap and I would like to adjust the spacing to make the wrapped text spacing smaller. Is this possible?

See the attachment.
Kate
Telerik team
 answered on 23 Apr 2012
3 answers
168 views
Hi There,

I am using Telerik RadGrid, and i have used scrolling option with static headers set to true, now the problem is i have rad splitter within which i have place my grid, now when i use to use RadSplitBar to minimize and maximize the pan, i get the columns that are set to "display:false". This should not be the case if i have set the values of HeaderStyle-width.

Moreover, on each refresh/rebind of a RadGrid  what i see is my Item Table remains as it is but my Header Template moves slightly towards left, this gives an alignment problem.

Note that when i set the Usestaticheader property to false i don't find such problems.

Help me out with this.

Regards,
Dhaval Shukla
Pavlina
Telerik team
 answered on 23 Apr 2012
2 answers
89 views
Hi,

I can find my RadEditor in the the EditForm Template in ItemDataBound or ItemCreated using the code below.
It finds the editor because I can set it to be invisible, no problem.
However, I'm trying to set the ImageManager.ViewPaths and I just can't get it to works.

If (TypeOf e.Item Is GridEditableItem AndAlso e.Item.IsInEditMode) Then
 
           Dim editFormItem As GridEditFormItem = DirectCast(e.Item, GridEditFormItem)
           Dim _reJobDesc As RadEditor = DirectCast(editFormItem.FindControl("reJobDesc"), RadEditor)
 
           '_reJobDesc.Visible = False
 
           Dim _clID As String = _UsersDB.GetCLIDByScID(sInt)
 
           _reJobDesc.ImageManager.ViewPaths = New String() {"~/folders/clients/" & _clID & "/images/"}

All help most appreciated.
Cheers,
Jon

Jon
Top achievements
Rank 1
 answered on 23 Apr 2012
7 answers
1.0K+ views
I'm creating a form/grid based on the user's selection from a drop down list. The grid could contain anywhere from a minimum of 10 rows up to 20 rows of questions depending on the users previous choice.

The grid would contain the following:

Column 1              Column 2
Yes No N/A           Question 1
Yes No N/A           Question 2

Submit Button


I need to insert a 3 radio buttons into a column 1. I also need to programmically name the radio control for each row so I can take score and write it to a different table. The page would also have a submit button that store the answers into various tables.

I can display the questions based on the users choice in a grid but I cannot figure how to programmically display the radio buttons.

Any suggestions?

Thanks,
Joe
Princy
Top achievements
Rank 2
 answered on 23 Apr 2012
1 answer
81 views
I've had a play with the new listview example for appending data to the listview clientside.

http://demos.telerik.com/aspnet-ajax/listview/examples/client/appendingdata/defaultcs.aspx 

Have to say it looks great. Exactly what I wanted (Gmail style row updates for new messages without having a nasty AjaxLoadingPanel on the whole list),

However, I want the new item to be appended to the top of the list not the bottom. Is this possible (or am I just being a bit stupid!)

Thanks

Steve Bennett
Radoslav
Telerik team
 answered on 23 Apr 2012
6 answers
260 views

I’m currently working on a complex web part, which requires a rich text editor with options to upload images and documents.

I have downloaded your SharePoint Acceleration Kit and I can see it offers a rich text editor, which can be used as a replacement of a default rich text editor in SharePoint forms.

However I need to use it in a custom web part – is that possible?

Rumen
Telerik team
 answered on 23 Apr 2012
8 answers
159 views
Hi,

In my project I am creating normal ASP .NET user controls, then wrap them up as Sharepoint (using 2010) web parts for deployment. Everything works fine in Sharepoint if there is an instance of the Rad Control already visible on the page. However, sometimes I only have one instance of the control in the page and it starts out Visible = false. When I trigger an event to show the control I get things that no longer work. For example, RadNumericTextbox will throw a javascript error, RadDatePicker and RadTimerPicker will no longer popup the picker if I click on the icon. This looks like it's because the script resource for the controls aren't loaded initially because they are hidden. If I use styles and set "display: none" then it's fine, Creating hidden controls in the master page would work but it would be better if there was something I can set, perhaps in the RadScriptManager, to do this.

Thanks,
Gilbert
leitel
Top achievements
Rank 1
 answered on 23 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?