Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
160 views
Hi,

I have a user control which contains a RadAjaxPanel and a RadAjaxLoadingPanel.
The RadAjaxPanel contains a GridView and several links.
My main page will contain several of these user controls, which each perform Ajax callbacks when you navigate pages in the Gridview, etc.

I'd like to be able to display the RadAjaxLoadingPanel in the center of the control, rather than the default, which appears at the top.  I have had a look at the included examples, which don't seem to do exactly what I need, and in any case I had some trouble getting them to work.

Can anyone help with this?

Thanks,
Jeremy
Shinu
Top achievements
Rank 2
 answered on 13 Aug 2008
1 answer
135 views
Hello,

I'm using the latest Q2 release. Recently I added a RadSplitter to my masterpage and content is loaded into one of the panes. Some of the content contains RadSplitters themselves. All of my RadSplitter's within my content all have default borders set. I did not however want the RadSplitter on the master page to have a border so I set the parameter for the splitter to BorderSize="0" (I also tried PaneBorderSize="0").

The issue I have is by setting the border size to zero on the masterpage, it has strange side effects on all the splitters loading in the content pane. They lose their borders! Not entirely however, there's still a few borderlines here and there. The borders that do appear are in between RadPanes. Basically it appears all the RadSplitters in my content areas default to having no border. Manually setting the border size does nothing at all.

Is this a bug or am I not doing something right? I would like to have a RadSplitter on my masterpage with no borders, and any RadSplitters that appear in the content placeholder (within one of the RadPanes) to have all the borders turned on (basically like they were before I put the RadSplitter into the masterpage.

Thanks!!!

Paul
Tsvetie
Telerik team
 answered on 13 Aug 2008
4 answers
215 views
Hi,

    We've been using the Load on Demand functionality of the RadTabStrip control and we are wondering if there is a way to preload the other tabs (on the background) after loading the page and the initially selected index. We are hoping that this is possible so there wouldn't be any delay in loading the controls in these tabs when clicked?

Thanks,
Francis
Arthur
Top achievements
Rank 2
 answered on 13 Aug 2008
3 answers
135 views
Using a custom skin, the paragraph drop down will not style to match the elements in the editor stylesheet.

Shouldn't it be using the styles from either telerik:EditorCssFile or ContentAreaCssFile?

I'm really beginning to get frustrated with this version. The styling of it seems like a huge step backwards.
George
Telerik team
 answered on 13 Aug 2008
1 answer
87 views
Hi,

I am using ajax rad grid control, I have a strange problem, please can any one help me to resolve ?

I have a rad combo & rad grid in page.  Based on combo selection, rad grid data will change(and I am using numaric pager style). In my case, For first item selection in combo there are records available for one page in rad grid, for second item selection in combo there are records available for more than one page in rad grid(In this case it have1,2,3 pages in grid). Now if I select first item in combo to load data into grid after visiting 2nd or 3rd page in grid of combo second item based data,  it is simply displaying "No records to display" message.

I think it is trying to display 2nd or 3rd page in grid for fisrt item selection, But there is no data available for 2nd or 3rd page.

How can I always display first page in rad grid while combo selection index change.

Thanks in advance,
Balaji Velasiri.
Balaji
Top achievements
Rank 1
 answered on 13 Aug 2008
3 answers
183 views
Sir
I wrote some javascript fns in usercontrol.In aspx page I added radajaxmanager and this usercontrol.then the javascript fn is not recognizing.When i remove the radajaxmanager,its working.The radajaxmanager in my page is necessary too..
Any way to solve this prbm
Plz help me..
thanks
Priya
Top achievements
Rank 1
 answered on 13 Aug 2008
6 answers
204 views
The panes in our splitter initially display at a fraction of whole browser width, and then expand to full width as the page finishes loading.  It's a little distracting.  Is there a way to get the panes to display immediately full browser width?

Thanks,
Sheryl
Tsvetie
Telerik team
 answered on 13 Aug 2008
1 answer
100 views

Hi Telerik,
I have a strange behaviour when implementing Telerik in an SharePoint application ( http://rootweb/_layouts/myapplication).
Running in Rootweb all works perfect, but when running in a subweb (http://rootweb/subweb/_layouts/myapplication), the message "Telerik is undefined" pops up. In the local web.config (http://rootweb/_layouts/myapplication/web.config), the assembly is registered ("Telerik.Web.UI, Version=2008.2.723.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4").
Where is the difference?

Thanks for answering,
Andreas


Atanas Korchev
Telerik team
 answered on 13 Aug 2008
1 answer
100 views
Dear Telerik,

            I have to display legend information for each pie slice  generated from the database table. Every legend item should display the name with the percentage information . Currently I am getting item name with #%.(Jan #%)
I need to display items in legend as follows.
Ex:
*Jan 60% * Feb 20% *Mar 20%

And the legend should display at the bottom of the chart not overlaping on to the chart

  Thanks in advance.

Regards,
Sunil
Ves
Telerik team
 answered on 13 Aug 2008
1 answer
101 views
Hi,

I need to give individual color to each bars based on the Yvalue. I tried with the below mentioned code, but it does not work.

ID given to radchart is RadChartTest

foreach (Telerik.Charting.ChartSeriesItem item in RadChartTest.Series[0].Items)
        {
            double val = item.YValue;
            if (val >= -2 && val <=3)
            {
                item.Appearance.FillStyle.MainColor = System.Drawing.Color.Red;
            }
            else if (val < -2)
            {
               item.Appearance.FillStyle.MainColor = System.Drawing.Color.Blue
            }
        }

Regards
Vishwanath Y R
Ves
Telerik team
 answered on 13 Aug 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?