Gridview problem
-
i have grid....in which displaying data....but data not get display properly. first line display proerly but problem is in 2nd line. full line(2nd) get display....but only above part.(ie half line get dispay) i have set wrap property as true...still not working my grid is as below <C1WebGrid:C1BoundColumn DataField="Remarks" HeaderText="Review Comments" SortExpression="Comments" Visible="true"> <HeaderStyle HorizontalAlign="center" Wrap="true"></HeaderStyle> <ItemStyle HorizontalAlign="left" Wrap="true" Width="350px"></ItemStyle> </C1WebGrid:C1BoundColumn>
-
i have grid....in which displaying data....but data not get display properly. first line display proerly but problem is in 2nd line. full line(2nd) get display....but only above part.(ie half line get dispay) i have set wrap property as true...still not working my grid is as below <C1WebGrid:C1BoundColumn DataField="Remarks" HeaderText="Review Comments" SortExpression="Comments" Visible="true"> <HeaderStyle HorizontalAlign="center" Wrap="true"></HeaderStyle> <ItemStyle HorizontalAlign="left" Wrap="true" Width="350px"></ItemStyle> </C1WebGrid:C1BoundColumn>
Have you tried width="100%" on your column?
- S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!
-
Have you tried width="100%" on your column?
- S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!