Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
83 views
I am trying to match a four digit number with a radautocompletebox using the contains filter. It works great except for when the last digit is a 0, in which case it doesn't filter by that digit (The same thing happens with a 9). For example, if I type 7260, the first match I get is for 7264 even though there is an entry of 7260 in the list. Any ideas?
Kevin
Top achievements
Rank 1
 answered on 25 Jan 2013
3 answers
270 views
By default there is a black bounding border one pixel wide around the ListView. Setting BorderColor, Style, and/or Width has no effect. Is there a way to remove the border?
Eyup
Telerik team
 answered on 25 Jan 2013
6 answers
240 views
Here is my html

<center>
        <div id="divloading" style="z-index: 9000;">
    <table class="centertable" border="0" style="width: 400px;" cellpadding="0" cellspacing="0">
        <tr>
            <td style="text-align: center;">
            <center><telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" HorizontalAlign="Center" runat="server"
    Skin="Outlook" MinDisplayTime="1500" IsSticky="True" Style="position: absolute; top: 0; left: 0; height: 100%; width: 100%;" Transparency="20"  >
             <img src="ajaxloadingpanel_images/Loading.gif" title="Processing..." />
            </telerik:RadAjaxLoadingPanel>
            </center>
           
            </td>
        </tr>
    </table></div></center>


Please see the attached screenshot to see example.

Thanks,




Angel Petrov
Telerik team
 answered on 25 Jan 2013
1 answer
126 views
Firefox is fine (just needs a Shift button in addition) and Safari works, too
haven't tried Opera or Chrome (yet)
IE8 in gulp! XP does squatz
used to work....

tried Opera and Chrome
Opera does not work
Chrome does

also, if alt- whatever means something already it does that
Danail Vasilev
Telerik team
 answered on 25 Jan 2013
1 answer
67 views
I upgraded a site that gets used only twice a year to the latest version and the access keys on my RadNumericTextBoxes are throwing the following error

Error: Sys.WebForms.PageRequestManagerServerErrorException: Input string was not in a correct format.

this was working in earlier version
please advise
the site goes live in less than a month

correction - the accesskeys are on buttons but the text is in the textbox
Eyup
Telerik team
 answered on 25 Jan 2013
1 answer
70 views
I have veritcal radmenu containing root items of different lengths and sub menus under the root items. When the page first opens the sub menus correctly show on top of the root items when expanded. After moving the mouse back and forth expanding the root items eventually the sub menus are showing behind some of the root menus. When I inspect the elements I can see that normally the root items swap between a 7000 and 8000 z-index depending if the sub menu is expanded or not. When the root items start to show through the sub menus I can see that the z-index for the root item showing through the sub menu is stuck at 8000. It is as if a javascript stopped working correctly. This is happening in Chrome, Safari and Firefox so far.

Any ideas on how to get this to work? I have attached an image of the issue.
Boyan Dimitrov
Telerik team
 answered on 25 Jan 2013
3 answers
97 views
Hi,

Is there an inbuilt function or a way to use 2 different queries to grab the data that populates the Hierachical RadGrid 
- that is one to get the parent rows and the other to get only the child data corresponding to the parent row that is clicked (Currently a single query gets all the data) - I am trying to implement this because the dataset being passed is huge and this increases the loading time.This is kinda urgent,  I just wanted to know if this is possible or not. 

Thanks for any help.
Princy
Top achievements
Rank 2
 answered on 25 Jan 2013
2 answers
129 views
I have multi page with page vies:

 <telerik:RadMultiPage runat="server" ID="multipage" SelectedIndex="0">
    <telerik:RadPageView runat="server" ID="PageViewQS" CssClass="tab"> </telerik:RadPageView>
    <telerik:RadPageView runat="server" ID="PageViewCS" CssClass="tab"> </telerik:RadPageView>
 </telerik:RadMultiPage>

Css class:
.tab {
    padding: 10px;
    overflow: auto;
    height: 650px;
}

I want to change css height on client side using javascript. I tried this:
               $(document).ready(function () {
                    if (screen.height > 800) {
                        $('#multipage').css('height', '475px');
                        $('#PageViewQS').css('height', '475px');
                    }
                });

but id does not work.

Any ideas how can I do it?
Vitalii
Top achievements
Rank 1
 answered on 25 Jan 2013
1 answer
175 views
How can i change the font size of the text inside radtooltip? 
Shinu
Top achievements
Rank 2
 answered on 25 Jan 2013
10 answers
257 views
Our site works fine in IE, but when viewed in firefox or Chrome all off the RadComboBoxes extend way past their defined width and stretch off the screen. An example of the code is:

<asp:TableCell HorizontalAlign="Left" ColumnSpan="3">

 

 

 

<telerik:RadComboBox ID="cmbCountry" runat="server" AllowCustomText="false" AutoPostBack="true"    OnTextChanged="SelectCountryPrompts" TabIndex="1" Width="150" >

 

 

 

<Items>

 

 

 

<telerik:RadComboBoxItem runat="server" Text="Select Country" Value="Select" />

 

 

 

<telerik:RadComboBoxItem runat="server" Text="United States" Value="USA" />

 

 

 

<telerik:RadComboBoxItem runat="server" Text="Canada" Value="Canada" />

 

 

 

</Items>

 

 

</telerik:RadComboBox>

 

 

 

</asp:TableCell>

Which renders fine in IE. It does not matter what I change the width proprty to, the textbox is always extedns to the end of the screen in FireFox & Chrome.  All other controls render fine. Any help would be appreciated. Thank you

 

Ivan Zhekov
Telerik team
 answered on 25 Jan 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?