Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
159 views
first ,you can see thread here:
http://www.telerik.com/community/forums/aspnet-ajax/calendar/two-components-with-the-same-id.aspx


my version : 2009.3.1314.35

if we use RadWindow as container ,and place any non-standard controls into to RadWindow (such as RadAjax controls, asp.net Ajax Toolkit etc...) ,we will got errors.
errors like :

Message: Sys.InvalidOperationException: Two components with the same id 'dnn_ctr501_Schedule_RadWindow1_C_ScheduleControl1_dpStart_dateInput' can't be added to the application.  
Line: 4044  
Char: 59  
Code: 0  
URI: http://local.com/ScriptResource.axd?d=qr-JWAPlSw_PG_fBRvJ-SiEuS4djBj_SaOoatAKMs3TZe3kUSpNeAqXh25Mjn4IhJlouOn480u1-9iYlbSTecUf0MB7rsMw0M1hN9CF4krQ1&t=ffffffffec2d9970  

i have already posted one ticket, the ticket number is : 290270

is there solution?

any ideas will be appreciated.



Georgi Tunev
Telerik team
 answered on 18 Mar 2010
4 answers
248 views
Hi,

I'm using the current version of radtree view and I am encountering onoe problem. I want to place the arrow image in the part of the node so i set the direciton of the radtreeview to RTL and the text indent to left. I was able to achieve the image to be placed in the right part, but when the title of the node contains a long texts, the first line was indented a bit. can you advice me on this one?
This is what it looks like:

Home >
 How To Use This
Wiki Library >

The second item with the longer text was indented.
This is my code:

.RadTreeView,
.RadTreeView a.rtIn,
.RadTreeView .rtEdit .rtIn input
{
 font-weight: normal;
 font-size: 12px !important;
 font-family:Arial;
  color: #336699;
 text-decoration: none;
 line-height: 14px;
 width:auto;
 margin:0px;
 white-space: normal;
 direction:rtl;
 text-align: left;
 margin-right:15px;
 display:inline-block !important; 
    whitewhite-space:normal !important;  
 overflow:visible !important;
}
.RadTreeView .rtPlus,
.RadTreeView .rtMinus
{
 background-image: url('TreeView/plusminus.jpg');
 vertical-align: baseline;
}
Hamdy
Top achievements
Rank 1
 answered on 18 Mar 2010
2 answers
166 views
I am trying to install Q1 2010 version of ASP.NET Rad controls but at the end of installation I am getting following error:
"Installation Error


Telerik RadControls Setup Wizard ended prematurely because of an error...." (see attached screen shot)

I am trying to install it on my office PC, I did install it on my home PC over last weekend but I had to reinstall windows (well, restore True Image fille) in order to do it.

Both system are Win7 32bit with VS2008 Pro and there was no problems with previous version.

Is anyone able to help me with this?
Tomashiba
Top achievements
Rank 1
 answered on 18 Mar 2010
2 answers
113 views
Can you please tell me how to hide the new folder button in template manager dialog of Rad Editor. We are uisng Rad controls for  ASP.Net AJAX .
BV
Top achievements
Rank 1
 answered on 18 Mar 2010
3 answers
138 views
I searched but couldn't find anything, so I'll try this...

Is it possible to force all of the individual tooltips of a tooltipmanager to show up at the same location on the page each time? Ideally, for what I'm doing with the ToolTipManager, it would be nice to somehow set an exact location on the page each time for the tooltips to be displayed but as of yet, I can't figure how to do it. Any suggestions? Is this even possible? Thanks.

Scott
Svetlina Anati
Telerik team
 answered on 18 Mar 2010
2 answers
134 views
Hi,
I have a GridDropDownColumn and GridCheckBoxColumn inside  radgrid.when we select any item on GridDropDownColumn.i want the  GridCheckBoxColumn  to be enabled.Actually i couldnt find any select index change event for GridDropDownColumn .i want the client side code. Ive spent ages looking for solution but no luck .
Soumya Joseph
Top achievements
Rank 1
 answered on 18 Mar 2010
3 answers
104 views
Hi guys!

Plz tell me how to get Legends in Line Chart. Altough i tried to set Name property under Chart Series but still unable to get Legends.

Thanks in advance.....
Ves
Telerik team
 answered on 18 Mar 2010
3 answers
173 views
I have a radgrid populated by the "OnNeedDataSource" event.
Radgrid has edits form template to update and insert records that call the "OnItemCommand" event.
This works fine while no exception is raised in update or insert methods but in the other case I have the following problem:
my code keeps the radgrid open in edit/insert mode and keeps also the new values inserted from the user but the commandbuttons don't call the ItemCommand anymore, at this point, clicking on the confirm button, it seems that it make just a simple postback erasing all the data in the textboxes.
Here it is an example of my code

 

HTML  
<telerik:RadGrid ID="grid_utenti" runat="server" AllowAutomaticInserts="false"   
AllowAutomaticUpdates="false"   
OnNeedDataSource="grid_utenti_NeedDataSource"   
OnItemCommand="grid_utenti_ItemCommand">  
 
CS  
 
protected void grid_utenti_NeedDataSource(object source, Telerik.Web.UI.GridNeedDataSourceEventArgs e)  
        {  
             grid_utenti.DataSource = call to a method that returns a dataset;            
        }  
         
        protected void grid_utenti_ItemCommand(object sender, GridCommandEventArgs e)  
        {                         
            if (e.CommandName == RadGrid.PerformInsertCommandName || e.CommandName == RadGrid.UpdateCommandName)  
            {  
try  
{  
               //call to method that insert/update  
                 
               }  
catch(Exception exc)  
{                      
                    e.Canceled = true;  
 
        }
}

Thank you
Alessandra

 

Tsvetoslav
Telerik team
 answered on 18 Mar 2010
3 answers
175 views
Hello,
I read somewhere that 2008 Q1 would support a serverside show method
(ie -clicking on a buttons would open the tooltip via the codebehind)

Does the futures build already have it? -if so how do i implement it?

Thanks in advance

Svetlina Anati
Telerik team
 answered on 18 Mar 2010
5 answers
127 views
Hi Folks,

I have a RadGrid with few GridTemplateColumns.

i have applied the AllowFilteringByColumn="true"

But when i try its not filtering anything.

I can see the same data in my grid after selecting the filter content.

any help appreciated.

Thanks in Advance.

Thanks
Satya
Satya Sahu
Top achievements
Rank 1
 answered on 18 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?