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

We are using a Tadtreeview with checkboxes (html5 rendermode)

 <telerik:RadTreeView ID="_templateStructure" runat="server" CheckBoxes="True" OnNodeCheck="_templateStructure_NodeCheck"></telerik:RadTreeView>


On chrome mobile when unchecking a node, the NodeCheck does not execute. Is there a way to make it execute?

ps: We also tried to change the render modes just in case but o no avail.
Peter Filipov
Telerik team
 answered on 16 Sep 2013
3 answers
139 views
Hi,

AreaSeries has a weird behavior when I set high YAxis AxisCrossingValue. In my case I set YAxis AxisCrossingValue=-2000000 to show XAxis DataLabels at the bottom. It seems AreaSeries takes AxisCrossingValue as base to construct the area, so chart becomes weired. Please refer to attached image for clarification.

First chart has the default values, DataLabels are just below 0 and area is constructed as expected.
Second chart has DataLabels at the bottom (which is I need to do) with setting YAxis AxisCrossingValue=-2000000 property. But area becomes weird, because it is constructed based on AxisCrossingValue not 0 (zero).
Last chart is what I would like to achieve.

Any help on this problem would be greatly appreciated.
Danail Vasilev
Telerik team
 answered on 16 Sep 2013
3 answers
148 views
Dear telerik-Team

first off all you make a brilliant job!

I use the HtmlChart and try to format the chart using percent for height and width. After render the chart it is shown in the right dimensions but if I resize the browser window (smaller/bigger) the chart doesn't scale with the browser window size. 

Isn't possible or something wrong?

Kind regards,
Chrisitan

Christian
Top achievements
Rank 1
 answered on 16 Sep 2013
1 answer
84 views
On an aspx page of mine, I followed the RadDatePicker example as seen here:

http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx

But, it simply does not work. The symptom is as described below:

No calendar is displayed after clicking on the calendar icon, all it does is simply roll the page to the very top.

My script manager and ajaxmanager are declared in my master page like this:

<asp:ScriptManager ID="ScriptManger1" runat="server"></asp:ScriptManager>
<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1"></telerik:RadAjaxManager>

And I have declared the ajax settings in my aspx page exactly as the demo at http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx

What might be causing this problem? 
Kostadin
Telerik team
 answered on 16 Sep 2013
1 answer
136 views
Hi,

I'm wondering if there is a way to build custom skins but also give the user a way to pick built in skins.  For example, I may want to set up a new skin called CustomSkin1 and then give the user a preference screen to select the look they want.  I would allow them to select CustomSkin1 but also Metro, Vista etc...

Once selected can I globally change my EnableEmbeddedSkins property on the telerik controls via a master page or something like that or does this setting have to be set on ever control?  I found ways to do this via web.config but that will not work since I basically need to do it per user.

Thanks
Ivan Zhekov
Telerik team
 answered on 16 Sep 2013
1 answer
138 views
Hi,
Grid having PDF Export with multiple language. When we export with English, Everything will be okay. But When we export PDF with German language, Column Header text is going out its size. Can you please suggest me what I can do to resolve it. I have attached the snapshot for your reference. I am using Telerik 2011 version. 

Thanks in advance.
Kostadin
Telerik team
 answered on 16 Sep 2013
25 answers
262 views
Hello,

I noticed that you have a product line for SharePoint 2010. However components included are RadEditors and web parts.

If I wanted to use a bunch of RadControls on SharePoint pages on a web part (rather than using a dedicated web part provided by Telerik), the steps on installation the same as SharePoint 2007? I see how to do that documented for SharePoint 2007, but all of the documentation for SharePoint 2010 are about RadEditor and webparts.

Thanks in advance,
Makoto
Plamen
Telerik team
 answered on 16 Sep 2013
3 answers
232 views
In our current setup we are trying to provide accessibility to the grid for blind users. Whatever is on the screen, when the mouse is moved to the controls on the screen, the tool tip or the alt text is read out to the user. Although the tooltip for buttons in the pager are available and can be customized , there is no tooltip option for the page numbers. Because of this when we hover over the page number something like this is always shown in the status bar. javascript:__dopostback('... control value'). I would like to replace the status message on the page number links with meaningful Text that can be displayed in status bar or using a tool tip from code behind. Let me know if this is possible.
Vasil
Telerik team
 answered on 16 Sep 2013
4 answers
204 views
Hello!

I'would like to build a shopping cart inside a RadMenu item.

I want it to work like this:
-User click "Add to Cart" button.
-A menu item containing the cart automatically expands
-While the menu item is expanded, new cart item is inserting into the cart. 
-Menu item holds open for few more seconds.
-Menu item is closing.

All must be done as client side processing. 

So far I have achieved all of these but there are 2 problems:

1) I can't manage to auto expand the menu before an addition of the item 
2) I can't manage to properly style the menu. What I want is to just display cart controls (RadGrid + Submit button + Clear button) but not the underlying container of the Menu Item. I have tried to set the background color to transparent but it doesn't work.. I also can't get rid of the empty space on left and right side of the grid. 

I'm attaching an image for reference.

Markup of my RadMenu:

<telerik:RadMenu ID="menu" runat="server" Width="100%" ClientIDMode="Static" CssClass="Container " EnableEmbeddedBaseStylesheet="True" EnableAjaxSkinRendering="False">
             <Items>
                 <telerik:RadMenuItem runat="server" Text="Home" NavigateUrl="~/Home.aspx">
                 </telerik:RadMenuItem>
                 <telerik:RadMenuItem runat="server" Text="Inventory" NavigateUrl="~/Inventory.aspx">
                 </telerik:RadMenuItem>
                 <telerik:RadMenuItem runat="server" Text="My Account" NavigateUrl="~/MyAccount.aspx">
                 </telerik:RadMenuItem>
                 <telerik:RadMenuItem runat="server" Text="Support" NavigateUrl="~/Support.aspx">
                     <Items>
                         <telerik:RadMenuItem runat="server" Text="FAQ">
                         </telerik:RadMenuItem>
                         <telerik:RadMenuItem runat="server" Text="Shipping">
                         </telerik:RadMenuItem>
                         <telerik:RadMenuItem runat="server" Text="Payments">
                         </telerik:RadMenuItem>
                     </Items>
                     <GroupSettings Flow="Horizontal" />
                 </telerik:RadMenuItem>
                 <telerik:RadMenuItem runat="server" Text="Cart">
                     <Items>
                         <telerik:RadMenuItem runat="server" Text="SubCart" CssClass="Cart" ExpandedCssClass="Cart" OuterCssClass="Cart">
                             <ItemTemplate>
                                 <telerik:RadButton ID="btnSubmit" runat="server" Text="Submit" ButtonType="StandardButton"></telerik:RadButton>
                                 <telerik:RadButton ID="btnClear" runat="server" Text="Clear"></telerik:RadButton>
                             </ItemTemplate>
                         </telerik:RadMenuItem>
                     </Items>
                 </telerik:RadMenuItem>
                 <telerik:RadMenuItem runat="server" Text="Register" NavigateUrl="~/Register.aspx">
                 </telerik:RadMenuItem>
             </Items>
         </telerik:RadMenu>

The RadGrid control inside of the menu is added dynamically (VB.NET):
grid = Functions.CreateCartGrid("grdCart")
menu.FindItemByText("SubCart").Controls.Add(grid)

Jacob
Jakub
Top achievements
Rank 1
 answered on 16 Sep 2013
1 answer
83 views
Telerik users,

Someone else has got to find this annoying. 
 If you set the width property of a RadButton you can not see the button in design view in VS 2012.

As described in Telerik's PITs system.

If the Width property of a RadButton is set, its appearance in the Visual Studio 2012 Design view will be broken.The icons sprite starts showing when the width is sufficiently large, test with different values, e.g. 80px, 100px, 200px, 400px, etc.


This was reported over a year ago and only 3 users have voted to have it fixed.  It has got to be effecting more users.  Apparently it is not of high enough priority to get fixed.

If you are having this issue please vote for this here to get this corrected
http://www.telerik.com/support/pits.aspx#/public/aspnet-ajax/13391
Ianko
Telerik team
 answered on 16 Sep 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?