data display prob in GridView
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
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>