Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
27 views
Hello,

Today I updated my website with your latest Q1 2014 controls and I found a (CSS?) bug that I haven't with Q3 2013 SP1.

The function HighlightPath() with the skin "Simple" does not render the correct "Selected" stylesheet. Now we only have an orange border without background and "Hover" style seems not have the same padding value than the "Selected" one.

You can reproduce this bug on your site in "Menu - Integration with BreadCrumb" page. Select "Simple" skin and you will see the first selected level "Purchase" with only a border (background is missing). Then move the cursor on "Purchase Orders" child menu item to see that the Selected stylesheet will create an unpleasant behavior (definitely due to a different margin or padding)

Is there a way to fix this quickly??

Thank you for your help
Boyan Dimitrov
Telerik team
 answered on 10 Mar 2014
1 answer
28 views

I am using RadAjaxLoadingPanel for showing waiting circle image for ajax request.

Waiting circle image doesnot animate in IE browser but works in firefox.

I have also check "http://www.telerik.com/forums/no-run-radajaxloadingpanel#XyyUhLsyMUeRfulqBOVtGw"  this post on telerik forum.

Is it a bug in IE browser or what?

If not then can anybody knows how to solve it.

Thanks in advance.
Konstantin Dikov
Telerik team
 answered on 10 Mar 2014
2 answers
164 views
Hi,

I am using RadAjaxLoadingPanel for showing waiting image on my master page.

In firefox loading image animate & loads until next page loads but it doesnot work in IE.

Do I need to set different ajax setting for IE?

Thanks in advance.
acb
Top achievements
Rank 1
 answered on 10 Mar 2014
1 answer
179 views
hi,
i use this demo  for my issue ,
it works fine ,
but i want to use 2 datakeyNames :

<DataGroupTemplate>
   <asp:Panel runat="server" ID="Panel3" CssClass="dataGroup" GroupingText='<%# (Container as RadListViewDataGroupItem).DataGroupKey %>'>
      <asp:Image ID="CarImage" runat="server" AlternateText="Car Image" CssClass="car_brand_img" ImageUrl='<%# "Img/" + (Container as RadListViewDataGroupItem).DataGroupKey + ".png" %>' />
         <asp:PlaceHolder runat="server" ID="DataGroupPlaceHolder3">/asp:PlaceHolder>
<asp:Label runat="server" ID="Label39" CssClass="groupFooter clearfix" Text='<%# "Lower booking price: " + (Container as RadListViewDataGroupItem).AggregatesValues["Price"].ToString() %>'>
</asp:Label>
</asp:Panel>
</DataGroupTemplate>

my changes :
DataKeyNames="ID,NAME"

my question is :  how to use (Container as RadListViewDataGroupItem).DataGroupKey to specify each DataKeyNames ??
 
Eyup
Telerik team
 answered on 10 Mar 2014
3 answers
86 views
I have a radtextbox with width 200px and i am having another button on which i am showing a radwindow , when i clicking on button radwindow appears but the text in textbox hides ,but when i click on textbox it shows the data .I dont want this to happen.



Any solutions.Please Suggest.
Angel Petrov
Telerik team
 answered on 10 Mar 2014
2 answers
279 views
Hi,

The keyboard command (Ctrl+V) for 'paste' does not work in Internet Explorer 11.
And neither do any of the paste tools from the editor toolbar.

And the keyboard command Ctrl+X for 'cut' works correctly, but Ctrl+C for 'copy' does nothing. 
And the Cut/Copy tools in the toolbar don't work either. 

This is reproducable in the editor demo at http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

What's wrong?

Best regards, Marja
Marja
Top achievements
Rank 1
 answered on 10 Mar 2014
3 answers
53 views
Hello

We are working on adding images to a RadLighbox.  The images are all related to a single service ticket, but each note has it's own images directory.  

We are adding the images by looking through the images located and adding them.

 foreach (FileInfo image in images)
 {
        lightBoxItem = new RadLightBoxItem();
        lightBoxItem.ImageUrl = String.Format("{0}/{1}", pixPath, image.Name);
        lightBoxItem.Title = image.Name;
        RadLightBox1.Items.Add(lightBoxItem);                       
 }

Now, in the databind of the notes grid, we have thumnails for each image.  We wrap a hyperlink around each thumnail and wire it up to the image in the lightbox to be opened by a js call  (i = the index of the image


 HyperLink hlnkImage = new HyperLink();
                                    hlnkImage.ID = "hlnkImage" + i.ToString();
                                    hlnkImage.SkinID = "hlnkImage";
                                    hlnkImage.ImageUrl = String.Format("{0}/Thumbnails/{1}", pixPath, image.Name);
                                    hlnkImage.ToolTip = image.Name;
                                    hlnkImage.Attributes.Add("onclick", String.Format("OpenRadLigthBox('{0}'); return false", i));

                                    divImageContainer.Controls.Add(hlnkImage);
                                    divInner.Controls.Add(divImageContainer);
                                    divOuter.Controls.Add(divInner);

This all works as expected EXCEPT.  If we click on the hyperlink that corresponds to the first image (index 0), the image opens in the lightbox, but when we try to page, it errors out and the lightbox is then frozen.  If we open any other image first, all works well, even the first image after paging to it.
Here is the js error

0x800a138f - JavaScript runtime error: Unable to get property '_get_hasTemplate' of undefined or null reference

Lastly here is the declarative ligthbox in the ascx page

<telerik:RadLightBox ID="RadLightBox1" runat="server" Modal="true" AppendDataBoundItems="true" RenderMode="Lightweight" LoopItems="true">
    <ClientSettings AllowKeyboardNavigation="true" NavigationMode="Button" ShowItemsCounter="false">
        <AnimationSettings HideAnimation="Resize" NextAnimation="Resize" PrevAnimation="Resize" ShowAnimation="Resize" />
    </ClientSettings>
</telerik:RadLightBox>
Daniel
Top achievements
Rank 1
 answered on 10 Mar 2014
1 answer
57 views
Hello,

I have noticed that in IE9 there is a cell rendering issue for some scenarios. I have attached an image with the mentioned.

Note :

1) Use OLAP connection with pivot grid.
2) create a selection which has only one row grouping and aggregation.
3) Row grouped field attribute must have long text.
4) vertical scrolls should appear in the specified scenario.
5) Scroll down in the grid to see the issue.

Regards,
Yohan
Vasil
Telerik team
 answered on 10 Mar 2014
2 answers
158 views
Hi,

I am trying to hide the header text of a column but I cannot do it. I am using the auto create of gridview columns:

     <Columns>
                <telerik:GridBoundColumn DataField="Description" HeaderText="Description" />
                <telerik:GridBoundColumn DataField="Quantity" HeaderText="Quantity"  />
                <telerik:GridBoundColumn DataField="UnitPrice" HeaderText="UnitPrice"  />
               </telerik:GridBoundColumn>

I would like to hide the label of Unit Price in insert mode. I managed to hide the column in insert mode using the following code:
               
    GridEditableItem totalItem = e.Item as GridEditableItem;
                    TextBox totalTextBox = vatItem["UnitPrice"].Controls[0] as TextBox;
                    totalTextBox.Visible = false;

How can I hide the label of UnitPrice? I tried the following:

grvDetails.MasterTableView.GetColumn("Discount").EditFormHeaderTextFormat = "";

without any success....Any suggestions?
leo
Top achievements
Rank 1
 answered on 10 Mar 2014
1 answer
99 views
ASP.NET SiteMapDataSource requires to have a root node to define the navigation structure. If bind to radTreeView as is (e.g. to render a side menu) it will render the root menu item and then all other items as children. See http://demos.telerik.com/aspnet-ajax/treeview/examples/programming/declarativedatasources/defaultcs.aspx

I wonder how to skip the root item and display everything from the level 1 to have multiple top-level nodes?
Shinu
Top achievements
Rank 2
 answered on 10 Mar 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?