Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
185 views
Version Assembly : 2008, 2, 723, 20
I am creating a custom editorTool to "add an image" from the desktop to the content of the radeditor.
I am trying to add a custom icon to this editorTool. But It doesn't work.  The name of my editorTool id "AddImage"
,I tried this but it doesn't work :

 

.AddImage

 

{

 

background-image: url(~/images/add2.gif);

 

}


I am using the Outlook skin. This background-image is replaced by the

.rade_tool

 

SPAN style generated by the outlook skin.

 


Do you have a solution and an idée to resolve my problem ?

Thank you in advance,

Suzi

Rumen
Telerik team
 answered on 08 Jan 2010
1 answer
96 views
I've noticed that the skins for (say, Office2007) change from one release to another.  I would like to maintain use of the Q2 2009 skins for Office2007, however, when I installed Q3 2009 - the skins changed.  My manager does not like the new skins and would to revert back to the Q2 2009 skins, however, he would like to keep the new functionality of the Q3 2009 release.  Is there anyway to use the older skins in a new release of Telerik?
Dimo
Telerik team
 answered on 08 Jan 2010
1 answer
152 views
Hello

In this example the property "DbValue" of the RadNumeric Textbox is described:
http://www.telerik.com/help/aspnet/input/radinput-telerik.webcontrols.radnumerictextbox-dbvalue.html

 <rad:RadNumericTextBox DbValue='<%# Bind("num") %>' 
      ID="RadNumericTextBox1" runat="server">  
 </rad:RadNumericTextBox> 

I use a RadNumericTextBox in a RadGrid EditForm and want to bind it. But I am wondering, that I cannot find this property in my code completion list.

Is this property not longer there? Is there a replacement for this property?



Martin
Telerik team
 answered on 08 Jan 2010
1 answer
87 views
Hi

In my project when i clicked radgrid row select button that time another window is opening in same window using IFRAME ...working fine

But am using loading panel for that radgrid that time iframe is not loaded in that page...


Pls resolve my problem..


Kali Raj P
Pavlina
Telerik team
 answered on 08 Jan 2010
6 answers
214 views
Hi,

Hoping someone might have a suggestion.

Basically i have a treeview that can potentially have 200 nodes each with a template applied to it. I have something like 
In my page init.

"TreeviewStructure.NodeTemplate = New TreeViewTemplate()"

Then you can click on any node and will show a modal popup. Problem is when the treeview has 200 nodes it seems to really struggle and take a age to open the modal popup, but if i remove the template its really quick.

So is there anyway not to have to load the template on each postback

Anyone have any ideas

Thanks

 

Veselin Vasilev
Telerik team
 answered on 08 Jan 2010
2 answers
322 views
Hi
this is shanker am doing one project , amusing rad scheduler control  my requirement is bind the data in red scheduler control 
this is my code 
 RadScheduler1.DataSource = Calendermanager.sch_view_calendar(Radcomclass.SelectedValue.GetInteger());
         
            RadScheduler1.DataBind();

how to indicate columns in rad-scheduler my columns here just like 

_week_day;
            calendar_date;
           start_time;
          end_time;
          subject;
         class1;
            room;
          teacher;
            holiday;
           session_schedule_detail_id;
            session_schedule_id;  and it is the my table view sch_view_calendar


please how to bind the values in rad scheduler it,s argent please send

thanks and regards 
shanker.b
        
  
Shinu
Top achievements
Rank 2
 answered on 08 Jan 2010
1 answer
298 views
Hi,

In my chart ( type StackedBar ), I change my chart series filled color programmtically, the StackedBars colors display fine for each series, but somehow, the corresponding series Legend color is not displaying the same color.  Do I have to set the color for each series legend  or  anything I am missing..

here is my code

Telerik.Reporting.Processing.

Chart chart = sender as Telerik.Reporting.Processing.Chart;

 

Telerik.Reporting.

Chart defChart = chart.ItemDefinition as Telerik.Reporting.Chart;

 

defChart.SeriesPalette =

"";

 

 

int arrayPos = 0;

 

 

foreach (string s in _reporterTypeList)

 

{

 

   ChartSeries serie = new ChartSeries();

 

   serie.Type =

ChartSeriesType.StackedBar;

 

   serie.Clear();

   serie.Name = s;

 

   serie.Appearance.LegendDisplayMode = Telerik.Reporting.Charting.

ChartSeriesLegendDisplayMode.SeriesName;

 

   for (int year = 4; year >= 0; year--)

 

   {

 

      // Define the items in the series

 

      serie.AddItem(_countByReporterTypeYearly[arrayPos, 4 - year]);

 

      serie.Items[serie.Items.Count - 1].Appearance.FillStyle.MainColor = _serieColors[arrayPos];

 

   }

 

   defChart.Series.Add(serie);

   arrayPos++;

 

}


Any help,

thankls

Ves
Telerik team
 answered on 08 Jan 2010
3 answers
311 views
Hi guy,
  i read most message about this argument... i have try many solution without luck.

anyone have solved this problem?

I want fire one radalert window on page load in my c# code.

tnk's all

bye
Svetlina Anati
Telerik team
 answered on 08 Jan 2010
2 answers
74 views
Hi, All

I want to set 1st Day Of Year At RadDatePicker
when Page is Loaded

For example

Set 2010-01-01

How can I do this
Yoon-Ho Choi
Top achievements
Rank 1
 answered on 08 Jan 2010
1 answer
96 views
problem solve
Poul Henningsen
Top achievements
Rank 1
 answered on 08 Jan 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?