Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
73 views
I have a RadGrid on my page with the Vista theme and there are absolutely no fonts specified anywhere.  So it's just picking up the default fonts (from the theme, I assume).  The fonts seem to be Arial or a variation of it.

When I export the grid to PDF, the fonts on the generated file are Times New Roman.

What do I have to do to have the PDF match the grid?
I am using RadControls for ASP.NET AJAX Q1 2011.
Princy
Top achievements
Rank 2
 answered on 09 Jan 2012
0 answers
103 views
I've read many of the threads on the forum concerning this issue, but they are very confusing and seem to focus on .net 4.

I am trying to use Ajax control toolkit 3.5 (version: 3.5.51116.0) with Telerik version 2010.1.519.35.  I have a masterpage with a RadScriptManager and I'm getting this error:

Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "AjaxControlToolkit.Properties.Resources.resources" was correctly embedded or linked into assembly "AjaxControlToolkit" at compile time, or that all the satellite assemblies required are loadable and fully signed.



Are these two versions not compatible?
Troy
Top achievements
Rank 1
 asked on 08 Jan 2012
2 answers
214 views
Hi,

I am using the latest version of Telerik Controls for Asp .net.
I'd like to know how to get the title of RadWindow aligned left.
Currently the title is shown at the center of the title bar.
Here is my code.

<telerik:RadWindowManager ID="SupIntdRadWindowManager" runat="server" EnableShadow="true" DestroyOnClose="true" Behaviors="Close,Move,Resize,Pin"
        AutoSize="true" VisibleStatusbar="false" Overlay="true" ShowContentDuringLoad="false" ReloadOnShow="true"  
        Modal="true" />

 var radWin = window.radopen("Something/foo.aspx");
                    radWin.SetTitle("Foo");
                    return false;


Thanks in advanced.

Regards,
Nyi Nyi
Sam Vanhoutte
Top achievements
Rank 1
 answered on 08 Jan 2012
0 answers
49 views
I have a requirement like this:
Having Edit template as a separe user control.
From Rad grid I am specifying "Edit Form" as this Edit template USer control.
But In runtime I need to launch Edit template user control with in different "mode.". 


My Example something like this..
<RadGrid>
--
--
<MasterTableView>
<GridEditColumn>
<GridEditFormSettings>
 <uc:EditTemplate Mode="UnRead" ... ; >
<ucEditTemplate Mode="Read"

Mode here is a public property of User control..which i will use to handle different panels..

SO,In a nutshell,How to change Edit template's property before that page launches?
Please help..! Tried item_bound,Item_created events..But not getting.. :(
Krish
Top achievements
Rank 1
 asked on 08 Jan 2012
2 answers
104 views
Hi Im using amazing telerik rad grid

i just have a issue and i dont know how can i change the number of items in the combo box under the grid
the default values are set to 10 20 and 50 and i wanna change them to 100 200 and 500 How can i do this?

thank you for you support
Pouya
Top achievements
Rank 1
 answered on 08 Jan 2012
9 answers
155 views
if i will need to use 2 different handle for range slider?
for right and left?
is it possible?
omer
Top achievements
Rank 1
 answered on 08 Jan 2012
0 answers
40 views
I'm struck in strange problem. In one of my forms I use RadAjaxManager, RadAjaxLoadingPanel, RadTabStrip, RadMultiPage and RadGrid along with some other controls. The page works correctly. My problem is that, when I scroll down the page, it will go up automatically. When I scroll up, it will go down. What would be the problem here?

One more problem is there, the loading panel is not working all the times. Its showing the loading image only some times.
Mukesh
Top achievements
Rank 1
 asked on 07 Jan 2012
1 answer
80 views
HI

we are using wizard in our pages.

here is the code regarding wizard page

here we are using radplitter. Inside of this we are using 2 rad panels. one has radlistview with all the items. another panel for content page.Here i am ataching the printscrren of my page. Whenever user clicks on the radlistitem it should bavigate to corresponding page and needs to dispaly it in the content panel.

We were having some issues using the wizard. that we were not able to add the tooltips to the Radlistview items since it is binding dynamically and were not able to disable/Enable the radlist item on the contentpage events.

Could some one please sugest some other option to do these operations without using wizard


<telerik:RadSplitter  ID="RadSplitter1" runat="server"
            EnableEmbeddedBaseStylesheet="false" BorderStyle="None" EnableEmbeddedScripts="true"
            LiveResize="True" Width="940px">
            <telerik:RadPane ID="RadPane1" runat="server" CssClass="myStepContainer"
                Height="500px">
                <!-- Generate the left panel for the wizard steps-->
                
                <telerik:RadListView ID="WizardStepList" runat="server" ItemPlaceholderID="WizardStepsContainer"
                    DataKeyNames="Id" DataSourceID="WizardStepDataSource" >
                    <%--OnItemDataBound="lstRelatedItems_ItemDataBound"--%>
                    <LayoutTemplate>
                        <%--<fieldset> --%>
                        
                        <asp:Panel ID="WizardStepsContainer" runat="server" />
                        <%--</fieldset>--%></LayoutTemplate>
                    <ItemTemplate>
                        <div class='<%#Eval("StatusCssClass") %>' id="workflowItem" runat="server">
                            <p class="toggler">
                                <asp:LinkButton ID="NStep" index='<%# Index++ %>' CssClass='<%#Eval("StepCssClass") %>'
                                    Text='<%#Eval("StepDisplayText") %>' runat="server" OnClick="NavigateStep" OnClientClick='<%# "return navigate(\"" + (Index) + "\");" %>' ></asp:LinkButton></p>
                        </div>
                    </ItemTemplate>
                </telerik:RadListView>
            </telerik:RadPane>
            <telerik:RadPane ID="contentPane" EnableEmbeddedScripts="true" runat="server" ContentUrl="about:blank"
                CssClass="container" Width="790px" Height="600px">
                <div id="Div1" runat="server" class="workflowButtonsHoriz">
                    <asp:Button CssClass="prevButton" ID="Previous" title="Previous" runat="server" OnClick="Previous_Click" />
                    <asp:Button CssClass="nextButton" ID="Next" title="Next" runat="server" OnClick="Next_Click" />
                    <span style="display: none">
                        <asp:Button ID="refresh" runat="server" OnClick="Refresh" /></span>
                </div>
                <div class="clearBoth">
                </div>
            </telerik:RadPane>           
        </telerik:RadSplitter>




Could some one please help me regarding this

Thanks in advance

Thanks & Regards
Usha
Antonio Stoilkov
Telerik team
 answered on 07 Jan 2012
2 answers
203 views

Hi,

I am having a problem which is a mere nuisance at worst. Check out the following screen shot - http://i167.photobucket.com/albums/u122/sixesallround/loadingImageBehind.png

The loading panel is getting lost behind the tabs. It makes it look a bit less professional. It’s not perfect!
The loading panel is implemented as follows:

<div id="loadingDiv" class="screenCenter" style="display: none;">  
    <telerik:RadAjaxLoadingPanel ID="DarRadAjaxLoadingPanel" Skin="Black" CssClass="lPanel"
                                 runat="server" Transparency="20"
                                 IsSticky="true" ZIndex="998">       
    </telerik:RadAjaxLoadingPanel>
</div>

The relevant CSS for that stuff is:
.screenCenter
{
    width: 150px;
    height: 70px;
    position: absolute;
    top: 30%;
    left: 45%;     
}
 
.lPanel
{
    margin: 0px;
    top: 0px;
    left: 0px;
    height: 62px;
    width: 142px;
    background-color: #9eda29;
    border: 4px solid #3d7f59;
}

I am using the client events of the RadAjaxManager to display and hide it, via the following Javascript:

function ShowLoadingPanel() {
    var loadPanelWrapper = $('#loadingDiv');
    loadPanelWrapper.css({ display: 'block' });
}
 
function HideLoadingPanel() {
    var loadPanelWrapper = $('#loadingDiv');
        loadPanelWrapper.css({ display: 'none' });
    }

 

Any ideas how I can ensure that it does not sink behind the tabs? Any idea as to why it is doing that?

 

Cheers

David
Top achievements
Rank 1
 answered on 07 Jan 2012
1 answer
58 views
I currently have set up a Hierarchy with a DetailTable inside my first grid.  However, I would like to display the DetailTable as a seperate grid below the main grid. 

Do I just create a new grid, and then bind the "onRowSelect" of the main table to reloading the data of the second grid?  Or is there a better way to link two grids together?
Jayesh Goyani
Top achievements
Rank 2
 answered on 07 Jan 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?