Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
123 views

I have the following code fragment:

   <asp:Panel ID="pnlUpload" runat="server">
    <telerik:RadUpload ID="RadUpload1" runat="server" Skin="Vista" FocusOnLoad="true"
     InputSize="60" InitialFileInputsCount="1" ReadOnlyFileInputs="true"
     Font-Names="Verdana" ControlObjectsVisibility="None">
     <Localization Select="Choose File" />
    </telerik:RadUpload>
    <asp:Button ID="btnUpload" Text="OK - Upload" runat="server" Font-Names="Verdana"
     Font-Size="Smaller" />
    <asp:Button ID="btnClose" Text="Close" runat="server" Font-Names="Verdana"
     Font-Size="Smaller" OnClientClick="CloseWindow()" />
   </asp:Panel>
   <telerik:RadProgressManager ID="RadProgressManager1" runat="server" />
   <div style="position: absolute; top: 10px; left: 10px; background-color:Navy">
    <telerik:RadProgressArea ID="RadProgressArea1" runat="server" DisplayCancelButton="True" Font-Size="Smaller"
     Skin="Vista">
     <Localization Uploaded="Uploaded">
     </Localization>
    </telerik:RadProgressArea>
   </div>

When uploading, even the same file, the progressarea show up sometimes, but not every time.  Is there any think i missing?

Thanks

Raymond

Erjan Gavalji
Telerik team
 answered on 04 Nov 2008
2 answers
223 views
I want to load data in combo box on index change of other combo box. I am getting dataset but when binded to other radcombo box it is not reflecting values of new data set.

How to reflect data in radcombo box on selected index change of other combo box ?
paul
Top achievements
Rank 2
 answered on 04 Nov 2008
2 answers
128 views
I'm binding a radscheduler with a datasource...the problem is that the appointments are not getting displayed in the correct cells (time slots in weekly view  and day slots in monthly view)....


I have fromTime,ToTime (time only )and date (date only) fields in the DataSource....

time field's format = hh:mm:ss (12h)
date field's format = dd-mmm-yyyy

Do I have to apply specific formats  on the fields?
john
Top achievements
Rank 1
 answered on 04 Nov 2008
1 answer
116 views
Is it possible to prevent the spell checker from fireing once it has fired on a Rad Editor control? 

In this example, the Rad Editor has the spell check button in the tool bar, and the form has a "save" button which fires the spell check when clicked, then saves the content to a database when the spell check is completed.  If the user chooses to run the spell check from the tool bar, what is the best way to disable the "save" button, so the spell check isn't launched multiple times?

Thanks!
Michelle
Rumen
Telerik team
 answered on 04 Nov 2008
1 answer
283 views
Hi

   I use a Radtreeview control and set the CheckBoxes="True",
but I don't want to disply the Checkbox in first level node inside the treeview.
How can I remove that checkbox?

other question is :
  I want to implement that:   user only can click the Checkbox , but can't click the node.
  How should I do?



Thanks
Eagle Jiang

Veselin Vasilev
Telerik team
 answered on 04 Nov 2008
4 answers
218 views
I have a page that displays a pie chart using the Rad Chart control and occasionally the image of the chart is not loaded. This seems to be a timing problem because often it does work fine. I used Fiddler to find out what is happening and here is what I found:
The Rad Chart control gets rendered to an image tag with the source URL similar to the one below
<AppPath>/RadControls/Chart/Image.aspx?UseSession=true&ChartID=e4c892b6-906a-40ce-af05-80314f8103b4_chart_ctl00$MC$ConceptDisplay$ctl01$InteractionList$ctl00$ProfileGroupSplitRadChart&imageFormat=Png&random=0.973745745128834
I opened the page into several browser windows, some of which showed the chart correctly and some came up with the chart image missing. When I checked the image requests in Fiddler I saw that in cases where the image showed correctly the request obviously returned a PNG image and in the other cases it actually returned an error page. The error page never gets shown as these were source requests from an HTML image tag but Fiddler allowed me to inspect the content of that error page and it shows the error message “Error:  Specified argument was out of the range of valid values. Parameter name: offset”. This error is thrown from within the Rad Chart control’s Image.aspx file which is an empty aspx file without code behind that inherits from Telerik.WebControls.Dialogs.ChartImage.

All this suggests that there might be some timing issue where the chart image is not yet created or may not yet be saved to the session state when Image.aspx tries to access it. I have to add that the site containing this page with the chart is load balanced using Windows NLB. The session state is configured as following: <sessionState mode="SQLServer" … cookieless="false" timeout="60"/>.

Is there some simple trick to ensure that the chart image is created and saved to the session state before the browser can request it? For instance would it be possible to delay the rending of the page or the chart control by fractions of a second so that the browser cannot load the images before it is saved to the session state? Or are there any other suggestions to fix this problem?


Gerald K
Top achievements
Rank 1
 answered on 04 Nov 2008
7 answers
117 views
I dont know if this has been asked before. but i have a bit of a problem with the way things are working at the minute within the RadSplitter. We have a document management system. when a user opens up a document in our software, there is a radsplitter with 3 radPanes. (2 panes are wrapped in another splitter control which is part of the main splitter). content is loaded as ContentURL to the content pane which displays the document itself (where as the other two panes above are document details and buttons). the problem is some documents that are displayed within the Content Pane have links to other documents. so when they link to another page.. we have the problem splitters being held within the splitters. I realise this is because the links are opening into the IFrame that is created within the ContentPane. i'm just wondering if there is an easy way for anything thats in the contentURL to open in the same window but the whole window as opposed to within the contentPane iframe itself. If that makes any sense?

Code can be provided if required
Cheers
Regards
Kevin.
Tsvetie
Telerik team
 answered on 04 Nov 2008
1 answer
110 views
hi , 
i am using Telerik Controls  Q1 2007
 i am displaying a Message  on Submit Button. when i click on Rad Editor  the Message  should be disable. i am trying to disable the message through Java script.
on which event of Rad editor , i can call JavaScript.?

Please Reply as early as possible.





Rumen
Telerik team
 answered on 04 Nov 2008
3 answers
77 views
Help, how do i add a control to a node but without it being within the selected hotspot i.e. when it is clicked it doesn't changed the selected node?

Peter
Telerik team
 answered on 04 Nov 2008
1 answer
247 views
Hello,

I have a function to call a webservice method like so.
WS_Service.LookUp(myParam, Success, Failure);

In the WebService call I am throwing a Custom Exception and setting the Message property to a friendly message.  For example, "You have an Invalid ID"

My Failure Javascript function does get excecuted.  However, when I try to read the Message Property from the exception that was thrown, I have lost the friendly message that I have set in the origional call.  There must be some kind of conversion going on and wondering how to send a Message Property back to the Failure function.

function Failure(objErr){

    SetFriendlyMessage(objErr.message);
}

Thanks.
Kevin Babcock
Top achievements
Rank 1
 answered on 04 Nov 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?