Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
234 views
Hi,
I would like to add some axis labels at different points along the axis scale. I have turned AutoScale off and set the MinValue and MaxValue to define the extent of the scale. I would then like to add some labels along the scale at various points. These may not be evenly spaced. If my scale goes from 1.0 up to 5.0 how do I get a label on the scale at a value of 2.5 say?

I'm adding ChartAxisItem objects to the Items in the axis. This seems to put them evenly spaced and seems to define the values of the axis value than place them on the axis at that point. What is the meaning of the ChartAxisItem Value property? Is this the scale value for that item label? Why is it of type Decimal and not of type Double?

Clayton.
skysailor
Top achievements
Rank 1
 answered on 03 Jul 2008
4 answers
290 views
hello,

currently when the default RadWindow opens in modal=true mode, the mask over the background content appears to be a transparent whitish.

i would like this to be a transparent black, instead.

how is this done? ive checked the docs but if its there ive missed it.


thanks
matt
matt
Top achievements
Rank 1
 answered on 03 Jul 2008
8 answers
193 views
How to put many RadTabStrip side by side on the same line?
Without using a table with td

I tried this but without success.

<div style="float:left;"> radtabstrip </div>
<div style="float:left;"> radtabstrip </div>

The control seems to take 100% of the width of the page.

Thanks


Manon Girard
Top achievements
Rank 1
 answered on 03 Jul 2008
1 answer
64 views
Hi,

Is there anywhere a one-page collection of thumbnail illustrations of each of the RadControls?  I'm just getting started and this would be a great help.

Thanks,
Chap
Ivo
Telerik team
 answered on 03 Jul 2008
4 answers
155 views
I have an aspx that works ok but when i convert to use a master page I am getting a lot of trouble with my javascript code. For example
function AppointmentInserting(sender, eventArgs)  
{  
   var idSucursal = $get("ddlSucursal").value + ";" + $get("ddlSucursal").options[$get("ddlSucursal").selectedIndex].text;  
   var idEspecialidad = $get("ddlEspecialidad").value + ";" + $get("ddlEspecialidad").options[$get("ddlEspecialidad").selectedIndex].text;  
   var idMedico = "";  
   if ($get("ddlMedicos").value == "")  
   {  
       alert("Debe seleccionar el medico");  
   }  
   else  
   {  
      var idMedico = $get("ddlMedicos").value + ";" + $get("ddlMedicos").options[$get("ddlMedicos").selectedIndex].text;  
      var start = formatDate(eventArgs.get_startTime());  
      var parametros = "Modo=Insert&Inicio=" + start +   
           "&Sucursal=" +  idSucursal +   
                  "&Medico=" + idMedico +  
             "&Especialidad=" + idEspecialidad;  
      var url = "CitaMedicoEditor.aspx?" + parametros  
 
      window.radopen(url, "dlgEdicion");              
     eventArgs.set_cancel(true);  
 }      
}  
 

When i double click in my RadScheduler I got "Object required" error..

How do i solve this ?
Yamil
Top achievements
Rank 1
 answered on 03 Jul 2008
6 answers
143 views

I would like to access the CSS elements of a skin for other items on the page. My goal is to keep a consistent look and feel across all items without spending a lot of time recreating the work that the Telerik team has already done.

For example, I have a radgrid on my form with the web20 skin selected.

How would I go about extracting the font, color and background image of the radgrid header to apply to the neighboring controls on the page. The form decorator seems useful for form controls but not for box header, literals, etc.

Thanks for any help.

Bill

Dimo
Telerik team
 answered on 03 Jul 2008
4 answers
167 views
I am looking for some sort of example script to remove the bad stuff a user might put in the rad editor.  For example, what is the script you use in this forums radeditor to prevent people from inserting bad tags such as embed, script, external js files, iframes or anything else that could screw stuff up? 

thanks,

Dave 

Dave Wolf
Top achievements
Rank 1
Iron
 answered on 03 Jul 2008
3 answers
139 views
Hi,

   I am trying to implement a RadGrid that allows paging (pagination). Most of the examples I found use SqlDataSource where the query is integrated with the pagination process. However, in my case, I am using a DataTable to bind the grid with so I am not sure how to link the pagination event to it. Right now, with the AllowPaging=true, I can display the grid with it successfully but when I click on the next page, it returns blank obviously because my DataTable is not integrated with it.  Can someone help me with Paging using a DataTable?
  
   I really appreciate your help!

Thanks,
Arthur
Hansik
Top achievements
Rank 1
 answered on 03 Jul 2008
2 answers
98 views
Hi,
I am currently localizing the editor using the codebehind method e.g.
RadEditor.Localization.Main.AskWordCleaning = "some localized text";

But..I have realized that I don't have programmatic access to some of the strings in the hyperlink manager.

Is there a way to access these properties?

Thanks
Sub
Top achievements
Rank 1
 answered on 03 Jul 2008
7 answers
257 views
Hi folks
I'm trying to implement the following scenario:
I've one grid with two columns (basically LABEL/VALUE). When the user is double clicking on the row, I want the Value column to become editable with either a simple text box, a date time picker, a complete user control,... depending on the VALUE column data type.
I do not want to use an user control that will display under the edited row.
Any ideas?
Thx a lot
Philippe
Philippe GRACA
Top achievements
Rank 1
 answered on 03 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?