Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
111 views
Hi

I upgraded RadEditor to latest version [2013.1.403.35]. I am getting error in following properties. Please let me what is the new property names for new Editor version.

RadEditor.Editable= True
 RadEditor..SaveInFile = False
 RadEditor..ShowSubmitCancelButtons = False
 RadEditor..ShowHtmlMode = False
RadEditor..EnableTab = True
RadEditor.ShowPreviewMode = False
RadEditor.ToolsHeight = Unit.Percentage(100)
RadEditor.UseClassicDialogs = True
RadEditor.ToolbarMode = EditorToolbarMode.Default

Please let me know the corresponding properties for new version.




Rumen
Telerik team
 answered on 25 Nov 2013
1 answer
49 views

I am using RadEditor.xhtml in my code get format from Editor and Store in Database. I upgraded my app from .NET 1.1 to 3.5.

This is not working and getting following error.

Public member 'Xhtml' on type 'MyRichTextEditor' not found.

Please let me know how to fix this issue.
Rumen
Telerik team
 answered on 25 Nov 2013
4 answers
275 views
Hi,
Is it possible to show grid inside radgrid. The subgrid will show in other then 1st column say 4th or 5th column.

And one more thing can I add a tab right align and others are left align.

Please follow the attached screen shot of two requirement.

Thanks
Chandan
Eyup
Telerik team
 answered on 25 Nov 2013
1 answer
116 views
I am trying to test your social share using databind and i am having issues. My first example is a working example of what i currently use. I am trying to go away from it and use your social share.
==================================== CURRENT SETUP WORKING ====================================
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_16x16_style">
<a class="addthis_button_email"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_pinterest_pinit" <%="pi:pinit:layout"%>="horizontal" <%="pi:pinit:url"%>="<%# String.Format("http://www.amormemorials.com/Images/Products/{0}/Small/{1}/{2}.png", Eval("TypeEN"), Eval("Language"), Eval("ImageNumber").ToString())%>" <%="pi:pinit:media"%>="<%# String.Format("http://www.amormemorials.com/Images/Products/{0}/Small/{1}/{2}.png", Eval("TypeEN"), Eval("Language"), Eval("ImageNumber").ToString())%>"></a>

</div>
<script type="text/javascript">var addthis_config = { "data_track_addressbar": true };</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-528a29dd6c2933cf"></script>
<!-- AddThis Button END -->
=====================================================

Now i am trying your rad social share like this, and i am not able to get databinding to work.
=====================================NEW SETUP NOT WORKING ==========================================
<telerik:RadSocialShare ID="RadSocialShare1" runat="server" Skin="Windows7">
    <CompactButtons>
        <telerik:RadSocialButton SocialNetType="GoogleBookmarks" ToolTip="Share on GoogleBookmarks" />
    </CompactButtons>
    <MainButtons>
        <telerik:RadFacebookButton ButtonType="FacebookLike" />
         <telerik:RadPinterestButton ButtonType="PinIt" UrlToShare="<%# String.Format("http://www.amormemorials.com/Images/Products/{0}/Small/{1}/{2}.png", Eval("TypeEN"), Eval("Language"), Eval("ImageNumber").ToString())%>"
                         TitleToShare="<%# Eval("FullDescriptionEN") %>"
                         FromUrl="http://www.amormemorials.com" />
                    <telerik:RadPinterestButton ButtonType="Follow" UrlToShare="<%# String.Format("http://www.amormemorials.com/Images/Products/{0}/Small/{1}/{2}.png", Eval("TypeEN"), Eval("Language"), Eval("ImageNumber").ToString())%>" />
        <telerik:RadCompactButton ToolTip="Show more" />
    </MainButtons>
</telerik:RadSocialShare>

===================================================================
THANK YOU.



Even using <CompactButtons> i am not able to do databind.

<telerik:RadSocialShare ID="RadSocialShare1" runat="server" Skin="Windows7">
    <CompactButtons>
        <telerik:RadSocialButton SocialNetType="Pinterest" ToolTip="Share on Pinterest" UrlToShare="<%# String.Format("http://www.amormemorials.com/Images/Products/{0}/Small/{1}/{2}.png", Eval("TypeEN"), Eval("Language"), Eval("ImageNumber").ToString())%>" TitleToShare="title" />
    </CompactButtons>
</telerik:RadSocialShare>


Danail Vasilev
Telerik team
 answered on 25 Nov 2013
12 answers
270 views
When you scroll to the far right in the Wash Library, the columns no longer are fully aligned with their column headings. Refer to the attachment for a visual reference.
Venelin
Telerik team
 answered on 25 Nov 2013
5 answers
165 views
Hi All!

Can you please tell me what you would advise as the best way of displaying a large number of records (IE: a page size of 500 to 1000)? 

Also, are there ways to optimize large quantities (IE: a page size of 10 and over 2000 items)?

Thanks,
Mark
Princy
Top achievements
Rank 2
 answered on 25 Nov 2013
1 answer
119 views
I have rad grid, when I dynamically data bound to rad grid and if data bound return zero rows the grid column also not display... Actually I want to display column with single row contains "no record found" if data bound return zero record
Princy
Top achievements
Rank 2
 answered on 25 Nov 2013
2 answers
201 views
I have a RadGrid with CommandItemTemplate having Link button with CommandName ="Add". This button generates the ItemCommand event if the grid is showing records. When the grid is empty"No records to display", the ItemCommand is not firing. 

<telerik:RadGrid ID="rdgImpactTimeList" runat="server" AllowFilteringByColumn="false"
                                                        AllowPaging="True" AllowCustomPaging="true" BackColor="White" AllowSorting="True"
                                                        AutoGenerateColumns="true" Skin="MyCustomSkin" EnableEmbeddedSkins="false" ShowGroupPanel="True"
                                                        AllowMultiRowSelection="true" OnNeedDataSource="rdgImpactTimeList_NeedDataSource"
                                                        OnDeleteCommand="rdgImpactTimeList_DeleteCommand"
                                                        OnItemCommand="rdgImpactTimeList_ItemCommand" 
                                                     OnItemCreated="rdgImpactTimeList_ItemCreated"
                                                        OnLoad="rdgImpactTimeList_Load" 
                                                        Width="99.8%" Height="500px" PageSize="10"  EnableHeaderContextMenu="true">
                                                        <PagerStyle Mode="NextPrevAndNumeric" PrevPageToolTip="Previous" NextPagesToolTip="Next"
                                                            AlwaysVisible="true" />
                                                        <GroupingSettings CaseSensitive="false" ShowUnGroupButton="true" UnGroupButtonTooltip="Click here to ungroup" />
                                                        <MasterTableView Name="ImpactTimeList" ClientDataKeyNames="ImpactTimeID" DataKeyNames="ImpactTimeID" CommandItemDisplay="Top" AllowMultiColumnSorting="true"
                                                            Width="100%" ItemStyle-HorizontalAlign="Left" AlternatingItemStyle-HorizontalAlign="Left">
                                                            <FilterItemStyle HorizontalAlign="Left" />
                                                            <ItemStyle HorizontalAlign="Left" Height="10px"></ItemStyle>
                                                            <AlternatingItemStyle HorizontalAlign="Left"></AlternatingItemStyle>
                                                            <Columns>
                                                                <telerik:GridClientSelectColumn UniqueName="CheckboxSelectColumn" ItemStyle-HorizontalAlign="Left">
                                                                    <HeaderStyle Width="40px" />
                                                                </telerik:GridClientSelectColumn>
                                                                <telerik:GridEditCommandColumn EditImageUrl="~/images/telerik/Edit.gif" ButtonType="ImageButton"
                                                                    UniqueName="EditCommandColumn" ItemStyle-HorizontalAlign="Center">
                                                                    <HeaderStyle Width="40px" />
                                                                </telerik:GridEditCommandColumn>
                                                            </Columns>
                                                            <CommandItemTemplate>
                                                                <div style="padding: 5px 5px; text-align: left;">
                                                                    <span style="float: left;"><span id="spanAdd" runat="server" style="margin-left: 5px;
                                                                        margin-top: 5px; margin-bottom: 5px; margin-right: 10px;">
                                                                        <asp:LinkButton ID="btnInitInsert" runat="server" 
                                                                            CommandName="Add">
                                                                            <img id="imgAdd" runat="server" style="border: 0px; vertical-align: top;" alt=""
                                                                                src="~/images/telerik/AddRecord.png" />
                                                                            Add new
                                                                            </asp:LinkButton>
                                                                    </span><span style="margin-left: 5px; margin-top: 5px; margin-bottom: 5px; margin-right: 10px;">
                                                                        <asp:LinkButton ID="ToggleFiltering" runat="server" CausesValidation="false" CommandName="ToggleFiltering">
                                                                            <img id="imgToggle" runat="server" style="border: 0px; vertical-align: top;" alt=""
                                                                                src="~/images/telerik/search.png" />
                                                                            Filter</asp:LinkButton>
                                                                    </span><span style="margin-left: 5px; margin-top: 5px; margin-bottom: 5px; margin-right: 10px;">
                                                                        <asp:LinkButton ID="RemoveFilter" runat="server"  CausesValidation="false" CommandName="RemoveFilter">
                                                                            <img id="img1" runat="server" style="border: 0px; vertical-align: top;" alt="" src="~/images/telerik/filterdelete.png" />
                                                                            Remove Filter</asp:LinkButton>
                                                                    </span><span style="margin-left: 5px; margin-top: 5px; margin-bottom: 5px; margin-right: 10px;">
                                                                        <asp:LinkButton ID="btnRefresh" runat="server" CommandName="RebindGrid" CausesValidation="false">
                                                                            <img id="imgRefresh" runat="server" style="border: 0px; vertical-align: top;" alt=""
                                                                                src="~/images/telerik/Refresh.png" />
                                                                            Refresh</asp:LinkButton>
                                                                    </span></span>
                                                                </div>
                                                            </CommandItemTemplate>
                                                            <RowIndicatorColumn Visible="True">
                                                            </RowIndicatorColumn>
                                                        </MasterTableView>
                                                        <ClientSettings ColumnsReorderMethod="Reorder" AllowColumnsReorder="True" AllowKeyboardNavigation="true"
                                                            AllowAutoScrollOnDragDrop="true" ReorderColumnsOnClient="true" AllowDragToGroup="True"
                                                            EnableRowHoverStyle="true">
                                                            <Selecting AllowRowSelect="True" />
                                                            <ClientMessages DragToGroupOrReorder="Select All" />
                                                            <Selecting AllowRowSelect="True" />
                                                            <Resizing AllowColumnResize="true" EnableRealTimeResize="true" AllowRowResize="true"
                                                                ResizeGridOnColumnResize="true" ShowRowIndicatorColumn="false" />
                                                            <Scrolling AllowScroll="true" SaveScrollPosition="true" UseStaticHeaders="true">
                                                            </Scrolling>
                                                            <ClientEvents OnRowCreated="rdgImpactTimeList_RowCreated" OnRowSelected="rdgImpactTimeList_RowSelected"
                                                                OnRowDeselected="rdgImpactTimeList_RowDeselected" />
                                                        </ClientSettings>
                                                        <FilterMenu EnableEmbeddedSkins="false">
                                                        </FilterMenu>
                                                    </telerik:RadGrid>

Please help me get the add working.
Princy
Top achievements
Rank 2
 answered on 25 Nov 2013
7 answers
144 views

Hi Telerik Folk!

First of all, the cloud uploader is totally what we needed! Our web application is hosted as Microsoft's Windows Azure Website (WAWS), and having the file stream straight into blobage is critical since WAWS has only limited local disk space for "temp" storage of uploads.

Nicely done, and we really like the UI!

Two things on our wish list:

1) We have many storage accounts in Azure, each located in multiple places around the world. Also, each collection of files is stored in it's own "Collection". So we need to be able to change the storage location for each file being uploaded. I notice there is mention of this capability using the handler. Could you please provide a code example?

2) Right now we are encrypting files (using AES 256 bit) after they upload by copying the blob from where it landed, to it's final destination. This works fine with small files, but with large files this takes a long time to happen. Our wish is to encrypt the stream on the upload. I have code I can send you that is doing this. It's real easy. Also, it would be great to add three optional properties added:

* AES Encryption (bool)
* Bit option (int)
* InitializationVector (byte[])
* SymetricKey (byte[])

Thanks! And fantastic work!

-Eric

    
Ray
Top achievements
Rank 1
 answered on 23 Nov 2013
6 answers
144 views
Dear Telerik,
I know that Client-side Templates are applicable with ODataSource bind. What is the case with WCF binding ?

Thanks in advance
Tarek
Top achievements
Rank 1
 answered on 23 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?