Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
97 views
We are trying to Performance Test an application having RadEditor controls. Pls suggest a suitable tool to Test such applications ? Which of the existing Tools in the market supports these controls ? Appreciate if you can put some suggestion on how did wego about testing them, from Performance perspective.
Lini
Telerik team
 answered on 02 Feb 2009
1 answer
82 views
Hi,

I am using RADGrid Classic in Sharepoint 2007. I have two grids enabled with scrolling with static headers. If I enable the staticheaders property for one grid everything is fine. If I do it for both the grids the screen behaves weird. This is because I have a requirement to use Ajax in the page. I have tried RADAjaxManager, RADAjax Panel. Nothing seems to be working. Any help is highly appreciated. This is very urgent. Please consider this as a priority. Thanks in advance. Below is the piece of code I am using for both the grids.

<

ClientSettings AllowColumnsReorder="True" AllowDragToGroup="True">

 

 

<Scrolling UseStaticHeaders=true ScrollHeight="230px" AllowScroll="True" />

 

 

<Resizing AllowColumnResize="True" AllowRowResize="True" />

 

 

</ClientSettings>

 

Sebastian
Telerik team
 answered on 02 Feb 2009
1 answer
99 views
Using the RadEditor in Opera 9.63, the Help and About dialogs position themselves too high in the browser window. The top half or so of the dialog is cutoff, hidden beneath the browser toolbars. Turning off the toolbars doesn't help because the dialog window just moves up by the same amount. You can't move the dialog window because the title bar is off-screen at the top. The dialogs work correctly in IE7, IE6, FF, Chrome & Safari. Any suggestions for controlling the dialog position in Opera?
Rumen
Telerik team
 answered on 02 Feb 2009
1 answer
146 views
If a System.Data.SqlClient data source using stored procedure returns multiple resultsets, is it possible to use code to have different detail table use a different result set?

Right now I have defined separate resultset for each DetailTable.
Sebastian
Telerik team
 answered on 02 Feb 2009
1 answer
78 views
I have a RadDateInput that works fine for all viewers except for some vista OS viewers. Do any one know if RadControls are effected by any security settings in vista. It's like no java are fired for the controls. Not all vista OS viewers have this problem, but those that have also have problems with other RadControls.
Dimo
Telerik team
 answered on 02 Feb 2009
2 answers
207 views
Hi,

I just replaced an old version of radEditor with the AJAX version, and everything seems to be working just fine, except the dialogs. The only two I have on my toolbar are the Hyperlink Manager and the Table Wizard. For both, when I open the dialog, everything is displayed correctly, except the insert and cancel buttons are missing their centers--ie they are very short and have no text; and the buttons don't do anything; and I can't switch to the other tabs.

I followed the setup process for the radEditor. What am I missing?

Thank you!

Lauren
Lini
Telerik team
 answered on 02 Feb 2009
1 answer
221 views
I've created a class from the ITempalte and I was wondering if there was an easy way to hook up grid sorting to the temaplate

The template displays just fine, but of course there is no sorting. Now that I think about it is there a way I could hook up column resize, and reorder?

 

var col = new GridTemplateColumn

 

{

ItemTemplate =

new DetailTemplate(),

 

UniqueName =

"Detail",

 

};

col.HeaderTemplate =

new DetailHeaderTemplate();

 

RadGrid1.Columns.Add(col);

PlaceHolder1.Controls.Add(RadGrid1);



public

 

class DetailHeaderTemplate : ITemplate

 

{

 

public void InstantiateIn(Control container)

 

{

 

var table = new Table { CellPadding = 0, CellSpacing = 0 };

 

table.Style.Add(

"width", "100%");

 

table.Style.Add(

"border", "1px");

 

 

var row = new TableRow();

 

 

var cell = new TableCell();

 

cell.Style.Add(

"width","33%");

 

cell.Text =

"Desc";

 

row.Cells.Add(cell);

cell =

new TableCell();

 

cell.Style.Add(

"width", "33%");

 

cell.Text =

"Dist #";

 

row.Cells.Add(cell);

cell =

new TableCell();

 

cell.Style.Add(

"width", "33%");

 

cell.Text =

"Price";

 

row.Cells.Add(cell);

table.Rows.Add(row);

container.Controls.Add(table);

}

}


Sebastian
Telerik team
 answered on 02 Feb 2009
1 answer
56 views
Immediately after loading updated code to the website, IE6, 7 and 8 all intermittently fail to show the editor content for anywhere from a few minutes to half an hour. The content area shows the IE error "cannot load the website". The rest of the page is fine, the editor controls are all there, but nothing works on the page. Occasionally this does not happen but usually it does. I don't ever see the problem using FF, Opera, Chrome or Safari. As soon as I've used one of those browsers against the updated site, it starts working in IE too. I thought maybe it was something with my own computer setup, but a client reported the same thing while testing a development version of the new website. I am using the trial version at the moment, in case that matters. I ordered a license yesterday, so I will see soon if that changes anything. Any suggestions?
Tervel
Telerik team
 answered on 02 Feb 2009
2 answers
107 views
Hello everybody,
I was wondering if it is possible to create a "rounded corners" effect on some html divs using the new cool Telerik Ajax Controls (Q3 2008), or at least using the jquery that is embedded in this suite.

If not, what should I do if I want to use a jquery plugin with the embedded jquery library? Can I register it manually on a page (in case i'm using a telerik control that doesn't register it)?

Thanks,
Lucian
Lucian Duma
Top achievements
Rank 1
 answered on 02 Feb 2009
1 answer
212 views
I'm using GridHTMLEditorColumn in the RadGrid. How do i customize to RadEditor toolbar when it shows up in the RowEdit mode?

Thank you.
Sebastian
Telerik team
 answered on 02 Feb 2009
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?