Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
59 views
I view 16000 rows into RadGrid Using Virtual Scrolling with Client-Side Binding but I was binding 450 rows, I get error Failed to load resource: the server responded with a status of 500 (Internal Server Error). I user Webmethod get data.
Andrey
Telerik team
 answered on 23 Apr 2012
5 answers
291 views
Hi ,

Iam using radbutton in my application , when i set the height and width of the controls to some values then the control is fading out and its
bottom edge, if i dont specifies and height and width its showing its default size.

Even when i set the images they are not showing up on the design time and the rendering on the runtime is not proper.

 

 

 

<Tel:RadButton ID="RadButton1" runat="server" ButtonType="LinkButton" Text=" this is for test" Height="30" >

<Icon PrimaryIconUrl="~/Images/Text.png" SecondaryIconUrl="~/Images/Tiff.png" />

</Tel:RadButton>

and

<Tel:RadButton ID="RadButton2" runat="server" Width="80" Text=" this is for test2" Height="30" >

<Image ImageUrl ="~/Images/Text.png" DisabledImageUrl="~/Images/Tiff.png" />

 

</Tel:RadButton>
and

 

<Tel:RadButton runat="server" ID="btn1" EnableBrowserButtonStyle="true" Text="test" Height="30"

 

BorderStyle="None" />

please help on this.

Thanks,
Srinivas


Slav
Telerik team
 answered on 23 Apr 2012
1 answer
239 views
Hi All,

I trying to display.rtf file content in RadEditor using LoadRtfContent(stream) method.In rtf file contains tables & images,In radeditor, i am unable to display tables & images.Please give me any answer for my question.Please find the below code, i am using to display .rtf file data in radeditor.

Code:

    FileStream fstream = new FileStream("C:\\THTDocumentsUpload\\Resumes\\25\\78\\Test.rtf", FileMode.Open, FileAccess.ReadWrite);
            
    radDescription.LoadRtfContent(fstream);
Rumen
Telerik team
 answered on 23 Apr 2012
6 answers
114 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
126 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
142 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
142 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
185 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
98 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?