Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
163 views
Dear Telerik,

We've been happily using your RadAjax controls from the 2011.2.712.35 build for the past 2 years, but this week it was time to upgrade the build version, mainly in our hope to deal with IE10 woes.  We're now running the 2013.1.403.35 build on our SharePoint components. The upgrade mainly went smooth, minus the calendar component.  None of the Ajax functionality is working.  I've setup a simple page to demonstrate the failure.  Is there anything that I need to make sure is present in my code?  Maybe you can suggest a place to start looking?... I'm running out of ideas.  Any help is appreciated!

broken calendar: http://2010test.corasworks.net/df/public/SitePages/calendar.aspx
working grid: http://2010test.corasworks.net/df/public/SitePages/grid.aspx
working tree view: http://2010test.corasworks.net/df/public/SitePages/tree%20view.aspx

Thank you,

Dasha.
Plamen
Telerik team
 answered on 10 May 2013
9 answers
1.2K+ views
Hi,
I would like to use row selection but don't want the row to be highlighted in any way - just use the GridClientSelectColumn checkbox to show the selection. How can I turn the highlighting off?
Clayton

Shinu
Top achievements
Rank 2
 answered on 10 May 2013
1 answer
253 views
for v2013.1.220.40

While using the RadEditor in Chrome, a zero width space (​) is inserted under some circumstances. For example, starting with a blank editor, if you click into the editor, change the font size, click back into the editor and type "test", a zwsp is inserted between the end of the font tag and "test". The problem is when the content is saved to the database, it is saved as a question mark, which is far from ideal. I do not experience this behavior in IE. 

Is there a way to prevent the insertion of the zwsp character?
Niko
Telerik team
 answered on 10 May 2013
3 answers
248 views
What I have is a linkbutton with a command name on myradgrid to call my radwindow.  So what I need to do is populate the checkbox list that sits in myradwindow on the click of this linkbutton, to populate the checkbox list and see if anything exists check the boxes if not check nothing.

Right now just trying to figure how I can get the checkboxes to populate.  After this I will need to pass a value to either populate the list with checkboxes or not depending if saved in DB.

<telerik:RadWindow ID="RadTeams" runat="server" Width="500px" Height="250px" Enabled="true" Modal="true" VisibleTitlebar="false" VisibleStatusbar="false" CssClass="CentTable">
           <ContentTemplate>
               <table class="CentTable">
                   <tr>
                       <td style="text-align:center">Please Pick Teams to Assign to Region</td>
                   </tr>
                   <tr>
                       <td style="height:5px" ></td>
                   </tr>
                   <tr>
                       <td>
                           <asp:CheckBoxList ID="cbTeams" runat="server" AutoPostBack="false" RepeatDirection="Horizontal" RepeatColumns="3" TextAlign="Right"></asp:CheckBoxList>
                       </td>
                   </tr>
                   <tr>
                       <td style="text-align:center">
                           <asp:LinkButton ID="lnkSubmit" runat="server" Text="Submit"></asp:LinkButton>
                                
                           <asp:LinkButton ID="lnkCancel" runat="server" Text="Cancel"></asp:LinkButton>
                       </td>
                   </tr>
               </table>
           </ContentTemplate>
       </telerik:RadWindow>



<telerik:GridTemplateColumn>
          <ItemTemplate>
                      <asp:LinkButton ID="lnkAssign" runat="server" CommandArgument='<%# Bind("strRegionCode")%>' Text="Assign Teams" CommandName="Assign" OnClientClick='<%# String.Format("addAdminWin({0}, {1}); return false;", Eval("intRegionID"), 2)%>'></asp:LinkButton>
              </ItemTemplate>
</telerik:GridTemplateColumn>
Marin Bratanov
Telerik team
 answered on 10 May 2013
1 answer
359 views
Hi
     I want to clear the content of RadTextBox when the user focuses on a textbox so that the user can write his/her name.
thanks
Savyo
Shinu
Top achievements
Rank 2
 answered on 10 May 2013
1 answer
124 views
I have an enquiry form that I want to place in a popup window accessed from a link on my main page.  If a user has popups disabled this should stop the window from opening.  How can I detect if the window cant be opened and divert the user to a different page ?
Marin Bratanov
Telerik team
 answered on 10 May 2013
1 answer
487 views
Dear All,

I have page1.aspx that has many IFrame and linked one aspx(page2.aspx, page3.aspx amd so on). Each fram has one rad grid in it with navigate URl. onclicking that url it should open modal popu(Rad windows) outside the iframe and on page1.aspx

I have added this in page1.aspx and access this in page2.aspx to open Modal Windows outside the IFrame. I saw example in internet that has nvigate URL in telerik:RadWindow  Tag in Design time. but for me I am passing Qurystring to the URL which is available at run time.
I can give URL with Query string during Run Time based on the row clicked in the grid.


<telerik:RadWindowManager ID="ParentRadWindowManager1" runat="server" EnableShadow="true"
                        Style="z-index: 7000">
                        <Windows>
                            <telerik:RadWindow ID="ParentUserListDialog" runat="server" Title="View record" ReloadOnShow="true"
                                ShowContentDuringLoad="false" Modal="true" BorderStyle="None" NavigateUrl="~/web/Transaction/OPMS_UI_Goals.aspx?KeyValue='2' &GoalId='201301002' &Source='DBrd'">
                            </telerik:RadWindow>
                        </Windows>
                    </telerik:RadWindowManager>

In each Iframe Page. This function is added as given below.
I want to give Navigate URL with Query string here. Kindly guide me on this.

<script type="text/javascript">
    function openWin() {
        var oManager = window.parent.GetRadWindowManager();
        //Show a particular existing window
        oManager.open(null, "ParentUserListDialog");
    }
</script>


Thanks and Regards
L.Palanivelrajan
Marin Bratanov
Telerik team
 answered on 10 May 2013
1 answer
65 views
Is there a way to start the editor in Html view and not Design view?
Rumen
Telerik team
 answered on 10 May 2013
3 answers
86 views
Hi,
We have a requirement to upload more than 50K images at once. The current functionality of RadAsyncUpload supports uploading around 3000 pictures at once. I tried to upload 8000 pictures in your online demo page, but the page got stuck for several minutes and after the page started responding, it didn't even start uploading. All the characters on the page were distorted as well. Do you suggest anything that can help us meet the requirement?

Thanks,
Sriram.
Ivan Zhekov
Telerik team
 answered on 10 May 2013
1 answer
122 views
I'm having a problem in radtreelist and it isn't loading on page load the radtreelist is inside a radmultipage the code is like this :
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1"
                        SelectedIndex="0" ReorderTabsOnSelect="true" Align="Justify" Width="220px"  >
                        <Tabs>
   <telerik:RadTab Text="<%$Resources:Strings,Stores %>" >
                            </telerik:RadTab>
   <telerik:RadMultiPage ID="RadMultiPage1" runat="server" Width="100%">
   <telerik:RadPageView ID="StoresPageView" runat="server">
                        <telerik:RadAjaxPanel ID="Ajpanel" runat="server">
                           <telerik:RadTreeList ID="StoreTreeList" runat="server"   HideExpandCollapseButtonIfNoChildren="true"
                                ParentDataKeyNames="PARENT_STORE_ID" DataKeyNames="STORE_ID" AllowPaging="false" GridLines="Horizontal"
                                AutoGenerateColumns="false" AllowSorting="true" AllowMultiItemSelection="true" OnNeedDataSource="StoreTreeList_NeedDataSource">
                                <ItemStyle  HorizontalAlign="Left" />
                               <ClientSettings><Scrolling UseStaticHeaders="true"  AllowScroll="true"  /> </ClientSettings>
                                <Columns>
 
                                    <telerik:TreeListSelectColumn  ></telerik:TreeListSelectColumn>
                                    <telerik:TreeListTemplateColumn  Display="false" >
                                    <ItemTemplate>
                                    <asp:HiddenField ID="hf_StoreID" runat="server" Value='<%# Eval("STORE_ID") %>' />
                                    </ItemTemplate>
                                    </telerik:TreeListTemplateColumn>
                                    <telerik:TreeListBoundColumn DataField="STORE_NAME" HeaderText="Stores" >
                                    </telerik:TreeListBoundColumn>
 
                                </Columns>
                            </telerik:RadTreeList>
                         </telerik:RadAjaxPanel>
                        </telerik:RadPageView>
server side :
protected void StoreTreeList_NeedDataSource(object sender,TreeListNeedDataSourceEventArgs e)
{
    BindTreeList();
 
}
 
  private void BindTreeList()
 {
 
   StoresDT.Select("STORE_ID=" + new WebSiteDataHelper().SelectedStoreID.Value)[0]["PARENT_STORE_ID"] = 0;
   StoreTreeList.DataSource = StoresDT;
 }
  protected void Page_Load(object sender, EventArgs e)
  {
   if (!IsPostBack)
    {
          StoreTreeList.ExpandAllItems();
    }
  }
Kostadin
Telerik team
 answered on 10 May 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?