Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
68 views
Hi ,

I Recently upgraded my Telerik's DLLs from version 2010.3.1215.40 to 2012.1.215.40 version.
On successful upgrade of the Dll's I found below Properties are missing at the Asp.net Ajax RadGrid 2012.1.215.40 's 'GridSelecting'
class.

AllowCellSelect
AllowColumnSelect
AllowMultiCellSelect
AllowMultiColumnSelect

I would like to know whether these properties are removed intentionally or these provided some where else in the Latest Dll's.

Please comment on this.

Thanks,
Srinivas
Martin
Telerik team
 answered on 11 Apr 2012
2 answers
151 views
Hi,
Is there a way to cause radeditor to scroll to the misspelled word automatically?
I have a radeditor with in radwindow. The content of the radeditor sometimes is too long causing the vertical scroll bar to appear.
When user selects spell check and if the word appears too down in the content, it shows the suggestions popup in the center of the content and does not scroll down to the wrong highlighted word.  This causes confusion for the end user as they don't see the wrong word unless they scroll down.
In such scenario, it would be helpful to have automatic scrolling so that suggestion popup appears right beside the wrong word.

Thanks,
Manisha
Manisha Shivjiani
Top achievements
Rank 1
 answered on 11 Apr 2012
1 answer
67 views
Hello,

Is it possible to vertically center a SlidingZone, so the icons of the panes are shown in the middle of the page? The content of the sliding panes should still open on top of the page, only the icons should be centered.
I guess I probably have to do this in CSS, but I can't figure out how to do this without centering the sliding panes as well. Or is there any easier way to realize this? Could someone help me?

Thanks in advance
Rebekka
Dobromir
Telerik team
 answered on 11 Apr 2012
1 answer
74 views
Hi,

I am facing a weird issue in Rad editor related to browsers.

In my project we have a rad editor, on page load content of this rad editor are set using a HTML file.

When we check the content of this rad editor in HTML view in Firefox, we have found that character "{" and "}" are replaced by "%7B" and "%7D" respectively. These caharcters are used to set querysting values of a href in the content.

In Chrome and IE, "{" & "}" are recognised correctly while in Firefox these characters are replaced by "{" and "}" respectively.

Can you please look into this and guide us.

A code sample will be of great help to solve this issue.
Rumen
Telerik team
 answered on 11 Apr 2012
2 answers
321 views
Quick question from a Newbie.

When using RadAjaxManager or RadAjaxPanel they both fire events in "If Page.IsPostBack then......" and do not fire events in "If Page.IsCallBack then.....".  So I am not fully understanding the meaning of PostBack and CallBack.  I thought the RadAjaxManager was making CallBacks to the server and not PostBacks.  Is this by design?

What am I missing here?

A quick reply from an experienced programmer would be much appreciated.

Cheers

Ian.
Ian
Top achievements
Rank 1
 answered on 11 Apr 2012
1 answer
208 views
Hi,
  I have Question related to RadComboBox with multiple checkBox option

I have a RadComboBox in which it has Multiple Items with Multiple Check Box.I want that when "All " checkbox is selected from the dropdown it should display "All" as Selected Value as a text and when "All" is not selected other items are selected it should display all the items(selected ones) instead of  displaying "3 items checkd or 2 items cheked" message.

Following is my code:

 

 

<telerik:RadComboBox ID="rdVacantBu" Skin="Web20Ext" CheckBoxes="true"

 

 

 

CheckedItemsTexts="DisplayAllInInput" EnableCheckAllItemsCheckBox="true" EmptyMessage="Please Select" ForeColor="Black"

 

 

 

Localization-CheckAllString="All" Visible="false" Font-Italic="false" EnableEmbeddedSkins="false"

 

 

 

BackColor="White" runat="server"> </telerik:RadComboBox>

 



Please helps us as soon as possible.

Thanks,
Neha
Ivana
Telerik team
 answered on 11 Apr 2012
1 answer
244 views
Hi everybody,

I have a problems for radimageeditor,

1-)    <script type="text/javascript">
        function ClientLoad(sender) {
            sender.zoomImage(61);
        }
</script> 

it's code working on firefox,internet explorer but don't working on Google Chrome, How is edit this code ?(component radimageeditor) 


2-) I want to save as image on server with button_click , i'm how is the make ? (component radimageeditor)
 
3-) I'm saved as image later save new filename write on MSSQL database, How is the make ?(component radimageeditor) 


Thank you now,
Niko
Telerik team
 answered on 11 Apr 2012
10 answers
1.5K+ views
I'm trying to get a rad window to show that used to show ok in previous versions of telerik but now the GetRadWindowManager always returns 'undefined'.  Is this a backward compatability issue?

function

ShowWindow()
{
var omanager = GetRadWindowManager();
var ownd = omanager.getWindowByName("DialogWindow1");
ownd.show();
}
 

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<telerik:RadWindowManager id="Singleton" runat="server" ClientCallBackFunction="ResetPasswordWindowClosed" >

<windows>

<telerik:RadWindow id="DialogWindow1"

Modal = "true"

Runat="server"

Width="600px"

Height="250px"

Title="Reset Password"

NavigateUrl="~/Support/ResetPassword.aspx"

Skin="WebBlue"

VisibleStatusbar="false"

Behavior="Close"

>

</telerik:RadWindow>

</windows>

</telerik:RadWindowManager>


//and in code behind

public void OpenResetPasswordWindow()
{
literalInjectJavascript.Text = "<script type='text/javascript'> ShowWindow(); </script>";
}


I've tried numerous different examples from telerik site but whenever I call GetRadWindowManager() the result is always 'undefined'.

Your help is most appreciated as I've spent most of the day trying to get this working.
Thankyou

Marin Bratanov
Telerik team
 answered on 11 Apr 2012
3 answers
134 views
I've been trying all day to get grouping to work in my Grid with OData.  Are there any known issues? Shouldn't it work?

Here's some sample code that I know is not working:

<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy" runat="server"></telerik:RadAjaxManagerProxy>
<telerik:RadScriptManager runat="server" ID="RadScriptManager1">
    </telerik:RadScriptManager>
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="RadGridTicketDetails">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="RadGridTicketDetails"/>
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadGrid ID="RadGridTicketDetails" runat="server" ActiveItemStyle-BackColor="Green" HeaderStyle-BackColor="#00597A" EnableEmbeddedSkins="true" Skin="Metro"
                 ShowGroupPanel="True" GroupingEnabled="true">
    <MasterTableView TableLayout="Fixed" AllowPaging="true" AllowSorting="true" AllowFilteringByColumn="true" GroupsDefaultExpanded="true" PageSize="10" GroupLoadMode="Client"
    AutoGenerateColumns="false">
    <PagerStyle CssClass="RadGridPager" Mode="NumericPages"></PagerStyle>
    <HeaderStyle CssClass="RadGridHeader"></HeaderStyle>
    <FooterStyle CssClass="FooterStyle"></FooterStyle>
    <Columns>
           <telerik:GridBoundColumn DataField="ProductID" HeaderText="ProductID" DataType="System.Int32">
             </telerik:GridBoundColumn>
             <telerik:GridBoundColumn DataField="ProductName" HeaderText="ProductName" DataType="System.String">
            </telerik:GridBoundColumn>
              <telerik:GridBoundColumn DataField="UnitPrice" HeaderText="UnitPrice" DataType="System.Decimal" DataFormatString="{0:C}">
             </telerik:GridBoundColumn>
             <telerik:GridBoundColumn DataField="ReorderLevel" HeaderText="ReorderLevel" DataType="System.Int32">
              </telerik:GridBoundColumn>
              <telerik:GridCheckBoxColumn DataField="Discontinued" HeaderText="Discontinued" DataType="System.Boolean">
              </telerik:GridCheckBoxColumn>
         </Columns>
    </MasterTableView>
    <ClientSettings EnableRowHoverStyle="true" EnablePostBackOnRowClick="false" AllowDragToGroup="True" AllowGroupExpandCollapse="True" AllowColumnsReorder="true">
        <DataBinding Location="http://services.odata.org/Northwind/Northwind.svc" ResponseType="JSONP">
            <DataService TableName="Products" Type="OData"/>
        </DataBinding>
        <Selecting AllowRowSelect="True"/>
    </ClientSettings>
    <GroupingSettings ShowUnGroupButton="true"/>
</telerik:RadGrid>
Carling
Top achievements
Rank 2
 answered on 11 Apr 2012
6 answers
82 views
I have telerik RadControls ASP.NET AJAX form Q3 2010 SP2 v.2010.3.1317.40  and problems pressentan  with internet explorer 9. How could solve this problem?

Thank you.
ALBERT
Top achievements
Rank 1
 answered on 11 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?