Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
276 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
257 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
132 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
70 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
71 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
102 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
130 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
181 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
262 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
1 answer
90 views

I was updating the Telerik  controls and I installed the Telerik JustCode by mistake and I removed the JustCode.

Still my visual studio 2010 is not showing the automatic syntax checking and missing the squiggly line if there is any syntax  error. It happens after the installation  of Telerik  JustCode.

Can anyone tell me how can I get it back?

Thanks,

Jay

Zdravko
Telerik team
 answered on 25 Jan 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?