Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
254 views
Dear Telerik!

Please advice me on the following issue:

I use RadGrid with vertical scrolling and I need to set the vertical scroll bar width different from its default value.

It is needed because the web site is designed for use from touch-screen terminals and thin scroll bar seems to be very inconvenient for the users.

Is it possible?

Thank you very much for your help!

- Stepan.
Stepan
Top achievements
Rank 1
 answered on 18 May 2011
1 answer
60 views
I have project with radcontroll and I upload on hosting but not display images or css .
http://cB6.upanh.com/22.556.29561215.GKx0/untitled.png
I'm from vietnamese,. Thanks you for help.
 
Sebastian
Telerik team
 answered on 18 May 2011
1 answer
105 views
Hello,

We have a pretty complex application design with a bunch of telerik controls.  Every now and then, we get issues where the associated CSS to a file are lost, and the controls are not styled.  So for instance, after an async postback (a couple of postbacks into the life of the page), the CSS for the textbox, date picker, combo, and other controls are lost.  It's not complete; some controls still appear as they normally do, I don't think it's all inclusive.

Any idea why and how I can debug, and determine why they get lost?  Anything I can do to work around it?

Thanks.

Brian
Sebastian
Telerik team
 answered on 18 May 2011
1 answer
52 views
Hi,

It would be great if some one can help me on this.

I have a combobox with enableloadondemand=true property when i clicked on the dropdown first time its pulling the records.  Second time when i change some options and again clicked on the dropdown its not refreshing the dropdown, still showing the old values only.
this control i placed in ascx. here i am getting the problem. if i use the same control in aspx then its working fine.

Thanks,
Ram
Dimitar Terziev
Telerik team
 answered on 18 May 2011
1 answer
106 views
Hey, once again I'm having some issues getting what I want. I need to create RadWindows and set their properties in my code-behind page, because I need to put an ID which I will be able to use to show/hide my windows later. So what I've done at the moment, is calling a static function in my code behind, from Javascript. Then I create the window and set the properties, and from the instance I stocked in a variable in the public constructor, I call a non-static method. Then, I add my newly created window in my RadWindowManager. The problem is that my object reference is not set to an instance of an object. Is there any other way I can get it to work ?

Thanks in advance,
Francis
Marin Bratanov
Telerik team
 answered on 18 May 2011
1 answer
70 views
As per demo, one sliding pane should always slide over docked sliding pane, but in my website the second pane always slides under docked sliding pane. My screen also have Radajaxmanager, so could that effects behaviour of sliding pane.
<rad:RadSlidingZone ID="RadSlidingZoneTree" runat="server" Width="23" SlideDirection="Right"
                                DockedPaneId="RadSlidingPane1">
                                <rad:RadSlidingPane ID="RadSlidingPane1" Title="Pane1" runat="server" Width="220">
                                    pane 1
                                </rad:RadSlidingPane>
                                <rad:RadSlidingPane ID="RadSlidingPane2" Title="Pane2" runat="server" Width="220">
                                    pane 2
                                </rad:RadSlidingPane>

Let me know if I am missing any property here, otherwise I'll need a client side function to manually overlay new sliding pane over existing docked pane.

Niko
Telerik team
 answered on 18 May 2011
1 answer
162 views
Hi

I am trying to use a RadGrid with pagination controls in the footer.

I have been able to get the grid to fill the area I want horizontally,
and when I resize my browser window the width adjusts to fit the
available space because I have assigned a width of 100%.

However vertically is another matter.

The only way I see to be able to resize is to change the page size setting,
which I have been able to do. But having to calculate the number of
visible rows that will fit into the area horizontally seems prone to miscalculation.

Any ideas, even not using pagination, would help.

Thanks
Sebastian
Telerik team
 answered on 18 May 2011
2 answers
80 views
When looking at a page for an event on a control the page used to detail the type of the arguments of the delegate but the new docs don't. The only hope you have of gleaning this information is if there is an example of the code on the page.

-- 
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 18 May 2011
1 answer
97 views
I m using Asp.net MVC version 2.0 .Is it possible to link teleric control in our project???????
Sebastian
Telerik team
 answered on 18 May 2011
1 answer
111 views
I have a little scenario I am having trouble with.  Basically, I have a webform which users can click a button and get a PDF output report.  Upon clicking the button, I show a radWindow with a animated gif stating "please wait, while the report is created."  On the server side, I am responding to the request with a PDF document in the response.binarywrite method.  Therefore, the user will get a prompt to open/save/cancel the downloaded pdf document. 

My problem is that the original webpage doesn't refresh and doesnt close the radwindow.  It seems that outputting the PDF via the response object doesnt refresht the parent page calling the postback. Oh, by the way this is not AJAX.  I am using a standard post-back.

Dim

 

 

rpt As New NewHireReport

 

 

 

Dim rptProc As New Telerik.Reporting.Processing.ReportProcessor

 

 

 

Dim rendRst As RenderingResult = rptProc.RenderReport("PDF", rpt, Nothing)

 

 

 

Dim filename As String = rendRst.DocumentName & ".pdf"

 

 

 

 

 

 

 

Response.Clear()

 

Response.ClearHeaders()

 

Response.ContentType = rendRst.MimeType

 

Response.Expires = -1

 

Response.Buffer =

 

True

 

 

 

 

 

 

 

Response.AddHeader(

 

"Content-Disposition", String.Format("{0};FileName=""{1}""", "attachment", filename))

 

 

Response.BinaryWrite(rendRst.DocumentBytes)


Is there a way to close the radwindow?
Marin Bratanov
Telerik team
 answered on 18 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?