increse size of row in GridView
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i have gridview , in which i hv column as Review comments, ....when data get display in tht.....i am not able to see full data how i will increase size of row? my aspx.cs code is as bellow <C1WebGrid:C1BoundColumn DataField="Remarks" HeaderText="Review Comments" SortExpression="Comments"><HeaderStyle HorizontalAlign="Center" Wrap="True"></HeaderStyle> <ItemStyle HorizontalAlign="Left" Wrap="true" Width="350px" ></ItemStyle>