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

Sir,
        Is there any way to improve execution speed  of telerik controls.Any tips for it?

Thanks


Shinu
Top achievements
Rank 2
 answered on 28 Jul 2008
4 answers
137 views
I've read the recent posts on applying styles and/or CSS classes to day cells in the RadCalendar.  I have similar issues to those being reported by others - most importantly that styles applied during the server side OnDayRender are wiped out by hovering over the day on the client side.

The two solutions offered in previous responses are to wrap the calendar in an asp update panel or to use the SpecialDays collection.  The asp update panel exhibits the same problem - I think that only solves client side OnDayRender event firing time issues.  Using SpecialDays in our application is problematic because there are several attributes we are trying to convey visually that are orthogonal to one another.  For example, person and location.  SpecialDays would require enumerating each combination and both are large sets.

So, the first question, is there a workaround for preventing styles from being wiped out by a hover (or select) event on the client?  We don't mind hooking prototypes.

Next set of questions...

What we really want to do is override the date click event on the client side.  When the date click event occurs we want to style the day based on a set of dropdowns that the user has selected.

For example, imagine two dropdowns of person and location.  The user sets the "active" person and "active" location.  When they click on the date, color gets set to indicate person and the text is changed to indicate location.  We would also fire off a web services event to keep the server in sync as opposed to doing a general postback (we've read the topics on how this requires the asp script manager).

This brings up the following questions:

1.  We're using the MultiMonth view which  requires AutoPostBack=true.  We would like to simply always cancel the selection by using args.set_cancel(true) in the client side event OnDateSelecting.  If we do this, are we correct that a postback event will only occur on navigation?
2. We've tried applying styles during OnDateClick.  They get wiped out by the focus styles.  Can we apply appearance styles during OnDateClick that will not be wiped out by hovering, focus, etc?  If so, how?

And...

If we do end up having to enumerate all of the special days, is it possible to add and remove dates from the special days collection via the client side API (assuming all templates are pre-defined).



Missing User
 answered on 28 Jul 2008
1 answer
83 views
We have Rad Textboxes that excepts input from the user. take for example, we have a FirstName RadTextBox. we set the maxleght in code : 

tbFName.MaxLength = 20 ;

at runtime the user can continue to enter more than 20 characters.

How do we restrict user input to set numbers of characters.

Missing User
 answered on 28 Jul 2008
1 answer
171 views
Hi,
   Currently i am using the full featured RAD Editor for MOSS. I could not able to copy paste any image or picture from word, ppt or from any local application. It allows you to copy paste only online images. Also when i copy paste online content it is linking the inage not embedded into the content.

Anyone please let me know whether i can provide copy paste from local application by overriding any event from editor
Rumen
Telerik team
 answered on 28 Jul 2008
7 answers
166 views
hi

I am wondering how do I hide the update link in the RadGrid based on certain conditions.

what i have with this code:

</

EditItemTemplate>

<ItemTemplate>

<a href="#" onclick="openRadWindow2('<%#DataBinder.Eval(Container.DataItem,"vourcherid")%>'); return false;">Update</a>

</ItemTemplate>

</telerik:GridTemplateColumn>

</Columns>

I want to hide or disable this Update link in the grid when the value is null. Thanks

L
Top achievements
Rank 1
 answered on 28 Jul 2008
6 answers
261 views
Hello,

I am exploring the Drag and Drop feature of the RadGrid. Can I drag and drop the Cell content (numeric value) of RadGrid1 to a cell in RadGrid2? Could you please direct me a sample that demonstrate this?

Thanks.
Rosen
Telerik team
 answered on 28 Jul 2008
3 answers
166 views
Hi,

We have a rad upload control which is available in the ajax panel and is made visible on button click event. When made visible for first time, it shows the skin and when we upload any file and save other details, the asp:panel where upload control resides is hiiden. Again when the asp:panel and upload is made visible, the upload control looses its skin.

Upload examples work fine at telerik web site. In old RAD ASP.NET controls the issue was there but we resolved the same by specifing the CSS class reference for upload control in the page header.

Is there any work around on similiar lines

thanks,
Parimal
George
Telerik team
 answered on 28 Jul 2008
1 answer
219 views
Following are the example values for the pie chart
A. 1568(30%)
B. 3015(57%)
C. 720(14%)
From the case above, the sum of the precentage is 101%. I understand it is a rounding problem but what I have in Excel is 56% for B instead of 57%. I would like to check is there build in method to ensure the sum of precentages in the pie chart is 100% in RadChart?
Dwight
Telerik team
 answered on 28 Jul 2008
0 answers
97 views
hello,
I want to write some HTML markup to a node;canyou tell me what
can do. thanks
zong
Top achievements
Rank 1
 asked on 28 Jul 2008
1 answer
75 views
Hi,

I am using the FindAndReplace dialogs. In order to hide the Replace tab in the FindAndReplace dialog, I have copied the EditorDialogs directory from the RadControls installation to the author folder of my application and set the ExternalDialogsPath property of the Radeditor to the path referencing the above created folder. Below is the exact path

ExternalDialogsPath

="~/app/authoring/author/EditorDialogs/EditorDialogsForLOs"

I have also added the below statement in the user control
this._tab._tabs[1].style.display = "none";

Now I want to change the text on the Cancel button to "Close".

Can you please suggest me the how to do this?

Thanks,
Srinivas Vaidya

George
Telerik team
 answered on 28 Jul 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?