Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
146 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
82 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
131 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
136 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
251 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
225 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
199 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
82 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
1 answer
115 views
Hi,

We want to implement the screen reader functionality in our site.
We have enabled the keyboardnavigation and accessibility features of Telerik for same. However, microsoft narrator do not work for grid bound columns, also tab indexes are not working for grid bound columns.

We are using "2011.1.519.35" version of telrik controls.

Let us know the solution to fix the above issue asap.

Thanks!!
Marin
Telerik team
 answered on 16 Sep 2013
1 answer
208 views
Hi guys.

I'm facing some problem with a GridAttachmentColumn in a Radgrid, the grid is created as follows:
<telerik:RadGrid ID="RadGrid5" runat="server" Width="737px" 
               AutoGenerateColumns="False" CellSpacing="0" GridLines="None"
               oninsertcommand="RadGrid5_InsertCommand" AllowPaging="True"
               Culture="es-MX" onneeddatasource="RadGrid5_NeedDataSource"
               onitemdatabound="RadGrid5_ItemDataBound1"
               onitemcreated="RadGrid5_ItemCreated">
                
<MasterTableView NoMasterRecordsText="No hay registros para mostrar" CommandItemDisplay="Top" EditMode="EditForms" DataKeyNames="fiIdDocumento">
<CommandItemSettings ExportToPdfText="Export to PDF"></CommandItemSettings>
 
<RowIndicatorColumn Visible="True" FilterControlAltText="Filter RowIndicator column">
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
 
<ExpandCollapseColumn Visible="True" FilterControlAltText="Filter ExpandColumn column">
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
 
    <Columns>
         
        <telerik:GridBoundColumn FilterControlAltText="Filter column1 column"
            HeaderText="Consecutivo documento" ReadOnly="true" UniqueName="column1" DataField="fiIdDocumento">
        </telerik:GridBoundColumn>
        
        <telerik:GridDropDownColumn FilterControlAltText="Filter column2 column" HeaderText="Tipo de Documento" DataField="fiIdTipoDocto"
            UniqueName="columnTpo">
        </telerik:GridDropDownColumn>
         <telerik:GridNumericColumn FilterControlAltText="Filter column2 column" HeaderText="Número de Escritura" DataField="fiNumEscritura"
            UniqueName="columnNumEscritura" DataType="System.Int32" >
        </telerik:GridNumericColumn>
     
        <telerik:GridDateTimeColumn FilterControlAltText="Filter column4 column"  HeaderText="Fecha de Escritura" DataField="fdFechaEscritura"
            UniqueName="column4" DataFormatString="{0:d}">
        </telerik:GridDateTimeColumn>
 
               <telerik:GridNumericColumn FilterControlAltText="Filter column2 column" HeaderText="Número de Escritura" DataField="fiNumActa"
            UniqueName="columnNumAct" DataType="System.Int32" >
        </telerik:GridNumericColumn>
 
               <telerik:GridNumericColumn FilterControlAltText="Filter column2 column" HeaderText="Número de Notaría" DataField="fiNumNotaria"
            UniqueName="columnNumNot" Visible="True">
        </telerik:GridNumericColumn>
 
               <telerik:GridBoundColumn FilterControlAltText="Filter column2 column" HeaderText="Notario" DataField="fcNomNotario"
            UniqueName="columnNomNot">
        </telerik:GridBoundColumn>
         
         
 
 
               <telerik:GridDropDownColumn FilterControlAltText="Filter column2 column" HeaderText="Estado" DataField="fiIdCdNotaria"
            UniqueName="columnCdNot" Display="True">
        </telerik:GridDropDownColumn>
 
               <telerik:GridNumericColumn FilterControlAltText="Filter column2 column" HeaderText="Número Registro Público" DataField="fiNumAltaRegPub"
            UniqueName="columnNumRP" DataType="System.Int32" >
        </telerik:GridNumericColumn>
 
             <telerik:GridDateTimeColumn FilterControlAltText="Filter column4 column"  HeaderText="Fecha de Alta Registro Público" DataField="fdFechaAltaRegPub"
            UniqueName="columnFchRegPub" DataFormatString="{0:d}">
        </telerik:GridDateTimeColumn>
      <telerik:GridAttachmentColumn FileName="attachment"
                                FilterControlAltText="Filter column5 column" UniqueName="dfdsf"
                                  AttachmentDataField="fcUrlModActConst"
                        AttachmentKeyFields="fcUrlModActConst"
                        FileNameTextField="fcUrlModActConst"
                        DataTextField="fcUrlModActConst"
                                HeaderText="DOC. DIGITALIZADO" ButtonType="ImageButton"
                                ImageUrl="~/img/1338992378_folder.png">
                                <HeaderStyle Width="110px" />
                                <ItemStyle HorizontalAlign="Center" Width="110px" />
                            </telerik:GridAttachmentColumn>
    </Columns>
     <CommandItemSettings AddNewRecordText="Agregar elemento al catálogo" RefreshText="" />
      <EditFormSettings ColumnNumber="3" CaptionFormatString="Modificar la información de la Función: {0}"
                                          CaptionDataField="fiIdDocumento">
                            <FormTableItemStyle Wrap="False"></FormTableItemStyle>
                            <FormMainTableStyle GridLines="None" CellSpacing="0" CellPadding="2" Height="60px"
                                                Width="100%" />
                            <FormTableStyle GridLines="Horizontal" CellSpacing="0" CellPadding="2" Height="50px"
                                            Width="100%" />
                                             
                      
                            <FormStyle Width="100%" BackColor="#ebebeb"></FormStyle>
                            <EditColumn ButtonType="ImageButton" InsertText="Guardar" UpdateText="Actualizar"
                                        UniqueName="EditCommandColumn1" CancelText="Cancelar">
                            </EditColumn>
                            <FormTableButtonRowStyle HorizontalAlign="Right" BorderStyle="Solid" Font-Bold="True"
                                                     Font-Size="Medium" BorderColor="Black"></FormTableButtonRowStyle>
                        </EditFormSettings>
</MasterTableView>
 
<FilterMenu EnableImageSprites="False"></FilterMenu>
           </telerik:RadGrid>

What I'm trying to do is insert the data in  RadGrid5_InsertCommand but when I try to get the files of radupload control I get no files,
I tried getting the radupload as follows:

           RadUpload upload = (gridEditedItem.EditManager.GetColumnEditor("columna") as GridAttachmentColumnEditor).RadUploadControl;
 
RadUpload upload = (RadUpload)gridEditedItem["columna"].Controls[0];
  In both cases the property InitialFileInputsCount  of upload is equals to 1, but when I try to save upload.UploadedFiles is equals to 0
This is how I try to save  the file
foreach (UploadedFile file in upload.UploadedFiles)
      {
 
          var fileName = idSol + "-" + file.GetName().ToLower();
 
 
          file.SaveAs((@"\\dscvault\doctosAsocCiviles\" + fileName));
 
          urlArchivo = "/doctosAsocCiviles/" + fileName;
 
 
      }
 I can't understand why the uploadedFiles is equals to 0.

Hope your Help.

Best Regards.
Cristian.
Jayesh Goyani
Top achievements
Rank 2
 answered on 16 Sep 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?