Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
276 views
Hi. I have a GridBoundColumn in a RadGrid, and I'd like to know how I can disable updating the value in the column, while keeping the ability to insert it, as the readonly attribute seems to affect both updating and insertion.
Thanks in advance.
Diego Pazos
Top achievements
Rank 1
 answered on 20 Jun 2011
5 answers
132 views
Hello, i am trying to monitor 3 files on rad progress area.

i can upload files, but i dont know how to monitor
http://demos.telerik.com/aspnet-ajax/upload/examples/customprogress/defaultcs.aspx

i use on the link's codes it works but
i dont know how to customize for my files?

i want to write upload speed, but i cannot how can i do it?

for example i can change the name with this code:
RadProgressContext progress = RadProgressContext.Current;<br>progress.CurrentOperationText = RadUpload1.UploadedFiles[0].FileName;

how can i take the upload speed and show?
Dimitar Terziev
Telerik team
 answered on 20 Jun 2011
7 answers
96 views
I tried to find a method to get the actual position of the cursor in the editor but I was not able to. The method setFocus is available but getFocus does not occur. Is there a solution for a very helpful method?
Rumen
Telerik team
 answered on 20 Jun 2011
2 answers
86 views
Hi

I have a really big problem. I have two grids on two differents windows. One grid must have a list of user and the other must be empty at his first load. Then, I select data in the first grid and I transfert it into the second grid. To do that, I'm using a dataSet in a singleton class. So, the first grid add the selected item in the dataSet and the seconds grid show what his in the dataSet. So far, so good. When I close the window that have the second grid (let's call it winGridB), the dataSet is clear and so, when the winGridB is open again, the grid is empty, like I wish. The problem come when I close the browser. Because I used the event onClientClose and this event doesn't seem to be call when I close the browser, the dataSet isn't clear. So, I when open the winGridB again, there are old data in it. To correct this problem, I try to clear the dataSet in the event Page_Load, OnLoad and OnInit, but it seem like those event are called each time the page is refresh. So, if I add data on the dataSet, the grid in the winGridB will be rebind to get the latest data and the page will be reload, which mean the dataSet will be clear. So, I'm stuck !!!

To resume, I'm using a dataSet with my grid and I don't know how to clear my dataSet when the browser is close. If anybody have a idea, just let me know.
Thank you

David 
David
Top achievements
Rank 1
 answered on 20 Jun 2011
9 answers
519 views
Hi,

I have a RadUpload control, after selecting a file if i press any button or radio button(ie if i postback), the webpage automatically clears the inputbox of RadUpload removing any file uploaded with the control. Please suggest me any solutions to it. Am i missing any property here?

thanks.
Lola
Top achievements
Rank 1
 answered on 20 Jun 2011
3 answers
69 views
Hi,

When you drag an image in the editor in Firefox v4.0.1 the link is changed in the HTML view. To test go to

http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx

and delete all the content from the Design and HTML views. Insert some text with blank lines in between the sentances (press enter twice). . Move your cursor to a blank line somewhere in the middle. Click the Image Manager icon and add an image. Go to the HTML view and verify that the URL to the image is correct

<img alt="" src="/aspnet-ajax/Editor/Img/UserDir/Marketing/200x50-asp.net-featured.jpg" />
Just noticed IE gives <img alt="" src="http://demos.telerik.com/aspnet-ajax/Editor/Img/UserDir/Marketing/200x50-asp.net-featured.jpg" /> for the above.

Go back to design view and drag the image to another position. Go back to HTML view and you will see that the URL is corrupt and changed to something like

<img alt="" src="../../../Editor/Img/UserDir/Marketing/200x50-asp.net-featured.jpg" />

This does not happen in IE v9.0.8112.16421. Is there a fix for this.

Thanks

Mark.
Mark
Top achievements
Rank 1
 answered on 20 Jun 2011
1 answer
110 views

I would like to show the datatable to the user, by default it is positioned under the x axel.

Is there a way for me to position the table somewhere else?

If so, can I set different styles on the text depending on the value?

Evgenia
Telerik team
 answered on 20 Jun 2011
2 answers
87 views

HI,

I have used rad chart control in ascx control of sitefinity application.

For that i have added below code to the ascx control

<telerik:RadChart ID="RadChart2" runat="server">
    <Series>
        <telerik:ChartSeries>
            <Items>
                <telerik:ChartSeriesItem YValue="10" />
                <telerik:ChartSeriesItem YValue="15" />
            </Items>
        </telerik:ChartSeries>
    </Series>
</telerik:RadChart>

 

and added below tags to the web.config file.

Below are added to the controls of pages tag.

<add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>
<add tagPrefix="telerik" namespace="Telerik.Charting" assembly="Telerik.Web.UI"/>

 

And the below tag has been added to httpHandlers section of system.web.
<add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" verb="*" validate="false"/>

 

And another tag has been added to handlers section of system.webserver

<add name="ChartImage_axd" verb="*" preCondition="integratedMode" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"/>

 

But I am getting the following exception when accessing the corresponding page.

“Error loading RadChart image.You may also wish to check the ASP.NET Trace for further details.Display stack trace?”

I am using iis 7.5.Please suggest me how to solve this issue.

 

 Thanks
Kiran G.

 

Bartholomeo Rocca
Top achievements
Rank 1
 answered on 20 Jun 2011
1 answer
59 views
I've setup controls for selecting a color almost identical to the RadColorPicker first look demo. I would like to persist the list of most recent colors as the user chooses a different preset. Currently what happens, like the first look demo, is when the preset is changed then the list of most recent colors is cleared out. I could see someone spending time coming up with color swatches and then switching to view different presets and becoming frustrated when the lost the colors they had queued up in the most recent colors list. Is there any way I can accomplish this?
Slav
Telerik team
 answered on 20 Jun 2011
3 answers
108 views
Is it possible for the diff engine to see “this” and  &ldquo;this&rdquo; as the same text? There are instances where certain methods of uploading documents that may contain curly quotes or other symbols will be sanitized to things like &ldquo; and &rdquo;, since curly quotes can cause so many problems.

I attempted to look into the documentation (http://www.telerik.com/help/aspnet-ajax/n_telerik_web_ui_editor_diff.html) but it seemed a little lacking. See attached picture for clarification of what I mean.
Rumen
Telerik team
 answered on 20 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?