Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
169 views
We are using MOSS radEditor full v 4.5.3 and have a question about how the CSS styles drop down gets filtered by html tag.

According to the radEditor v 7.3 documentation "Using CSS styles" as you move thru various tags the set of CSS styles you see should vary but we are not seeing that effect in the MOSS radEditor. Should we be?

Thanks
George
Telerik team
 answered on 11 Jul 2008
1 answer
99 views
How do I change the visited color of a link (when navigateurl is populated) within the treeview.  I can't seem to find anything in the css file for it.

Thanks.
Simon
Telerik team
 answered on 11 Jul 2008
5 answers
195 views
Hi,

I would like to send a message to the user on the ItemsReqyested event. I'm using the "ShowMoreResults" functionality.
The problem is that I only want to show the text. Is it possible to disable the callback behaviour (when clicking on the "more results text")?

Warnestam
Top achievements
Rank 1
 answered on 11 Jul 2008
3 answers
186 views
I am lookign at upgrading from the RadEditor v4.05 to the new AJAX Controls and am having issues with the new rad editor control.  The toolbars do not display correctly in my project, however in the live examples project they work fine so I am sure it's something I have not included in my project.

All of the buttons are jumbled, overlayed and spread out in a random fashion and it looks like it would be a CSS position issue.

All I have done in my project is added the new rad editor control and selected a skin and assigend some content.

Any help would be appreciated.

Dave
Rumen
Telerik team
 answered on 11 Jul 2008
2 answers
143 views
Initially I was letting the grid automatically size itself based on the available screen space.  Recently I had the need to enable scrolling within the grid and the only way I could get that to look the way I wanted was to set table layout to fixed.  The problem now is that the grid doesn't automatically fill all the available space, is there anyway to have the grid space itself and then set it to fixed?

Thanks in advance
Shinu
Top achievements
Rank 2
 answered on 11 Jul 2008
1 answer
248 views
I have a toolbar that contains several buttons.  I want the last button (Options) to be displayed right-aligned.  All the other buttons should be left aligned as usual.  When you maximize the toolbar I want the right-aligned button to stay achored to the right-hand side.  What is the best way to accomplish this?

Thanks, Randy
Veselin Vasilev
Telerik team
 answered on 11 Jul 2008
3 answers
198 views

GridView

oGridView = (GridView)sender;

GridViewRow oGridViewRow = new GridViewRow(0, 0, DataControlRowType.Header, DataControlRowState.Insert);

TableCell oTableCell = new TableCell();

//Add Department

oTableCell.Text =

"Customer Info";

oTableCell.ColumnSpan = 3;

oGridViewRow.Cells.Add(oTableCell);

//Add Employee

oTableCell =

new TableCell();

oTableCell.Text =

"Contact";

oTableCell.ColumnSpan = 4;

oGridViewRow.Cells.Add(oTableCell);

oGridView.Controls[0].Controls.AddAt(0, oGridViewRow);


This code is in Asp.net. I am trying to modify the header with the an Event. But with telerik i didn't find any RadGridView etc...How can we do it with RadGrid..

Thanks,
DIP 
Princy
Top achievements
Rank 2
 answered on 11 Jul 2008
2 answers
82 views
Is it possible to accomplish something like this in a GridBoundColumn:

DataField='<%= GridColumns.Invoice.VendorName %>'

Shinu
Top achievements
Rank 2
 answered on 11 Jul 2008
1 answer
391 views
I have a timer and try to update a label ontick using ajaxmanager

<telerik:AjaxSetting AjaxControlID="TimerUpdate">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="TimerUpdate"/>

<telerik:AjaxUpdatedControl ControlID="LblWatchList"/>

</UpdatedControls>

</telerik:AjaxSetting>

It gives me, The method or operation is not implemented. 
[NotImplementedException: The method or operation is not implemented.]
   System.Web.UI.Timer.set_Visible(Boolean value) +54

it seems like RADAjaxmanager is trying to set visiability of a control regardless it has a visiable property or not, and it through an exception.

do i have to put them into RADAjaxPanel? thanx

Konstantin Petkov
Telerik team
 answered on 11 Jul 2008
1 answer
133 views
How do you disable .net themes on the editors dialogs, such as the find and replace? I have a background image set on the body tag in my theme and it is being inherited and messing up the dialogs. I want them to use the editors skin only.
Martin
Telerik team
 answered on 11 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?