Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
87 views
I'm really enjoying the simple and efficient use of the RadScheduler!

But when using the "Export to PDF" method, I'm facing some issues I hope can be solved in some way.

First of all - since I'm developing solutions in Denmark, I have localized the text to be danish, but when exporting these texts are overwritten by the default English texts.

Second, no matter what I set of properties - the width of the scheduler-image exported never changes, which results in "lesser visible area" and a horizontal scrollbar.
Alexander
Top achievements
Rank 1
 answered on 11 Dec 2012
5 answers
147 views
Hi,

I am dynamically creating radButton and Setting ButtonToggleType is radio and then Adding to the Pannel.But the problem is radButton is not showing like a radio button but shown as a normal button. Kindly look at my code and attachment and advise me to rectify the issue. Thanks in advance.

John.

For Each objChannel As TranChannel In _alChannels
              Dim RadButton1 As New RadButton()
              RadButton1.ID = objChannel.TranChannelCode
              RadButton1.Text = objChannel.Description
              RadButton1.Width = "100"
              RadButton1.ToggleType = ButtonToggleType.Radio
              RadButton1.ButtonType = RadButtonType.StandardButton
              RadButton1.GroupName = "StandardButton"
              Dim RadButtonToglle As New RadButtonToggleState()
              RadButtonToglle.Text = objChannel.Description
              RadButtonToglle.PressedCssClass = "rbToggleRadioChecked"
              RadButton1.ToggleStates.Add(RadButtonToglle)
              Dim RadButtonToglle1 As New RadButtonToggleState()
              RadButtonToglle1.Text = objChannel.Description
              RadButtonToglle1.PressedCssClass = "rbToggleRadio"
              RadButton1.ToggleStates.Add(RadButtonToglle1)
              AddHandler RadButton1.Click, AddressOf RadButton1_Click
              pnlRadio.Controls.Add(RadButton1)
          Next
Kevin
Top achievements
Rank 2
 answered on 11 Dec 2012
1 answer
34 views
Hi,
Below is the code for the radcombo box. After putting this code in aspx page it will take more than 200ms for loading the page.Is there any issue with the code. This combobox is not binding at all, i am planing to bind this combobox on page load.Can you please help me?
  <telerik:RadComboBox ID="ddlDishCategory" AllowCustomText="True" Width="320px" DataTextField="Dish_Category_Description"
                                                    DropDownWidth="320px" runat="server" AutoPostBack="false" CssClass="ddlist" Height="200px"
                                                    TabIndex="1" EnableLoadOnDemand="True" EnableScreenBoundaryDetection="false"
                                                    DataValueField="Dish_Category_Id" HighlightTemplatedItems="True" EmptyMessage="--Select Dish Category--">
                                                    <HeaderTemplate>
                                                        <table border="0" width="270px" cellspacing="0" cellpadding="0" style="color: Navy;
                                                            font-weight: bold;">
                                                            <tr>
                                                                <td>
                                                                    <table border="0" width="270px" cellspacing="0" cellpadding="0">
                                                                        <tr>
                                                                            <td style="width: 70px;" align="left">
                                                                                Code
                                                                            </td>
                                                                            <td style="width: 200px; border-left: Solid 1px Gray; padding-left: 2px;" align="left">
                                                                                Dish Category Description
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </HeaderTemplate>
                                                    <ItemTemplate>
                                                        <table border="0" width="270px" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td>
                                                                    <table border="0" width="270px" cellspacing="0" cellpadding="0">
                                                                        <tr>
                                                                            <td style="width: 70px;" align="left">
                                                                                <%# DataBinder.Eval(Container.DataItem, "Dish_Category_Code")%>
                                                                            </td>
                                                                            <td style="width: 200px; border-left: Solid 1px Gray; padding-left: 2px;" align="left">
                                                                                <%# DataBinder.Eval(Container.DataItem, "Dish_Category_Description")%>
                                                                            </td>
                                                                        </tr>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </ItemTemplate
                                                </telerik:RadComboBox>
Dimitar Terziev
Telerik team
 answered on 11 Dec 2012
1 answer
155 views
Hi Team,

I m using a RAD Grid control. I have also bound images to the grid from a SharePoint site.
This RAD Grid control is added to a visual web part.

The binding is working fine.

When I tried to export the grid to excel, the grid exports the images.
But, when I copy the excel file to a different location and open the file, the images are not visible.

I want that the images should be embedded. Even if the user opens in different location, the images should remain in the file.
Any help is appreciated.

Kinly help if anyone has worked on it.

Regards,
Riya Menghani.
Kostadin
Telerik team
 answered on 11 Dec 2012
7 answers
158 views
Hi,
I would like to modify the Reminder template/add more controls to it.  How can I modify(add/remove controls)  reminder template?


Thanks,
Prava
Boyan Dimitrov
Telerik team
 answered on 11 Dec 2012
2 answers
43 views
<telerik:RadGrid ID="rgCTProcessing" runat="server" OnNeedDataSource="rgCTProcessing_NeedDataSource"
           CellSpacing="0" GridLines="None" OnDetailTableDataBind="rgCTProcessing_DetailTableDataBind"
           OnItemCommand="rgCTProcessing_ItemCommand" OnUpdateCommand="rgCTProcessing_UpdateCommand"
           OnItemDataBound="rgCTProcessing_ItemDataBound" OnItemCreated="rgCTProcessing_ItemCreated">
           <MasterTableView AutoGenerateColumns="False" HierarchyDefaultExpanded="true" EditMode="InPlace"
               Name="Master" HierarchyLoadMode="Client" DataKeyNames="AuditCustomerId,ProcessId,CustConfigId,SiteID">
               <DetailTables >
                   <telerik:GridTableView runat="server" AutoGenerateColumns="false" Name="Detail1" Width="100%"
                       DataMember="Detail1">
                       <CommandItemSettings ExportToPdfText="Export to PDF" />
                       <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
                           <HeaderStyle Width="20px" />
                       </RowIndicatorColumn>
                       <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column">
                           <HeaderStyle Width="20px" />
                       </ExpandCollapseColumn>
                       <Columns>
                           <telerik:GridBoundColumn DataField="FileName" FilterControlAltText="Filter FileName column"
                               HeaderText="FileName" UniqueName="FileName">
                           </telerik:GridBoundColumn>
                           <telerik:GridBoundColumn DataField="TimeReceived" FilterControlAltText="Filter TimeReceived column"
                               HeaderText="TimeReceived" UniqueName="TimeReceived">
                           </telerik:GridBoundColumn>
                           <telerik:GridBoundColumn DataField="ExpiredDate" FilterControlAltText="Filter ExpiredDate column"
                               HeaderText="ExpiredDate" UniqueName="ExpiredDate" DataFormatString="{0:d}">
                           </telerik:GridBoundColumn>
                           <telerik:GridBoundColumn DataField="SiteProcessType" FilterControlAltText="Filter ProcessType column"
                               HeaderText="ProcessType" UniqueName="SiteProcessType">
                           </telerik:GridBoundColumn>
                      
                           <telerik:GridTemplateColumn HeaderText="" HeaderStyle-Width="120px" UniqueName="ViewSample"
                               AllowFiltering="false">
                               <ItemTemplate>
                                   <telerik:RadButton ID="rbViewFileSpecs" runat="server" Text="View File Specs" OnClick="rbFileSpecs_Click">
                                   </telerik:RadButton>
                               </ItemTemplate>
                           </telerik:GridTemplateColumn>
                           <telerik:GridTemplateColumn HeaderText="" HeaderStyle-Width="120px" UniqueName="ViewSample"
                               AllowFiltering="false">
                               <ItemTemplate>
                                   <telerik:RadButton ID="rbViewSample" runat="server" Text="View Sample" OnClick="rbViewSample_Click">
                                   </telerik:RadButton>
                               </ItemTemplate>
                           </telerik:GridTemplateColumn>
                           <telerik:GridBoundColumn DataField="PageID" FilterControlAltText="Filter PageID column"
                               ReadOnly="false" HeaderText="PageID" UniqueName="PageID" Visible="false">
                           </telerik:GridBoundColumn>
                           <telerik:GridBoundColumn DataField="ObjID" FilterControlAltText="Filter ObjID column"
                               ReadOnly="false" HeaderText="ObjID" UniqueName="ObjID" Visible="false">
                           </telerik:GridBoundColumn>
                           <telerik:GridBoundColumn DataField="IsZipped" FilterControlAltText="Filter IsZipped column"
                               ReadOnly="false" HeaderText="IsZipped" UniqueName="IsZipped" Visible="false">
                           </telerik:GridBoundColumn>
                           <telerik:GridBoundColumn DataField="Designator" FilterControlAltText="Filter Designator column"
                               ReadOnly="false" HeaderText="Designator" UniqueName="Designator" Visible="false">
                           </telerik:GridBoundColumn>
                   
                       </Columns>
                       <EditFormSettings>
                           <EditColumn FilterControlAltText="Filter EditCommandColumn column">
                           </EditColumn>
                       </EditFormSettings>
                   </telerik:GridTableView>
               </DetailTables>
               <CommandItemSettings ExportToPdfText="Export to PDF"></CommandItemSettings>
               <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
                   <HeaderStyle Width="20px"></HeaderStyle>
               </RowIndicatorColumn>
               <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column" Visible="True">
                   <HeaderStyle Width="20px"></HeaderStyle>
               </ExpandCollapseColumn>
               <Columns>
                   <telerik:GridBoundColumn DataField="ProcessName" FilterControlAltText="Filter ProcessName column"
                       HeaderText="ProcessName" UniqueName="ProcessName" ReadOnly="true">
                   </telerik:GridBoundColumn>
                   <telerik:GridBoundColumn DataField="LastSuccessfulProcessDateTime" FilterControlAltText="Filter LastSuccessfulProcessDateTime column"
                       HeaderText="LastSuccessfulProcessDateTime" UniqueName="LastSuccessfulProcessDateTime"
                       ReadOnly="true">
                   </telerik:GridBoundColumn>
                   <telerik:GridBoundColumn DataField="InstalledDate" FilterControlAltText="Filter InstalledDate column"
                       ReadOnly="true" HeaderText="InstalledDate" UniqueName="InstalledDate">
                   </telerik:GridBoundColumn>
                   <telerik:GridDateTimeColumn DataField="ExpiredDate" FilterControlAltText="Filter ExpiredDate column"
                       HeaderText="ExpiredDate" UniqueName="ExpiredDate" DataType="System.DateTime"
                       PickerType="DatePicker" DataFormatString="{0:d}">
                   </telerik:GridDateTimeColumn>
                   <telerik:GridEditCommandColumn UniqueName="ExpireDateEditBtn" FilterControlAltText="Filter EditCommandColumn column"
                       ButtonType="ImageButton">
                   </telerik:GridEditCommandColumn>
                   <telerik:GridBoundColumn DataField="Status" FilterControlAltText="Filter Status column"
                       ReadOnly="true" HeaderText="Status" UniqueName="Status">
                   </telerik:GridBoundColumn>
             
                   <telerik:GridTemplateColumn HeaderText="" UniqueName="View Notifications Sent"
                       AllowFiltering="false">
                       <ItemTemplate>
                           <telerik:RadButton ID="rbVieNotiSent" runat="server" Text="View Notifications Sent"
                               OnClick="rbVieNotiSent_Click">
                           </telerik:RadButton>
                       </ItemTemplate>
                   </telerik:GridTemplateColumn>
                   <telerik:GridBoundColumn DataField="Designator" FilterControlAltText="Filter Designator column"
                       ReadOnly="true" HeaderText="Designator" UniqueName="Designator" Visible="false">
                   </telerik:GridBoundColumn>
                   <telerik:GridBoundColumn DataField="AuditCustomerID" FilterControlAltText="Filter AuditCustomerID column"
                       ReadOnly="true" HeaderText="AuditCustomerID" UniqueName="AuditCustomerID" Visible="false">
                   </telerik:GridBoundColumn>
                   <telerik:GridBoundColumn DataField="ProcessId" FilterControlAltText="Filter ProcessId column"
                       ReadOnly="true" HeaderText="ProcessId" UniqueName="ProcessId" Visible="false">
                   </telerik:GridBoundColumn>
                   <telerik:GridButtonColumn DataTextField="ProgramId" FilterControlAltText="Filter ProgramId column"
                       HeaderText="ProgramId" UniqueName="ProgramId" Visible="false">
                   </telerik:GridButtonColumn>
                   <telerik:GridBoundColumn DataField="PageID" FilterControlAltText="Filter PageID column"
                       ReadOnly="true" HeaderText="PageID" UniqueName="PageID" Visible="false">
                   </telerik:GridBoundColumn>
                   <telerik:GridBoundColumn FilterControlAltText="Filter CustConfigId column" DataField="CustConfigId"
                       ReadOnly="true" HeaderText="CustConfigId" UniqueName="CustConfigId" Visible="false">
                   </telerik:GridBoundColumn>
                   <telerik:GridBoundColumn FilterControlAltText="Filter SiteNum column" DataField="SiteID"
                       ReadOnly="true" HeaderText="SiteID" UniqueName="SiteID" Visible="false">
                   </telerik:GridBoundColumn>
               </Columns>
               <EditFormSettings>
                   <EditColumn FilterControlAltText="Filter EditCommandColumn column">
                   </EditColumn>
               </EditFormSettings>
           </MasterTableView>
           <FilterMenu EnableImageSprites="False">
           </FilterMenu>
           <HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Default">
           </HeaderContextMenu>
       </telerik:RadGrid>
when use IE 8 but have compability view checked as Yes, when mouse pointing to "View Notification Sent" button on the master table , the "View Sample" button and "View File Spec" button on the detail table disappears . This works fine use IE 8 but leave compatibility off, as long as have browser comability on, the button on the detail table disappears when mouse pointing to "View Notification Sent" button . If the template bounds to a regular button instead of radbutton, no issue.

Please help!!!
JJ
Top achievements
Rank 1
 answered on 11 Dec 2012
1 answer
64 views
When I applied Skin="metro" , the arrows between Listbox crashed! (I attached image)

How I can Fix this?

i'm using this version Telerik.Web.UI_2012_2_724_Dev_hotfix

regards
Nencho
Telerik team
 answered on 11 Dec 2012
6 answers
210 views
Is there a way to control the row height in the weekly view of the scheduler?  I know you can control the number of minutes per row, and the time label row span, but if I am going to use this control in my application, I need to be able to shrink the size of the rows.

Is this possible?  I havent seen it in any of the examples.

Thank you.
Boyan Dimitrov
Telerik team
 answered on 11 Dec 2012
4 answers
72 views
1. Is it possible to have labels below each column like in this fashion. I looked at the example here, but I want a label each column. Each column is a different datafield that only occurs once, like in the example I linked. 

2. Is it possible to make the line on a line series thicker? 
DuelingCats
Top achievements
Rank 2
 answered on 11 Dec 2012
2 answers
56 views
I've just been reading about the RadGrid AllowKeyboardNavigation property and trying it out.

Given the nature of most programs, I think it safe to say that most people navigate with a combination of keys and mouse clicks.

I'm testing a RadGrid in which key navigation is enabled, and which has a standard template popup editing arrangement.  

Given such a set up, I'm a little confused.  If I open a record for editing through the keyboard I can close the popup with the Esc key.

If I open the record with a mouse click on the Edit column link, the Esc key has no effect.

I find this a bit inconsistent.   

What would be the best way to insure the Esc key always closes the popup?
Boris
Top achievements
Rank 1
 answered on 11 Dec 2012
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
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
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?