Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
176 views

Hi guys,

Please help me

I have a problem with Asp.net Validation controls while using RadScriptManager. The RadScriptManager is placed inside my master page and the validation controls are in the content page. When I am removing the ScriptManager the page is validating properly. If anybody knows the solution please help me.

Thanks in advance

Nick
Top achievements
Rank 2
 answered on 07 Apr 2009
5 answers
185 views

Hi,

I'm not sure if this is the right place to aks this - so feel free to move the post to "feature request" or where ever you like to.

My question is about a "selected row template".
The idea comes from the MS WPF datagrid control (WPF toolkit).

There is a way to customize the "selected row".

 

So what I think about is - I have data with (let's say) 30 columns.

I want to display 6 of them in the "normal" grid view.

When the user selects a row - I want to display it "expanded" showing the values on the other 24 columns.

 

I mean something like the EditItemTemplate - but not for editing - just to display more information about a selected dataitem.

Are you thinking about such a thing? Or has this to be solved in code behind?

Regards

Manfred

Sebastian
Telerik team
 answered on 07 Apr 2009
6 answers
167 views
Hi,
    i'm developing a web application where in the rendering of the application is gets loaded 1/4 on initial stage and after 5 to 10 sec the complete page gets populates . Snapshot of the application is provided as a link below.
SnapShot of application rendering

Is there any way to avoid 1/4 of rendering to a single stretch complete full page rendering.
Tsvetie
Telerik team
 answered on 07 Apr 2009
3 answers
84 views
Hi

I use RadAjaxManager1.ResponseScripts to inject some jquery code into my page on AJAX postbacks. However when I enable RadCompression, these postbacks no longer work.

Any idea why and is there a fix?
Rosen
Telerik team
 answered on 07 Apr 2009
4 answers
147 views
hello,

When using the Ctrl+V keys to paste text in my IE7, the text is pasted twice : at the cursor position (as expected) but also at the begining of the text.

This can be seen on the demo : Editor /default settings, if you paste text in the middle of the current text displayed : the first paste add the 'v' letter at the beginning and the second paste add twice the pasted text.

The paste runs fine using the functions : paste / paste from Word / paste Plaintext.

I am running the latest ASP.NET AJAX 2009 Q1 release.
It was not happening using the previous ASP.NET AJAX 2008 Q3 release.


Any idea?

Regards,

Frank Quinty
Tervel
Telerik team
 answered on 07 Apr 2009
1 answer
141 views
Hello,

I observed an interesting issue with 2009Q1 Progress bar inside a Telerik window. When the upload starts i hide the div which houses the RadUpload and upload button (just set visible:none in the css). The Progress area does not apear until i move the Window a little bit. this only happens in IE7, but FF, Chrome, safari don't show that bug. The same code worked correctly in 2008Q3 release. Does anyone else experienced same issues?

Best Regards,
Edvardas
Genady Sergeev
Telerik team
 answered on 07 Apr 2009
2 answers
152 views
Hello,

I tried to use a RadMenu in a 2nd Level Tab, but in IE8 the items of the menu are truncated and so not visible for the user.

Here is my code to reproduce the problem.

<telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="Office2007">  
            <Tabs> 
                <telerik:RadTab runat="server" Text="Root RadTab1">  
                    <Tabs> 
                        <telerik:RadTab runat="server" Text="Child RadTab 1">  
                        <TabTemplate> 
                            <telerik:RadMenu ID="RadMenuTest" runat="server" 
                                Skin="Office2007">  
                                <CollapseAnimation Duration="200" Type="OutQuint" /> 
                                <Items> 
                                    <telerik:RadMenuItem Text="SomeMenuTest">  
                                        <Items> 
                                            <telerik:RadMenuItem Text="Test1"  /> 
                                            <telerik:RadMenuItem Text="Test2" /> 
                                            <telerik:RadMenuItem Text="Test3"  /> 
                                            <telerik:RadMenuItem Text="Test4"  /> 
                                        </Items> 
                                    </telerik:RadMenuItem> 
                                </Items> 
                            </telerik:RadMenu> 
                        </TabTemplate> 
                        </telerik:RadTab> 
                        <telerik:RadTab runat="server" Text="Child RadTab 2">  
                        </telerik:RadTab> 
                    </Tabs> 
                </telerik:RadTab> 
                <telerik:RadTab runat="server" Text="Root RadTab2">  
                    <Tabs> 
                        <telerik:RadTab runat="server" Text="Child RadTab 1">  
                        </telerik:RadTab> 
                        <telerik:RadTab runat="server" Text="Child RadTab 2">  
                        </telerik:RadTab> 
                    </Tabs> 
                </telerik:RadTab> 
                <telerik:RadTab runat="server" Text="Root RadTab3">  
                    <Tabs> 
                        <telerik:RadTab runat="server" Text="Child RadTab 1">  
                        </telerik:RadTab> 
                        <telerik:RadTab runat="server" Text="Child RadTab 2">  
                        </telerik:RadTab> 
                    </Tabs> 
                </telerik:RadTab> 
            </Tabs> 
        </telerik:RadTabStrip> 


Any Idea what I could do to solve this? This is the only IE8 issue on my site. I don't like the solution to press my users in IE7 compatiblity mode.

I am using the first 2009 build of Telerik Controls for ASP.Net , which was released on April 2nd.
Development environment is Windows Server 2008, IE8, Visual Studio 2008
PTS Group AG
Top achievements
Rank 2
 answered on 07 Apr 2009
2 answers
74 views
Hello
I have a hierarchical radgrid which my 2 sqldatasource come from a Ms Access table. (I use ms access db from web for the first time)
I can't link my detail table view with the master table view and I don't know why
if I put a select parameter in the sql statement in my sqldatasource (of the detail table) I got an error that it's waiting for 1 parameter...
If I don't put a select parameter in the sql statement in my sqldatasource (of the detail table once again) it display every records in my detail table for each item in the mastertableview.
I'm using Q1 2009 for the first time. I usually Qx 2008 version. Does I need to change something?
Here is my code
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="FEN_IMPUTATION_DETAIL.aspx.vb" Inherits="Facturation_RT.FEN_IMPUTATION_DETAIL" %> 
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server">  
    <title>Page sans titre</title> 
</head> 
<body> 
    <form id="form1" runat="server">  
    <div> 
      <asp:SqlDataSource   
            ID="SqlDSFile"   
            runat="server"   
            ConnectionString="<%$ ConnectionStrings:ConnectionString %>" 
            ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>"   
            SelectCommand="SELECT [FILE] FROM [Req_Somme_Imputation_Details] ORDER BY FILE">  
        </asp:SqlDataSource> 
             
        <asp:SqlDataSource   
            ID="SqlDsImputationDetail"   
            runat="server"   
            ConnectionString="<%$ ConnectionStrings:ConnectionString %>" 
            ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>"   
            SelectCommand="SELECT * FROM [Req_Somme_Imputation_Details] WHERE FILE=@FILE" > 
           <SelectParameters> 
                <asp:Parameter Name="FILE" Type="String" /> 
           </SelectParameters> 
        </asp:SqlDataSource> 
           
        <asp:ScriptManager ID="ScriptManager1" runat="server">  
        </asp:ScriptManager> 
          
        <telerik:RadGrid   
            ID="RadGrid1"   
            runat="server"   
           GridLines="None"   
            Skin="Web20" DataSourceID="SqlDSFile" > 
              
            <MasterTableView   
                datasourceid="SqlDSFile"   
                HierarchyDefaultExpanded=true   
                ExpandCollapseColumn-HeaderStyle-Width="5px" 
                 ExpandCollapseColumn-HeaderStyle-HorizontalAlign="Left" AutoGenerateColumns=true DataKeyNames="FILE">  
                
               <DetailTables> 
                    <telerik:GridTableView   
                        DataSourceID="SqlDsImputationDetail"   
                        AutoGenerateColumns=false DataKeyNames="pdebit">  
                        <ParentTableRelation> 
                            <telerik:GridRelationFields   
                                DetailKeyField="FILE"   
                                MasterKeyField="FILE" /> 
                        </ParentTableRelation>   
                        <Columns> 
                            <telerik:GridBoundColumn   
                                DataField="SommeDeCout"   
                                HeaderText="Cout"   
                                ReadOnly="True"   
                                SortExpression="SommeDeCout" /> 
                             
                        </Columns> 
                    </telerik:GridTableView> 
                </DetailTables> 
   
<ExpandCollapseColumn Visible="True">  
<HeaderStyle HorizontalAlign="Left" Width="5px"></HeaderStyle> 
</ExpandCollapseColumn> 
   
            </MasterTableView> 
        </telerik:RadGrid> 
             
          
    </div> 
    </form> 
</body> 
</html> 
 
Thank you
Myriam
Top achievements
Rank 1
 answered on 07 Apr 2009
2 answers
107 views
Hi all,

I am using a rad scheduler and using custom usercontrols for inserting the appointments.
what i want is i want to display some fields selectively on the basis of the date and time slot clicked in the timeline in scheduler.

please help me to find that how can i get the start and end date before the advanced insert form is opened

Thanks & Regards,
Amarjit

Amarjit
Top achievements
Rank 1
 answered on 07 Apr 2009
1 answer
121 views
When will the splitter became CSSfriendly and use div layout instead of tablelayout?
Svetlina Anati
Telerik team
 answered on 07 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?