Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
74 views
In online demo page http://demos.telerik.com/aspnet-ajax/controls/examples/default/defaultcs.aspx it says that Version Q2 2012 released 08/15/2012 but the latest available release is 2012.2 724 (Jul 24, 2012)?
What's up?
Helen
Telerik team
 answered on 27 Aug 2012
1 answer
243 views
hi

i have a code that display differently bwtween firefox and IE9. Both support CSS3

what i get from Firefox is that there is no spaces betweeen the textbox and the button, which is what i want.
But when i use IE9 to view, there is a space between the textbox and the button. How do i get the same display as firefox.

here is the code: Thanks

<td> <div style="text-align:center">
     <telerik:RadTextBox ID="RadTextBox1" Runat="server" 
            style="border-style: solid; border-width:8px; border-color:#e9e5d9; font-size:medium; border-radius: 3px 0px 0px 3px;font: bold 15px/10px 'lucida sans', 'trebuchet MS', 'Tahoma'; "
             Height="48px"
            Width="470px"
            EmptyMessage="search here......">
        </telerik:RadTextBox>
    
        <asp:Button ID="btnSearch" runat="server"
            style="overflow: visible; position:absolute; border:0px none #d83c3c; padding: 0;cursor: pointer;height: 48px;width: 110px; font: bold 15px/0px 'lucida sans', 'trebuchet MS', 'Tahoma';    color: #fff;    text-transform: uppercase; border-radius: 0px 3px 3px 0px;background-color: #d83c3c;"
            Text="SEARCH" />
 </div></td>
Nencho
Telerik team
 answered on 27 Aug 2012
2 answers
161 views
Hello.  Is it possible to access the DataItemIndex of the ListView on the aspx side in order to dynamically assign a CSS Class?
IE, something like:

<%# DataBinder.Eval(Container.DataItem.ItemIndex) % 2 == 0 ? "itemText" : "itemTextAlt" %>

What would be the proper syntax?  Thanks!

Angie
Top achievements
Rank 1
 answered on 27 Aug 2012
1 answer
64 views
Hi Telerik team,

I have to transfer an item from one RadListBoxes to multiple RadListBoxes , and used them to store in database , I am unable to transfer . Please send solution for this

Thank u,
Prasad
Nencho
Telerik team
 answered on 27 Aug 2012
6 answers
126 views
I'm getting this error when I click on the spell check button in the rad editor.  

Item has already been added.  Key in dictionary '6'  Key being added : '6'

I have the handler set up in the web.config, and have the tdf files in the App_Data\RadSpell folder.

I've attached a screenshot of the error I'm getting.

Thanks,
Aaron
Aaron
Top achievements
Rank 1
 answered on 27 Aug 2012
3 answers
143 views
Hii,
        I have a xxx.aspx page where i used a radsplitter. I divided the radSplitter into 2 radpanes. On left Radpane i am viewing an image and on right side i have some user controls where the user can give input and click submit. On code behind i am setting the focus on one of the Radtextbox when ever the page loads. I am able to get the focus on the radtextbox but, once the image loads on the radpane radtextbox is loosing its focus. So Please some one help me out with an appropriate solution??

Thans & Regards
Dev Jagarlamudi
Vessy
Telerik team
 answered on 27 Aug 2012
1 answer
46 views
Hi,all,

      I could not believe what I saw,but some of my telerik controls including RadTextBox,RadAsyncUpload,RadDatePicker was missing in IE7.I  have  tried to remove all the control's style,but nothing has been changed and the controls kept missing.
     What's the matter?How could this happen?

    Anybody can help me?
   
    Thanks in advance.
     
Nencho
Telerik team
 answered on 27 Aug 2012
1 answer
110 views
Hi,

Will RadCompression benefit of the Compression Enhancements in .NET 4.5?

Best Regards.
Andrey
Telerik team
 answered on 27 Aug 2012
1 answer
65 views
I can't seem to find my Tabstrip from Code behind. here is my setup:

Codebehind where I try and find tabstrip is loaded from a usercontrol in a multipage

C#
RadTabStrip tabstrip = (RadTabStrip)Page.Master.FindControl("RadTabStrip1"); //This returns null
RadTab SelectedTab = tabstrip.Tabs.FindTabByText("Testers"); //and blows up at this line

 Tabstrip , ajax loading panel, and multipage  is setup like this:
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="0" MultiPageID="RadMultiPage2" OnClientTabSelecting="onTabSelecting" OnTabClick="RadTabStrip1_TabClick"></telerik:RadTabStrip>
       <script type="text/javascript">
           function onTabSelecting(sender, args) {
               if (args.get_tab().get_pageViewID()) {
                   args.get_tab().set_postBack(false);
               }
           }
       </script>
<telerik:RadAjaxLoadingPanel runat="server" ID="LoadingPanel1">
</telerik:RadAjaxLoadingPanel>
   <telerik:RadAjaxManager runat="server" ID="RadAjaxManager1">
       <AjaxSettings>
           <telerik:AjaxSetting AjaxControlID="RadTabStrip1">
               <UpdatedControls>
                   <telerik:AjaxUpdatedControl ControlID="RadTabStrip1" />
                   <telerik:AjaxUpdatedControl ControlID="RadMultiPage2" LoadingPanelID="LoadingPanel1" />
               </UpdatedControls>
           </telerik:AjaxSetting>
           <telerik:AjaxSetting AjaxControlID="RadMultiPage2">
               <UpdatedControls>
                   <telerik:AjaxUpdatedControl ControlID="RadMultiPage2" LoadingPanelID="LoadingPanel1" />
               </UpdatedControls>
           </telerik:AjaxSetting>
       </AjaxSettings>
   </telerik:RadAjaxManager>
 
   <telerik:RadSkinManager ID="RadSkinManager1" Runat="server" Skin="Office2010Blue"></telerik:RadSkinManager>
   <telerik:RadProgressManager ID="RadProgressManager1" Runat="server"/>
 
   <div>
     <br/>
     <telerik:RadMultiPage ID="RadMultiPage2" runat="server" SelectedIndex="0" OnPageViewCreated="RadMultiPage1_PageViewCreated"></telerik:RadMultiPage>
   </div>

Any ideas? 

Thanks
Nencho
Telerik team
 answered on 27 Aug 2012
5 answers
140 views
Hi!

My customers like the "inline" spellcheck mode that the RAD Editor provides.  How can I tie the inline spellcheck to a standard control?

I hope that I'm not overlooking something obvious...I see many examples of using the popup spell checker, but not how to use the inline editor with a non-RAD control.

Thanks!  I really enjoy the tools.

Rich
Rumen
Telerik team
 answered on 27 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?