Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
308 views
We have hundreds of instances of Radtextboxes in our solution with rows and columns defined for our multiline textboxes.  It seems now that columns is no longer honored.  I just upgraded to the latest version and have noticed this.  My previous version was 2011.3.1305.35, so I was a few versions behind.  Has something changed between now and then where I can't use the columns property now?
Galin
Telerik team
 answered on 14 Aug 2012
1 answer
73 views
This happens on your demo too, setting NewLineMode to anything but "Br" and typing a couple of lines will disable the FontName dropdown. For example

Abc
Abc

After the second line the FontName dropdown becomes disabled. This does not happen on NewLineMode="Br", or on IE or Chrome in any mode.
Rumen
Telerik team
 answered on 14 Aug 2012
1 answer
76 views

 

 

 

<telerik:RadUpload ID="RadUpload1">

 

 

 

 

 

<Localization Select="Browse" />

 

 

 

 

</telerik:RadUpload>

how can we get mousehover on the browse buttton.

 

Kalina
Telerik team
 answered on 14 Aug 2012
3 answers
335 views

My requirement is to show the tool tip at slider always, it should never disappear from the Slider control.

I need the similar tooltip given in below image


Marin Bratanov
Telerik team
 answered on 14 Aug 2012
8 answers
198 views
Hi!

Here is the problem: I have a radgrid with detailtable(partners and contracts).
I want to edit a contract using Editform. Every time something causes a pageload(fe: click a button on the edit form) all the contracts of the partner disappear. The edit form disappears too. There is no message like "No child records to display", all I can see is an empty row.
 The Page_Load method contains the calling of the databind method of the grid.

I think this is a common and simple problem, so I wont copy my code here.
Sorry for my bad English.

Gábor
Top achievements
Rank 1
 answered on 14 Aug 2012
3 answers
223 views
I have a warehouse application that receives input from a scanner to a Rad Numberic Textbox. The issue I'm having is if the user scans a string like 'GEB34HT3' into the numeric textbox, it will pull the number 343 out of that. This can also be accomplished by copying and pasting into a numeric text box also. Does Rad have any built in controls to avoid this? Thanks,

- Justin 
Evgeniy
Top achievements
Rank 1
 answered on 14 Aug 2012
6 answers
124 views
Good afternoon!  I have a question regarding exporting a grid to PDF...

Is there any way to format the PageTitle?  I would like to show the report title on one line, and then on the second line show the current date and time followed by some empty space and then the user's name.  I've tried using string.format to plug values into an HTML string but it seemed to just ignore my HTML.  I didn't get any errors...just not the desired results either. :^(

Thanks!
Daniel
Telerik team
 answered on 14 Aug 2012
1 answer
59 views
hi
Can we modify the scheduler like this. in PrevDay/NextDay

See the attachmnet
Ivana
Telerik team
 answered on 14 Aug 2012
4 answers
614 views
I have a RadGrid deployed and I am adding in the Export to Excel capability.

Works fine except for one problem.

Previously I had to create a column of type GridButtonColumnWithFilteringSorting as per one of your other support threads and that worked fine for the purpose it was intended.

Now the problem I face is that the column of type GridButtonColumnWithFilteringSorting does not appear in the Excel export file.  The column is present and the header shows up but all of the data is blank.

Thanks for any help.
Shinu
Top achievements
Rank 2
 answered on 14 Aug 2012
0 answers
90 views
Hello,
Below is my code I am using and getting this error
TypeError: uploadbutton is null 

This code is placed in a rad window.



<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All" />
<div style="margin-left: 5px">
    <telerik:RadAjaxPanel runat="server" ID="RadAjaxPanel1" HorizontalAlign="NotSet">
        <asp:HiddenField ID="hfGalleryID" runat="server" Value="0" />
        <asp:HiddenField ID="hfContentItemID" runat="server" Value="0" />
        <telerik:RadDockZone ID="RadDockZone1" runat="server" Style="border: 0px; width: 98%;">
            <ModuleControls:ConfigurationDockHeader ID="GalleryEditConfigurationArea" runat="server" Title="ManageBase Gallery" DockMode="Docked"
                Collapsed="True" DefaultCommands="ExpandCollapse" EnableRoundedCorners="true" EnableAnimation="True" Index="0" Tag=""
                Width="">
                <Commands>
                    <telerik:DockExpandCollapseCommand />
                    <telerik:DockToggleCommand AutoPostBack="true" Text="" Name="CommandSaveGallery" />
                </Commands>
                <ContentTemplate>
                    <table border="0" cellpadding="2" cellspacing="1" width="100%">
                        <tr>
                            <td>
                                <asp:Literal ID="ltrSelectGallery" runat="server" Text="Administrera"></asp:Literal>
                            </td>
                            <td>
                                <asp:Literal ID="ltrGalleryName" runat="server" Text="Gallery-namn"></asp:Literal>
                            </td>
                            <td>
                                <asp:Literal ID="ltrGallerystill" runat="server" Text="Gallery still"></asp:Literal>
                            </td>
                            <td>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <GalleryControl:ImageGalleryDropDown ID="ddlImageGallerys" runat="server" EmptyMessage="Välj Galleri" AutoPostBack="True">
                                </GalleryControl:ImageGalleryDropDown>
                            </td>
                            <td>
                                <telerik:RadTextBox runat="server" ID="txtGalleryName" Columns="23" Skin="">
                                </telerik:RadTextBox>
                            </td>
                            <td>
                                <GalleryControl:GelleryViewTypeDropDown ID="ddlGalleryPreviewType" runat="server" EmptyMessage="Välj still" AutoPostBack="True">
                                </GalleryControl:GelleryViewTypeDropDown>
                            </td>
                            <td>
                                <telerik:RadButton ID="btnUpdateGallery" CssClass="glUpdateGalleryStrip" Text="" runat="server">
                                    <Image EnableImageButton="true" IsBackgroundImage="true" />
                                </telerik:RadButton>
                            </td>
                            <td>
                                <telerik:RadButton ID="btnDeleteGallery" runat="server" CssClass="glDelete" HoveredCssClass="glDeleteHover" Text="">
                                    <Image EnableImageButton="true" IsBackgroundImage="true" />
                                </telerik:RadButton>
                            </td>
                        </tr>
                        <tr>
                            <td>
                            </td>
                            <td>
                            </td>
                            <td>
                            </td>
                            <td colspan="2">
                                <telerik:RadButton ID="btnSaveGallery" runat="server" Text="Save new gallery">
                                </telerik:RadButton>
                            </td>
                        </tr>
                    </table>
                </ContentTemplate>
            </ModuleControls:ConfigurationDockHeader>
        </telerik:RadDockZone>
        <div style="margin-top: 10px;">
            <asp:Panel ID="pnlDisplayGalleryConfiguration" runat="server">
                <table>
                    <tr>
                        <td>
                            <telerik:RadComboBox ID="ddlThunmnailSize" runat="server" AutoPostBack="true">
                                <Items>
                                    <telerik:RadComboBoxItem Text="100 X 60" Value="100-60" Selected="true" />
                                    <telerik:RadComboBoxItem Text="110 X 70" Value="110-70" />
                                    <telerik:RadComboBoxItem Text="120 X 80" Value="120-80" />
                                    <telerik:RadComboBoxItem Text="140 X 90" Value="140-90" />
                                    <telerik:RadComboBoxItem Text="170 X 120" Value="170-120" />
                                </Items>
                            </telerik:RadComboBox>
                        </td>
                        <td>
                            <GalleryControl:FrameStyleDropDown ID="ddlBorder" runat="server" EmptyMessage="Välj inramning" AutoPostBack="True">
                            </GalleryControl:FrameStyleDropDown>
                        </td>
                        <td>
                            <telerik:RadComboBox ID="ddlEffect" runat="server" EmptyMessage="Välj effekt">
                            </telerik:RadComboBox>
                        </td>
                        <td>
                        </td>
                        <td>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            Visning bredd pixl
                        </td>
                        <td>
                            <telerik:RadNumericTextBox runat="server" ID="txtImagePixelSize" Columns="23" Width="80px" ShowSpinButtons="true" Skin=""
                                DataType="System.Int32" MaxLength="4" MaxValue="1000" MinValue="400" Value="600">
                                <NumberFormat AllowRounding="False" ZeroPattern="n" />
                            </telerik:RadNumericTextBox>
                        </td>
                        <td>
                            <telerik:RadButton ID="btnOpenUploadWindow" runat="server" Text="Upload images">
                            </telerik:RadButton>
                        </td>
                        <td>
                              
                        </td>
                        <td>
                        </td>
                    </tr>
                </table>
                <asp:Panel ID="pnlImageGalleryPreview" runat="server">
                    <uc1:GalleryViewSimple ID="GalleryViewSimple1" runat="server" Visible="true"  />
                </asp:Panel>
            </asp:Panel>
            <asp:Panel ID="pnlUploadImages" runat="server" Visible="false">
                <div style="text-align: right;">
                    <telerik:RadButton ID="btnBackFromUpload" runat="server" Text="Back">
                    </telerik:RadButton>
                </div>
                <telerik:RadProgressManager runat="server" ID="RadProgressManager1" />
                <telerik:RadAsyncUpload ID="upImages" runat="server" MultipleFileSelection="Automatic" AllowedFileExtensions=".jpg,.png,.img,.jpeg"
                    PostbackTriggers="btnUploadToServer" OnClientFilesUploaded="onClientFileUploaded">
                </telerik:RadAsyncUpload>
                <telerik:RadProgressArea runat="server" ID="RadProgressArea1">
                </telerik:RadProgressArea>
                <telerik:RadButton ID="btnUploadToServer" runat="server" Text="Upload" Enabled="false" AutoPostBack="false" OnClientClicked="updatePictureAndInfo">
                </telerik:RadButton>
            </asp:Panel>
        </div>
        <telerik:RadScriptBlock ID="cdb" runat="server">
            <script type="text/javascript">
                function onClientFileUploaded(sender, args) {
                    var uploadbutton = $find("<%=btnUploadToServer.ClientID %>");
                    uploadbutton.set_enabled(true);
                }
 
                function updatePictureAndInfo() {
                    var upload = $find("<%=upImages.ClientID %>");
 
                    if (upload.getUploadedFiles().length > 0) {
                        __doPostBack('btnUploadToServer', 'btnUploadToServerArgs');
                    }
                    else {
                        alert("Please select a picture.");
                    }
                }          
            </script>
        </telerik:RadScriptBlock>
    </telerik:RadAjaxPanel>
</div>

shadow
Top achievements
Rank 2
 asked on 14 Aug 2012
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?