igGrid column auto width
New DiscussionHi,
I am using MVC 3 and Infragistic Grid for showing data.
@(Html .Infragistics() .Grid<Measurement>(Model.Measures) .ID(“wbGrid”)
.AutoGenerateColumns(true)
.Features(features => { features.Paging().PageSize(50).TotalRecordsCount(measurements.Count); features.Resizing(); })
.Height(“400px”)
.DataBind()
.Render() )
I have records with over 100 columns. I want the columns to increase width as per the text.
But the columns are getting shrinked.
I am stuck. Please respond as quickly as possible.
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
11 Created On
Dec 06, 2012 Last Post
13 years, 3 months ago