Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
176 views
Assume this definition
<telerik:RadRating Runat="server" ID="RadRatingList" ItemCount="4" SelectionMode="Single"></telerik:RadRating> 


How can a user undo a wrong rating?
It's possible to choose another rating but not rate at all.

With a SelectionMode="Continuous" you can simply click on the left side to remove the rating.

The most natural way would be to simply click on the selected rating (toggle).
Tsvetie
Telerik team
 answered on 29 Oct 2010
2 answers
110 views
Hi,

I have a RadScheduler on my page, but in the DatePicker it shows in its top-left corner, it doesn't show weeknumbers.
If I take a separate DatePicker, it will show me weeknumbers (if I set ShowRowHeaders = true or leave it at default).

Is there a way to have the datepicker in the scheduler show these weeknumbers too?

Thanks in advance!
Datamex
Top achievements
Rank 2
 answered on 29 Oct 2010
1 answer
81 views

Hi,
    We are Creating AutoSuggestion kind of Concept using RadComboBox with multiple columns, we need to highligh the searchstring in all the columns, currently we see that you have provided demo for highmighting the text in only one column , is it possible to highlight the test in all the columns, 
 
we tried to highligh a single column using the demo provided in the below link
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx

Kindly let us know if we can do the same for multiple columns ,

Thanks in Advance .

Yana
Telerik team
 answered on 29 Oct 2010
10 answers
210 views
Hi,

I am using RadDatePicker control which is having Date input and calendar inside it.
when i am typing some date inside the date input (without slashes/hyphens e.g. 20090101)  and doing a post back, then the value entered is accessible on the client side but is not reflected on the server side. 
If i am typing the date in and then pressing tab (or if the focus is outside the date input by some operation) then it is automatically changing the entered date with proper format (e.g. 2009/01/01) and then the date is getting reflected on server side. 
Is there any operation i need to do to update it on the server side. Or am i missing any attribute to set for the date picker so that whatever date we are entering in date input will be reflected on server side during post back.

Please find attached the screenshot for the RadDatePicker control.

Thanks in advance.
Dimo
Telerik team
 answered on 29 Oct 2010
1 answer
82 views
Hello,

I have a calendar control that has a footer with 2 buttons.
How can i display the buttons in the right side of the footer.

i added the dir="rtl" attribute to the calendar control but it doesn't work.

In the treeview control the buttons in the footer are display in the right side when i add the dir="rtl" attribute.

Thanks
Oren
Shinu
Top achievements
Rank 2
 answered on 29 Oct 2010
1 answer
130 views
I have tried several things to get the RadNumericTextBox to size properly for the display on my webpage.
I have gone to the http://stylebuilder.telerik.com/ and created a new Skin and turned off EmbeddedSkin.
I have used the Height and Width properties.
Nothing I do seems to allow me to size the control.

When I use the Height and Width properties, the size is still strange.  If I put say 50px in the Width I get a width of 28px visuall.  Not sure what that's all about.

Any help would be appreciated...as for now I'm switching back to standard ASP.Net text box and writing JavaScript so I can meet my deadline.

Thanks

John
Dimo
Telerik team
 answered on 29 Oct 2010
1 answer
137 views
Hi,
       Is it possible to set the MinDisplayTime  on telerik:RadAjaxLoadingPanel  based in response time from service/server.  Thats is based on the callback response from a webservice. I need to set this dynamically!!!.

I used this control in my app on huge data manipulation code, since the response time  is huge i get  'Script timeout error"  after 2 mins, thats why i need to change this values dunamically.

In case if we have any other methos please share with me.

Thanks
Anand Kesavan 
Dimo
Telerik team
 answered on 29 Oct 2010
8 answers
93 views
Hi
 We are using 2009-1-402-35 version of telerik. Using that please  open Editor, click HTML, Remove text if any and paste this

 


<object height="350" align="middle" width="350" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="Test">
<param name="allowScriptAccess" value="always">
<param name="FlashVars" value="dataAge=30&amp;mainCaption=TESTING  (SOME 30 days)">
<param name="allowFullScreen" value="false">
<param name="movie" value="../Test.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed style="vertical-align: middle;" src="../Test.swf" quality="high" bgcolor="#ffffff" name="Test" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="server=dataAge=30&amp;mainCaption=TESTING(SOME 30 days)" width="350" height="350">
</object>

Now Click Design and then click Back HTML and you will notice that All Params are duplicated automatically and originalPath attribute is automatically added. The auto updated Flash tag is below, I have set the first duplicated line bold and you can compare the following lines as well.

<OBJECT id=Test codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 width=350 align=middle height=350>
<param NAME="allowScriptAccess" VALUE="always"/>
<param NAME="FlashVars" VALUE="dataAge=30&amp;mainCaption=TESTING  (SOME 30 days)"/>
<param NAME="allowFullScreen" VALUE="false"/>
<param NAME="movie" VALUE="../Test.swf"/>
<param NAME="quality" VALUE="high"/>
<param NAME="bgcolor" VALUE="#ffffff"/>

<param name="allowScriptAccess" value="always"/>
<param name="FlashVars" value="dataAge=30&amp;mainCaption=TESTING  (SOME 30 days)"/>
<param name="allowFullScreen" value="false"/>
<param name="movie" value="../Test.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#ffffff"/>

<embed style="vertical-align: middle;" src="../Test.swf" originalAttribute="src" originalPath="../Test.swf" quality="high" bgcolor="#ffffff" name="Test" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="server=dataAge=30&amp;mainCaption=TESTING(SOME 30 days)" width="350" height="350">
</OBJECT>


We are about to release our current version of application and unable to upgrade to latest version at this time, Any help with this specific telerik version would be highly appreciated.

Best Regards
Rizwan Bashir
Michael
Top achievements
Rank 1
 answered on 29 Oct 2010
2 answers
57 views
Hi i hav telrik radgrid inside it i hav dropdown,
on dropdown selected value,  my other columns in corresponding same rows  values shuld be updated.
give me solution for this in both client and server side levels
can  any one help me.
siva
Top achievements
Rank 1
 answered on 29 Oct 2010
4 answers
204 views
All,

I'm trying to change my SortAsc and SortDesc icons on my grid, and I'm not getting any noticeable change.  I create the grid programmatically, so I use the method listed in the documentation.  I wired up my ColumnCreated event to the following function:

protected void rgrid_ColumnCreated(object source, GridColumnCreatedEventArgs e)
{
    e.Column.SortAscImageUrl = "Grid/Skins/SortAsc.gif";
    e.Column.SortDescImageUrl = "Grid/Skins/SortDesc.gif";
}

The result:
Nothing.  The default arrows (gray/black up and down arrows) are used no matter what I put in there. My "Grid" directory sits on the same level as the .cs file this function is in.  I've tried adding / and ../ in front of the url names, all to no avail.

Any help would be GREATLY appreciated.
Dimo
Telerik team
 answered on 29 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?