Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
72 views
How to make the excel button export to xlsx extention instead of xls?

Also how to hide the filter when export excel?

Thanks!
Shinu
Top achievements
Rank 2
 answered on 29 Jun 2011
1 answer
88 views
Hi, I'm having an issue with the HideEvent attribute.  I have it set to ManualClose and everything seems to work fine until I click outside the tool tip.  When I click outside the tool tip, it disappears.  From my understanding, setting HideEvent="ManualClose" means that the only two conditions in which the tool tip closes is if A) the user clicks the close X in the top right or B) a new tool tip is opening.  I'm using version 2010.3.1317.35 of the controls.

Thanks,

Patrick Mallahan
Gimmik
Top achievements
Rank 1
 answered on 29 Jun 2011
1 answer
64 views
Hi,
I want to display selected date in raddatepicker as Month/Day/Year, currently it is Day/Month/Year. Thanks.
Gimmik
Top achievements
Rank 1
 answered on 28 Jun 2011
10 answers
429 views
Hi there,

We are using the Radeditor 5.5.0. And we are concern with the complexity of the Table styling properties for content editors. Some of clients are already complaining on the complexity. For example, in the past , "Set Table Border Use Case" (which is a common content editor use case) was easy by selecting a few icons such as show in the image below.

Previous Table Wizard

For now, users has to know how to select
  1. "Table Properties > Style Builder > Border > " and
  2. then overwhelmed with a so many text boxes and selection
  3. But this is only for the table border.......
  4. To enable the cells border -> we have to go to cell properties to do the same.

 

My feedback to telerik 
 
1. This is too overwhelming for a content editor just wanting to enable a Table Border for their tables. In the past, it was easy as choosing icons in the table properties.

2. Are there any documentation on this table style? It seem the help manual URL below is not updated with the right images.

http://www.telerik.com/help/aspnet-ajax/tablewizard.html

3. Will it be a better idea that Telerik provide a simple table properties wizard (eg: like the past editor) and let us configure between advance and simple table properties for our client content editor?

Brad Welch
Top achievements
Rank 1
 answered on 28 Jun 2011
2 answers
195 views
I have just move a grid from a page to a usercontrol. Since the scriptmanager is at the page level, I'm not sure how to reference it to run the following piece of code in my grid's PreRender:

for (int i = 0; i <= ShotDetail_RadGrid.MasterTableView.Items.Count - 1; i++) {
    Panel aspPanel = ShotDetail_RadGrid.MasterTableView.Items(i).ChildItem.FindControl("InnerContainer");
    RadGrid attachmentsGrid = aspPanel.FindControl("Attachments_RadGrid");
    RadScriptManager1.RegisterPostBackControl(attachmentsGrid); // Problem is here
}

I can't find it with Page.FindControl("RadScriptManager1")

Thanks!
Andy
Top achievements
Rank 2
 answered on 28 Jun 2011
1 answer
79 views
Hi,

it is possible to trigger the asynchronous loading of items in radRotator in client side javascript when a swipe occurs so that there is always 3 Images pre-loaded to the left or the right.

Example:

On first load : Image 0, 1 and 2 are loaded.

On moving right to image 1 ,  trigger the asynchronous retrieval of position 3

Please let me know how I can achieve this.

thanks,
Sharanya

Slav
Telerik team
 answered on 28 Jun 2011
1 answer
152 views
I'm creating my grid programmatically and wondering how I can add a custom button in addition to the export to Excel and CSV buttons already there. Here's a snippet of my code:

rgReport.MasterTableView.CommandItemSettings.ShowExportToCsvButton = (bool)resultsDT.Rows[0]["ShowExportToCsvButton"];
rgReport.MasterTableView.CommandItemSettings.ShowExportToExcelButton = (bool)resultsDT.Rows[0]["ShowExportToExcelButton"];
rgReport.MasterTableView.CommandItemSettings.ShowAddNewRecordButton = false;

Again, I want to add a custom button, but not sure how to go about doing that programmatically. I know I can use the CommandItemTemplate, but I'm not sure if I have to recreate the export functionality or if I can simply add another button to the already existing CommandItemSettings.

Any help would be appreciated.

Mark
Daniel
Telerik team
 answered on 28 Jun 2011
3 answers
270 views
I have a RadGrid that has a date column in it. I am trying to display the date in UK format, i.e. dd/MM/yyyy.  I have tried using DataFormatString="{0:dd/MM/yyyy}" in the data bound column, with no joy. If anyone could please point me in the right direction. I would much appreciate it. 



   <telerik:RadGrid ID="rgPhoneMessages" Width="100%" runat="server" GridLines="None" AllowPaging="false"
     PagerStyle-AlwaysVisible="false"  PagerStyle-Visible="false"   OnItemCommand="rgPhoneMessages_ItemCommand" 
       AllowSorting="True"    >
            <ClientSettings EnablePostBackOnRowClick="true"  Selecting-AllowRowSelect="true"  >
                <Scrolling AllowScroll="false" EnableVirtualScrollPaging="false" UseStaticHeaders="true"  SaveScrollPosition="true"></Scrolling>
            </ClientSettings>
 <MasterTableView AutoGenerateColumns="false"  DataKeyNames="ID">
    <Columns>
    <telerik:GridBoundColumn HeaderText="ID"  Visible="false"
      ItemStyle-Height="45px"  DataField="ID"  
      UniqueName= "ID" Display="True"></telerik:GridBoundColumn>
      <telerik:GridBoundColumn  DataField="Date" meta:ResourceKey="hdrDate" ItemStyle-Height="45px"
      UniqueName= "Date" Display="True" SortExpression="Date"  DataFormatString="{0:dd/MM/yyyy}" HtmlEncode="false" ></telerik:GridBoundColumn>
      <telerik:GridBoundColumn  DataField="Caller" meta:ResourceKey="hdrCaller" ItemStyle-Height="45px"
      UniqueName= "Caller" Display="True"></telerik:GridBoundColumn>
      <telerik:GridBoundColumn  DataField="Phone" meta:ResourceKey="hdrPhone" ItemStyle-Height="45px"
      UniqueName= "Phone" Display="False"></telerik:GridBoundColumn>
            <telerik:GridBoundColumn  DataField="Mode" meta:ResourceKey="hdrMode" ItemStyle-Height="45px"
      UniqueName= "Mode" Display="True"></telerik:GridBoundColumn>
    </Columns>
   </MasterTableView>    
   </telerik:RadGrid>
Marin
Telerik team
 answered on 28 Jun 2011
12 answers
400 views
Hi All,

I am using Telerik Rad Editor and facing an issue in bulleted number list font size. The bulleted numbers font size is not changing while change the font of size of text.

For example see the bulleted number font size is not matched with the text.
  1. line 1
  2. line 2
  3. line 3

Suggest me to solve this issue. Thanks in advance.

- BABU
Dobromir
Telerik team
 answered on 28 Jun 2011
1 answer
149 views
Hi

I have taken a RadMenu  and binded to web.sitemap. But In design we are getting a little extra design .

Here I am presenting the code:

<telerik:RadMenu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1"
         Font-Bold="True" Font-Size="X-Small" width="100%"
    enableroundedcorners="true" enableshadows="true" skin="Black" Flow="Horizontal" >
        <DataBindings>
            <telerik:RadMenuItemBinding DataMember="SiteMapNode" NavigateUrlField="Url" ToolTipField="description"  />
        </DataBindings>
    </telerik:RadMenu>
How can remove the improper design at the bottom. Please help in achieving this.

Thanking You
Kate
Telerik team
 answered on 28 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?