Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
88 views
Dear sir,

 

How can I give Each dock's loading panel.

like igoogle, each and every Part has its own loading...how can I achive this functionality?(I am using TelerikRadDock)

thanks & reagrds

Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 29 May 2009
1 answer
97 views
Dear sir, madame,

I am using radchart 4.0 in a Gridview to generate a report (report.aspx). When I call on this page using server.execute the chart is not displayed.

 

Dim htmlStringWriter As StringWriter = New StringWriter()

Server.Execute(

"rapport.aspx?id=" & id & "&print=true", htmlStringWriter)  

 

 

 

Dim htmlCodeToConvert As String = htmlStringWriter.GetStringBuilder().ToString()  

htmlStringWriter.Close()

 


When I look in the html-view of VS2008 I get a broken image. When I visit the report.aspx directly the chart is displayed.
What can I do about this?

Kind regards,

Tristan
Vladimir Milev
Telerik team
 answered on 29 May 2009
3 answers
174 views
Hi,

I am using a RadTimePicker inside a Panel that is shown with a ModalPopupExtender (AjaxControlToolkit).

When I click the clock to show time list, the list is spawned behind the modalpopup, and can't be accessed...

If this is normal behavior due to conflicting between Telerik and AjaxControlToolkit, how can I replace the ModalPopupExtender with Telerik's controls to have same behavior without rewriting my code ?

Thanks.
Dédé
Top achievements
Rank 1
 answered on 29 May 2009
3 answers
140 views

Hi, I am using this RadDock : 

 

 

<telerik:RadDock ID="RadDock1" Title="Information" dockmode="Floating"  Top="100" Right="20" Skin="Office2007" runat="server" Width="210px">

 

 

 

<ContentTemplate>

 

 

 

<div style="padding: 11px;">

 

 

 

 Content
</div>

 

 

 

</ContentTemplate>

 

 

 

</telerik:RadDock>

My RadDoc is not positionned to the right into my page ... Right = "20" is not working.
I would like to use a right position, but not a left position. Is it possible ?

Thank you in advance,

Suzi.

 

 

Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 29 May 2009
1 answer
45 views
my page consists of a master page with a header div and the rest of the page split vertically bu a splitter, each side of the splitter is a content place holder.

on the content page the left content holder is a panelbar , and the main content holder is a user control. On the user control is a ajax proxy and a grid.

Now everything works fine in IE 6 but in FF3 when i change grid page and the ajax fires, the whole of the content page moves up to within the header area from the master page !!


any ideas

kevin

MORE... in my page i have some style statements inside .. <!--[if lte IE 6]> It would appear that after the ajax call these are been applied to the page even though it is FF

FIXED IT... http://www.telerik.com/help/aspnet-ajax/ajxconditionalcomments.html
Dimo
Telerik team
 answered on 29 May 2009
4 answers
306 views
Hi,

I'm looking for a simple (not a css expert) way to center a radmenu within a div.  Preferably no js and only changes to the menu.css.

Thanks.
Conrad
Top achievements
Rank 1
 answered on 29 May 2009
2 answers
121 views
I have a radgrid that lists records in parent page.when user select a row and click edit/add button a modal radwindow opens for editing or adding new record.when users add/update record radwindow closes and return parameters call ajaxmanager to refresh grid.
In IE8/IE7/FF 2/FF3 it works perfectly but in ie6 it make double records.Any Idea?
Ada
Top achievements
Rank 1
 answered on 29 May 2009
1 answer
84 views
Hi,

I have a page which could be in two states: "edit order" and "new order".  this page has a radgrid.
In edit mode i just bind the grid to my datasource.  However in "new" mode I need to display an empty grid with
one row in the "Insert mode" so that users could insert new data.  How can I archive this?
Sebastian
Telerik team
 answered on 29 May 2009
2 answers
137 views
I need to validate insert and update on a grid bound column that has an aggregate sum footer.  I need to convert the column to a template column to add the required field validator, but do not know how to retain the aggregate sum footer.  Do I have to calculate it another way after converting the column to a template column?  Appreciate any help.
Courtney
Top achievements
Rank 1
 answered on 29 May 2009
3 answers
151 views
In the RadGrid, when the option to allow column reordering is turned on, there is a tooltip that shows up when you hover over the columns which states "drag to group or reorder".  There is a setting in our db that tells the grid to turn grouping on or off at run-time.  When grouping is turned off, I would like the tooltip to read something such as "drag to reorder".  I've searched all over and tried several attempts at getting this to change, but so far I have not had any luck.  I also tried using a RadToolTip, but I still get the original one in addition to the RadToolTip.  Any help on this would be greatly appreciated.  Thank you.

I tried the following in RadGrid_ItemDataBound event with no avail.

        if (e.Item is GridHeaderItem)
        {
            GridHeaderItem header = e.Item as GridHeaderItem;
            header["colTranDate"].ToolTip = "header.tooltip test";
        }


Ryan Bandouveres
Top achievements
Rank 1
 answered on 29 May 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?