Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
494 views
Is it possible to show/hide the tooltip with the onclick event of the tagetcontrolid?
Missing User
 answered on 19 Sep 2008
3 answers
92 views
Hello,
Sadly you do not appear to have yet ported your excellent RadEditor to Silverlight. No problem, I thought, I will just overlay the Ajax version over the top of the latest version of Silverlight, using a div with display:none and display:block. All works fine except that after I hide the Editor (display:none), none of the direction keys, or back button work in the Silverlight text boxes. Also the cursor from the RadEditor remains on the Silverlight page. Although this is irritating, I can live with it. Does anyone have any idea what can be done about the arrow keys ? Please do not hesitate to ask if I have have not made the
problem clear.

Many thanks,

Pete.
Meerkat
Top achievements
Rank 1
 answered on 19 Sep 2008
6 answers
205 views
When I have a RadTree with a <NodeTemplate>. ServerSide NodeExpand or NodeCollapse events are not firing but the nodes are expanding and collapsing just fine. Is that the intended behaviour? How do I get these events to fire?

Thanks
Himadri
hbanerjee
Top achievements
Rank 1
 answered on 19 Sep 2008
1 answer
74 views
In the click event handler for the active regions i'd like access to an identifier for the bar selected but I can't find a way to set this on a databound chart.  There is an itemindex but that requires a known order for the displayed items.  Are there any properties that I could use for this?
I'm binding to a list of custom objects and indicating which properties to use for the bar chart using:

DurationReport.Series[0].DataYColumn =

"Duration";

DurationReport.PlotArea.XAxis.DataLabelsColumn =

"DisplayName";


Thanks

Ves
Telerik team
 answered on 19 Sep 2008
1 answer
95 views
Hello there.

We are using RadControls for ASP.net ajax Q2 and have encountered the following problems.

1 - We cannot remove the default page css file classes from the ApplyCSS dropdown. Even introducing an external stylesheet (see below) does nothing.

<telerik:RadEditor ID="RadEditor1" runat="server">
<CssFiles>
<telerik:EditorCssFile Value="~/App_Themes/content/default.css" /> </CssFiles>
<telerik:RadEditor>

This retains the default page css and does not include the desired css from "~/App_Themes/content/default.css". The only way to get the classes from "~/App_Themes/content/default.css" to appear is by adding the stylesheet as the ContentAreaCSSFile. Howver, this removes some desired styling of the native editor formatting (notably when working with tables) AND the classes from the pages style sheets are still present.

I have a lot of your example and tutorials on this but am getting nowhere.

Regards,

Darren.

George
Telerik team
 answered on 19 Sep 2008
4 answers
227 views
Hi,
I  am using RadGrid, and i have one asp DropDownList Control in every row. Now on SelectChanged event one Pop will come where i want to edit Row values. But how i will get the particular row values to that Pop page.
Please Help me

Thanks and Regard,
Sagar

Sagar Baheti
Top achievements
Rank 1
 answered on 19 Sep 2008
1 answer
81 views
How Do I do it? I've seen the example for a problem exactly as mine, but the solution code used a static RadGrid. My RadGrid is created programatically and that method wont work. HELP. Thanks
Ves
Telerik team
 answered on 19 Sep 2008
1 answer
125 views
Hi,

we use the RadTreeView in combination with LoadOnDemand and checkboxes for each node. But when we check a node the child nodes aren't checked because the children aren't loaded yet. So we have to first expand the node and then check the the node to automatically check all the child nodes.

Is there a common solution for this?

Perhaps a solution would be when an user checks a node all the child nodes will be loaded and checked automatically (recursive). But how?

I have tried calling the NodeExpand event from the NodeCheck event but the + symbol doesn't change. And when the user presses the + button all items appear twice.

Kind regards,
Harold
Simon
Telerik team
 answered on 19 Sep 2008
3 answers
147 views
Hello,

I use a global TootlTipManager and add CliendID of controls to tooltipify in codebehind.
How could I add a serie item for which I haveadded a Tooltip ?
Il have tried with name, but its NOK, there is no clientID, I see that RadChart generates AREA HTMLtag but without ID or Name.

As I can't have 2 tooltip managers with one dedicated to general tooltipify action and one dedicated to some controls, any help welcome.

A little sup question, should I add a PointMArk or is it automatic as soon as I add a tooltip in an item region ?

Last one: I find no way to set orientation for items labels, got it for axix but found nothing for items.

Thanks
CS
Ves
Telerik team
 answered on 19 Sep 2008
2 answers
255 views

Hello,

I have a pie chart (1 series) that won't show the legend correctly.  This was working fine before I installed the ASP.NET AJAX RadControls.

DataSource is bound to a recordset that comes back in two rows like this:
Status        Number
------        ---------
Complete        1234
Incomplete        345

The pie chart itself is fine, but the legend just shows "Number".  I've tried adding legends manually, but it won't correspond to the Series Item.  I've tried the LegendDisplayMode="ItemLabels" & the IntelligentLabelsEnabled=true & false.

Please help.  Thank you.

Here's the markup.

<telerik:RadChart ID="chartStatus" runat="server" DefaultType="Pie" Skin="Web20" Height="250px" Width="640px">

<PlotArea>

<XAxis>

<Appearance Color="149, 184, 206" MajorTick-Color="149, 184, 206">

<MajorGridLines Color="209, 221, 238" Width="0" />

</Appearance>

</XAxis>

<YAxis>

<Appearance Color="149, 184, 206" MajorTick-Color="149, 184, 206" MinorTick-Color="149, 184, 206">

<MajorGridLines Color="209, 221, 238" />

<MinorGridLines Color="209, 221, 238" />

</Appearance>

</YAxis>

<Appearance>

<FillStyle FillType="Solid" MainColor="249, 250, 251">

</FillStyle>

<Border Color="149, 184, 206" />

</Appearance>

</PlotArea>

<Appearance>

<Border Color="103, 136, 190" />

</Appearance>

<ChartTitle>

<Appearance>

<FillStyle MainColor="">

</FillStyle>

</Appearance>

<TextBlock>

<Appearance TextProperties-Color="0, 0, 79">

</Appearance>

</TextBlock>

</ChartTitle>

<Legend>

<Appearance Dimensions-Margins="17.6%, 3%, 1px, 1px" Dimensions-Paddings="2px, 8px, 6px, 3px"

Position-AlignedPosition="TopRight">

<Border Color="165, 190, 223" />

</Appearance>

</Legend>

<Series>

<telerik:ChartSeries Name="SurveyCount" Type="Pie">

<Appearance LegendDisplayMode="ItemLabels">

<FillStyle FillType="ComplexGradient">

<FillSettings>

<ComplexGradient>

<telerik:GradientElement Color="213, 247, 255" />

<telerik:GradientElement Color="193, 239, 252" Position="0.5" />

<telerik:GradientElement Color="157, 217, 238" Position="1" />

</ComplexGradient>

</FillSettings>

</FillStyle>

<TextAppearance TextProperties-Color="103, 136, 190">

</TextAppearance>

</Appearance>

</telerik:ChartSeries>

</Series>

</telerik:RadChart>

Edmund Jung
Top achievements
Rank 1
 answered on 19 Sep 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?