Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
131 views
Hello!

Can someone tell me why my Grid Header Columns do not line up in firefox but they do line up ok in IE?

attached are 2 screenshots of the same grid, one from firefox and one from IE
Michael Constantine
Top achievements
Rank 1
 answered on 12 Nov 2009
1 answer
131 views

Hi,

vs2008

q2 2009

 

I’m using the following page as the basis for 1 of my own.

http://demos.telerik.com/aspnet-ajax/controls/examples/integration/raduploadinajaxifiedgrid/defaultcs.aspx?product=grid

 

The page contains:

RadProgressManager1

RadProgressArea1

 

When I’m uploading a file, sometimes the progressArea appears, sometimes it doesn’t..Why could this be?

 

Many thanks,

 

Chris

Genady Sergeev
Telerik team
 answered on 12 Nov 2009
15 answers
349 views
Hello,

Is there a simple way how to set a height of a splitter according to its content (to behave like deafault behaving of  simple html table - e.g. to have a splitter with two panels containings radgrids so that splitter height is same as height of bigger grid - and so there will be no slider inside the splitter).

Thank you
Jan Krivanek
bradley baker
Top achievements
Rank 1
 answered on 12 Nov 2009
4 answers
191 views
Hi,

I have ajaxified my radgrid with RadAjaxManager per your demo at http://www.telerik.com/community/code-library/aspnet-ajax/general/export-radgrid-content-to-excel-word-csv-pdf-with-ajax-enabled.aspx. I have also disabled the ajax on ExportToExcel().

Everything works great. However, if the data gets updated between the time the page loaded and the time the export happens, excel has the latest data, but the radgrid does not. How do you 'force' a refresh on the radgrid?

I did notice that the itemdatabound event is getting hit. So how come the itemdatabound grid does not render to the browser?
mgl mgl
Top achievements
Rank 1
 answered on 12 Nov 2009
1 answer
195 views
hi there....

I have managed to add the RadMenu to my MOSS master page and it is working fine. i have also changed the styles of font size and colors.......i have also changed the direcion of sub items to become horizontal. so the menu direction and sub menu direction are both horizontal.
My menu is generated dynamically using SiteMapDataSource.

the thing is i want to add seperators between items of the menu and a different separator between sub items.!!!
any help would be appreciated....

Thank You


Schlurk
Top achievements
Rank 2
 answered on 12 Nov 2009
4 answers
209 views
Hello,

I have placed a RadGrid within a "Web user control" (ascx) page.

But when placing an item into edit mode the page generates an error captured by IE (but not the server).

The error comes back as 

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 3.5.30729)
Timestamp: Mon, 9 Nov 2009 15:27:17 UTC

Message: Expected ':'
Line: 108699950
Char: 683
Code: 0
URI: http://localhost:60795/Extranet2009/DefaultVB.aspx

 

But I'm uncertain how to begin troubleshooting this - after all, line 108699950 doesn't exist. When I place the control on its own page then the calendar works fine. While on the "user control" page - clicking on the calendar icon has no affect.

<%@ Control Language="VB" AutoEventWireup="false" CodeFile="infraVB.ascx.vb" Inherits="TabStrip_Examples_ApplicationScenarios_LoadOnDemand_CustomersVB" %> 
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %> 
<telerik:RadGrid runat="server" ID="RadGrid1" Skin="Office2007"   
    DataSourceID="ObjectDataSource1" AllowPaging="True" GridLines="None"   
    AllowSorting="True" AutoGenerateColumns="False" AutoGenerateEditColumn="True">  
<MasterTableView DataSourceID="ObjectDataSource1"   
        DataKeyNames="ID">  
<RowIndicatorColumn> 
<HeaderStyle Width="20px"></HeaderStyle> 
</RowIndicatorColumn> 
 
<ExpandCollapseColumn> 
<HeaderStyle Width="20px"></HeaderStyle> 
</ExpandCollapseColumn> 
    <Columns> 
        <telerik:GridBoundColumn DataField="ID" DataType="System.Int32"   
            HeaderText="ID" ReadOnly="True" SortExpression="ID"   
            UniqueName="ID">  
        </telerik:GridBoundColumn> 
        <telerik:GridBoundColumn DataField="CompanyID" HeaderText="CompanyID"   
            SortExpression="CompanyID" UniqueName="CompanyID" DataType="System.Int32">  
        </telerik:GridBoundColumn> 
        <telerik:GridBoundColumn DataField="InfrastructureTypeID" HeaderText="InfrastructureTypeID"   
            SortExpression="InfrastructureTypeID" UniqueName="InfrastructureTypeID"   
            DataType="System.Int32">  
        </telerik:GridBoundColumn> 
        <telerik:GridBoundColumn DataField="Details" HeaderText="Details"   
            SortExpression="Details" UniqueName="Details">  
        </telerik:GridBoundColumn> 
        <telerik:GridBoundColumn DataField="Expire" HeaderText="Expire"   
            SortExpression="Expire" UniqueName="Expire" DataType="System.DateTime">  
        </telerik:GridBoundColumn> 
        <telerik:GridDateTimeColumn DataField="Expire" HeaderText="Expire"   
            SortExpression="Expire" UniqueName="column">  
        </telerik:GridDateTimeColumn> 
    </Columns> 
</MasterTableView> 
</telerik:RadGrid> 
<asp:ObjectDataSource ID="ObjectDataSource1" runat="server"   
    OldValuesParameterFormatString="original_{0}" SelectMethod="GetData"   
    TypeName="DataSet2TableAdapters.InfrastructureTableAdapter">  
    <SelectParameters> 
        <asp:SessionParameter Name="ID" SessionField="CompanyID" Type="Int32" /> 
    </SelectParameters> 
</asp:ObjectDataSource> 
<asp:ObjectDataSource ID="ObjectDataSource2" runat="server"   
    OldValuesParameterFormatString="original_{0}" SelectMethod="GetData"   
    TypeName="DataSet2TableAdapters.InfrastructureTypeTableAdapter">  
</asp:ObjectDataSource> 
Gavin Russell
Top achievements
Rank 1
 answered on 12 Nov 2009
1 answer
134 views
hi

I have a select statement:

Select A, B, C, D, E from TA join TB

Is it possible to do a grid hierachy example

A B C
    C D E

How should i go about it? Thanks
Schlurk
Top achievements
Rank 2
 answered on 12 Nov 2009
1 answer
139 views
Hi,

I have a rad Grid with Grouping Feature. I am binding Group name with image icon next to it dynamically in Item_created event.

i.e I take GroupName and image name separated by some special character ex. '#', split it in Item created event and display it.

All works fine when page is loaded first time but when i try to collapse the group it does not show properly i.e it displays GroupName#ImagePath with ":" added to the start.

Request you to please suggest.

Thanks and regards,
Manish
Schlurk
Top achievements
Rank 2
 answered on 12 Nov 2009
4 answers
404 views
How do you tell if the HTML content of the editor has changed?

is there some sort of hasChanged flag?

i need access to this information via Client Side scripting.
woaksie
Top achievements
Rank 2
 answered on 12 Nov 2009
2 answers
195 views
Hi

I am Using RadSlidingPane for my Application and I should disable the title bar for not to shown in my page.
I look up at it`s property but it didn`t workout , and I just disabled Docking button But I want whole title bar not to shown in my page .

I will be realy happy if someone could help me , or interduce me some control like RadSlidingPane but with no title bar !

Thanks
Best Regards
Amir Ali
amir ali
Top achievements
Rank 1
 answered on 12 Nov 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
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
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?