This is a migrated thread and some comments may be shown as answers.

problem when Column resize

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Golu
Top achievements
Rank 1
Golu asked on 04 May 2009, 09:42 AM
Dear sir,
When I resize grid column, it not show  scroll . I measn increasing the column size or decreasing the column size grid never show me the horzontal scroll
how can I do It? help me
code follws:

<

 

telerik:RadGrid ID="RadGrid1" DataSourceID="SqlDataSource1" Skin="Vista" runat="server"

 

 

GridLines="None" Width="99%" ClientSettings-MasterTableView-Width="100%">

 

 

<MasterTableView Width="100%">

 

 

</MasterTableView>

 

 

<ClientSettings>

 

 

<Resizing AllowColumnResize="true" />

 

 

<Scrolling AllowScroll="true" UseStaticHeaders="true" />

 

 

</ClientSettings>

 

 

</telerik:RadGrid>

 

 

<asp:SqlDataSource ID="SqlDataSource1" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>"

 

 

ProviderName="System.Data.SqlClient" SelectCommand="SELECT TOP 25 EmployeeID,LastName,FirstName,Title,TitleOfCourtesy,BirthDate,HireDate,Address,City,Region,PostalCode,Country,HomePhone,Extension FROM Employees"

 

 

runat="server"></asp:SqlDataSource>

 


thanks and reagrds

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 May 2009, 03:41 AM
Hi Neha,

From my understanding the horizontal scroll will be displayed when the total width of the columns (either auto-generated or declaratively set) exceeds the width of the grid. You may check out the online demo for more details.
Scrolling

Shinu
Tags
Grid
Asked by
Golu
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or