Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 11, 2012 12:47 PM by Nasser Malik
Member
26 Points
187 Posts
May 11, 2012 11:42 AM|LINK
i have added some values in grid view. i am using check box filter on grid view.
when filtering the cell size of grid view is changed.
// I want a fixed size cell for all values. Even it will contain one value or more than one.
Thanks in advance.
asp
Star
11225 Points
1815 Posts
May 11, 2012 12:39 PM|LINK
you can set itemstyle width attribute of cell header
<asp:BoundField DataField="EmployeeID" HeaderText="ID" InsertVisible="False" ReadOnly="True" SortExpression="EmployeeID" ItemStyle-Width="200"/>
11270 Points
1731 Posts
May 11, 2012 12:47 PM|LINK
already asked many times. see
http://stackoverflow.com/questions/4191262/fixed-header-column-width-in-gridview
http://forums.asp.net/t/1344016.aspx/1
http://stackoverflow.com/questions/309815/gridview-column-width-in-asp-net-2-0
Thirisangu
Member
26 Points
187 Posts
how to make grid view cells in fixed size?
May 11, 2012 11:42 AM|LINK
i have added some values in grid view. i am using check box filter on grid view.
when filtering the cell size of grid view is changed.
// I want a fixed size cell for all values. Even it will contain one value or more than one.
Thanks in advance.
asp
amit.jain
Star
11225 Points
1815 Posts
Re: how to make grid view cells in fixed size?
May 11, 2012 12:39 PM|LINK
you can set itemstyle width attribute of cell header
<asp:BoundField DataField="EmployeeID" HeaderText="ID"
InsertVisible="False" ReadOnly="True"
SortExpression="EmployeeID" ItemStyle-Width="200"/>
amiT jaiN
ASP.NET C# VB Articles And Code Examples
Nasser Malik
Star
11270 Points
1731 Posts
Re: how to make grid view cells in fixed size?
May 11, 2012 12:47 PM|LINK
already asked many times. see
http://stackoverflow.com/questions/4191262/fixed-header-column-width-in-gridview
http://forums.asp.net/t/1344016.aspx/1
http://stackoverflow.com/questions/309815/gridview-column-width-in-asp-net-2-0
Skype: maleknasser1