Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
102 views
how can i set the width and height of a control for example Radtextbox. using rad theme.

I had used the theme default size for above problem but no use.

pl. help me

subbieee
Sebastian
Telerik team
 answered on 31 Oct 2008
5 answers
178 views
Hi,

I am using the RadUpload control in a table embedded in a FormView control.

The problem is that the 'hot area' for the select button appears about 50 pixels to the left of the select button itself, somewhere over the text field.

Is there a fix for this?

Paul.
calm_boy
Top achievements
Rank 1
 answered on 31 Oct 2008
1 answer
259 views
whats the difference between a radCodeblock and a RadScriptBlock ?
Sebastian
Telerik team
 answered on 31 Oct 2008
3 answers
87 views

Hello Everyone,

I have to disable the entire the page or user wont allow to perform any action while RadAjaxLoadingPanel is loading with image.

Please do the neeedful asap.

Thanks & Regards,
Yuvaraj
www.Polaris.co.in

MAILID : yuvaraj.sp@polaris.co.in

yuva
Top achievements
Rank 1
 answered on 31 Oct 2008
5 answers
132 views
Hi.

We've been using Telerik in one of our applications with a Danish client. We've found some unusual behaviours particularly with the RadInput controls.

Using the RadNumeric input controls, for example, when we enter a value of 1000000, make a postback and then click on the Back button of the browser, the displayed value becomes 1. We can't figure out why the trailing zeroes were trimmed from the control. After focusing again on the control with the mouse or keyboard, the original value of 1000000 will be displayed. This happens on IE and Firefox. We find it kind of a weird behaviour.

Another thing is when the Culture of a RadNumeric control is set to Danish (Denmark), the delete key does not work on Opera 9x but works well in IE and Firefox.

Are there any solutions to this? Hope to hear from you soon.

Thanks.
Missing User
 answered on 31 Oct 2008
4 answers
132 views
does anyone know where I can find some decent examples of how to use a RAD window as an editor for a grid ?

I found one here http://demos.telerik.com/ASPNET/prometheus/Controls/Examples/Integration/GridAndWindow/DefaultCS.aspx 

, but it only gives half a solution.  It uses an edit form which isnt present in the example.  What goes on this form ?  Do I have to build the program logic in it myself ?  If so, how do I go about it.  If Telerik are going to supply examples, it would be nice if they were complete
Princy
Top achievements
Rank 2
 answered on 31 Oct 2008
1 answer
115 views
Hi
We're having a problem on one of our development PCs with RadScriptmanager.  The EnableHistory property isn't available and is giving a compilation error.  Other properties seem to be missing as well.  The version installed is 2008.2.1001.35.  It's working OK on the dev mahines that have had hotfixes applied up to 2008.2.1001.35.  Any idea what could be causing this?

Thanks
mary
Top achievements
Rank 1
 answered on 31 Oct 2008
2 answers
996 views
Hi,

I'm setting the SelectedDate on a RadDatePicker like this:

SelectedDate='<%# Bind("TransactionDate") %>'

but I want to have it select todays date if the there is no TransactionDate, can anyone suggest how to do this?

Many Thanks
Daniel
Telerik team
 answered on 31 Oct 2008
5 answers
221 views
Hi is there a reason why there are row numbers for the popup date picker in rad scheduler.  Is there a way to disable this feature.

thanks

Robin
Peter
Telerik team
 answered on 31 Oct 2008
1 answer
107 views
Hi

Iam extracting data from a grid using the script below, however my problem is that my values (5 and 20) are false when the grid is grouped.

I have some specific columns which i want to extract, how should i do this instead ?

            foreach (GridDataItem dataItem in RadGrid_Ingredient.SelectedItems)  
            {  
                dataItem.Selected = false;  
                tr = new HtmlTableRow();  
                  
                for (int i = 5; i < 20; i++)  
                {  
                  
                    tc = new HtmlTableCell();  
                    tc.InnerHtml = extractString(dataItem.Cells[i]);  
                    tr.Cells.Add(tc);  
                }  
                mTable.Rows.Add(tr);  
            } 
Sebastian
Telerik team
 answered on 31 Oct 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?