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

I am using telerik version 2009.02.0701.35 in my project.
We have a requirement to make the existing stacked bar chart to display in 3D format.
Please suggest me on how to achieve this feature.

Regards,
Meenakshi
MasterChiefMasterChef
Top achievements
Rank 2
 answered on 13 Feb 2013
3 answers
193 views
Hello,
I have a height problem for combobox as well. I have tried the solution in
http://http//www.telerik.com/community/forums/aspnet-ajax/combobox/how-to-set-the-height-of-the-textbox-of-the-radcombobox.aspx
But it doesn't work.

Could you please help me?
Elif
Top achievements
Rank 1
 answered on 13 Feb 2013
5 answers
259 views
I notice that on the telerik demos as well as in my own apps, when I click the outside border of my grid, the border changes from solid to dotted. Is there a workaround for this?
Radoslav
Telerik team
 answered on 13 Feb 2013
1 answer
79 views
I have used Raddockzone in my page but it is not getting rounded corner. I have attached the screenshot for the same.  Let me know if I have missed anything in the below code. Thanks in advance.
<telerik:RadDockLayout ID="RadDockLayout1" runat="server">

 

 

 

<telerik:RadDockZone ID="radDockZoneDefectDashboard" runat="server" Width="1320"
Orientation="Horizontal" BorderStyle="None">

 

 

 

 

 

 

 

<telerik:RadDock ID="radDockOpenAging" runat="server" Title="Open Defect Aging (Severity 1 and 2 only)"

 

 

 

 

 

 

 

EnableRoundedCorners="true" DockMode="Docked" Width="423" CssClass="RedTitle"

 

 

 

 

 

 

 

EnableDrag="false" DefaultCommands="ExpandCollapse" Height="350px" AllowedZones="radDockZoneDefectDashboard">

 

 

 

 

 

 

 

<ContentTemplate>

 

 

 

 

 

 

 

<table runat="server">

 

 

 

 

 

 

 

<tr>

 

 

 

 

 

 

 

<td>

 

 

 

 

 

 

 

<div id="divChartOpenAging" runat="server" visible="false">

 

 

 

 

 

 

 

<asp:Image ID="imgChartOpenAging1" runat="server" ImageUrl="../PPI/Images/ChartImages/NoDataSeries_Black_300.png" />

 

 

 

 

 

 

 

</div>

 

 

 

 

 

 

 

</td>

 

 

 

 

 

 

 

</tr>

 

 

 

 

 

 

 

<tr>

 

 

 

 

 

 

 

<td>

 

 

 

 

 

 

 

<telerik:RadHtmlChart ID="radHtmlChartOpenAging" runat="server" Width="350px" Height="300px">

 

 

 

 

 

 

 

<Legend>

 

 

 

 

 

 

 

<Appearance Position="Bottom" Visible="true" BackgroundColor="white" />

 

 

 

 

 

 

 

</Legend>

 

 

 

 

 

 

 

<PlotArea>

 

 

 

 

 

 

 

<XAxis>

 

 

 

 

 

 

 

<MajorGridLines Visible="false" />

 

 

 

 

 

 

 

<MinorGridLines Visible="false" />

 

 

 

 

 

 

 

</XAxis>

 

 

 

 

 

 

 

<YAxis>

 

 

 

 

 

 

 

<MajorGridLines Visible="false" />

 

 

 

 

 

 

 

<MinorGridLines Visible="false" />

 

 

 

 

 

 

 

</YAxis>

 

 

 

 

 

 

 

</PlotArea>

 

 

 

 

 

 

 

</telerik:RadHtmlChart>

 

 

 

 

 

 

 

</td>

 

 

 

 

 

 

 

</tr>

 

 

 

 

 

 

 

</table>

 

 

 

 

 

 

 

</ContentTemplate>

 

 

 

 

 

 

 

</telerik:RadDock>

 

 

 

</telerik:RadDockZone>

 

 

 

 

 

 

 

</telerik:RadDockLayout>

 

Slav
Telerik team
 answered on 13 Feb 2013
3 answers
47 views
I have a radListBox with one item in it (loaded on the server side). That item is checked.

When I insert another item above it on the client side, the new item becomes the only checked item, and the existing checked item loses it's checked status, even though it still APPEARS to be checked. I AM using trackChanges and commitChanges.

To verify this:
Before inserting, display the value of rlbTest.get_checkedItems()[0].get_text(). It will display the text of the initial item.
After inserting a new item (not yet checked) at the same index as the existing item using itemList.insert(itemList.indexOf(oldItem), newItem) display the value of get_checkedItems()[0].get_text() again. It displays the value of the NEW item, even though that item is not yet checked! If you display get_checkedItems.length it will show 1.
Now set the new item checked, and commit the changes. Display the two values again. length is still only 1, and value is the value of the new item.
The old item still appears to be checked. Both items will return .get_checked() == true. But when posted back to the server, .GetCheckedIndices returns just ONE index - 0 (the new item).

Just found that the same problem appies to selected items!
Nencho
Telerik team
 answered on 13 Feb 2013
1 answer
39 views
Good Morning,

I am having problems using Radwindows in IE. I have set width and height of my radwindow and I have also set the dimmensions of a  DIV within the new page I need to open. This works perfect in only one page. I copied and pasted this working code to other areas of the same page. I made sure that they are identical. However, these other ones will open a radwindow showing the right page but will not show in the correct modal mode and correct dimmensions as I need to.
I have read different blogs referring to situtations similar to mine but I still have this issue where only one works. Would you please help me? Thanks.


Marin Bratanov
Telerik team
 answered on 13 Feb 2013
1 answer
173 views
I have a radgrid, click a hyperlink column on the radgrid opens a rad window, after I edit the text field on the rad window, I need to close the radwindow and refresh the grid to show the text change. The grid has mutiple  pages. If I was on page 5 before open the radwinow, after close radwindow, grid gets refreshed and goes to page 1. Is there anyway that I can let the grid stays on page 5 after radwindow close?


<telerik:GridHyperLinkColumn DataNavigateUrlFields="TagID, LanguageID2" SortExpression="TagName"  ShowFilterIcon="false"
                                       DataTextField="TagName" HeaderText="Tag Name" FilterControlWidth="100px" UniqueName="TagName"
                                       AutoPostBackOnFilter="true" CurrentFilterFunction="Contains"  
                                       DataNavigateUrlFormatString="javascript:function anon(){{window.radopen('MyPopUp.aspx?TID={0}&LID={1}','TranslationView');}};anon();">
                                       <HeaderStyle Width="100px" />
                                   </telerik:GridHyperLinkColumn>
<
script type="text/javascript">
      function OnClientClose(sender, args) {
               top.location.href = top.location.href;
      }
  </script>
Thanks!
Vasil
Telerik team
 answered on 13 Feb 2013
3 answers
706 views

I have a web form with several RadTextBoxes.  One is shown here.

                <telerik:RadNumericTextBox ID="tbHospitalPerVisit" runat="server" MaxLength="8" Width="115px"
                ReadOnlyStyle-CssClass="ReadonlyDataEntry" EnabledStyle-HorizontalAlign="Right"
                DisabledStyle-HorizontalAlign="Right">
                <NumberFormat ZeroPattern="n"></NumberFormat>
                <ReadOnlyStyle CssClass="ReadonlyDataEntry"></ReadOnlyStyle>
            </telerik:RadNumericTextBox>

The EnabledStyle-HorizontalAlign property right aligns the text in the control.  When the page first loads I see the control formatted with the text right aligned.  On postback, however, the control is visible for a brief moment without the right alignment and then the text jumps to the right as the alignment is applied.

My form has about 50 controls for collecting financial information.  Immagine seing data in all these controls jump from the left to the right when you save.

How do I get the styling to be applied so that I do not see the control first displayed without the right alignment and then the alignment is applied?

Thanks!

Sean Severson

Angel Petrov
Telerik team
 answered on 13 Feb 2013
1 answer
76 views
Here are the steps to reproduce the behavior:
1) Go to one of your demo page: http://demos.telerik.com/aspnet-ajax/editor/examples/xhtmlvalidatortrackchangesformatcodeblockdialogs/defaultcs.aspx
2) Go to Html mode and delete everything. Go back to the design mode.
3) In the design mode, type a word. Double click the word to select. Delete the word.
4) Type another word. Double click to select. Then click the insert link button.
5) Note that the Link Text line is disappeared in the insert link dialog.

See attached screen shot.
Rumen
Telerik team
 answered on 13 Feb 2013
2 answers
68 views
Is it possible to use an image instead of the more... link in month view?
Thanks,
Rimma
Rimma
Top achievements
Rank 1
 answered on 13 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?