Link to home
Start Free TrialLog in
Avatar of karinos57
karinos57Flag for Afghanistan

asked on

Edit GridView Fields

Hi,
 
i  have GridView and DetailedView but would like to change the field size in both these controls like making a wider and bigger field where users can add more comments basically multiline text box.  so far i have seen when the GridViews are edit mode the fields are so small so how can we change this?  can someone point to me  a good tutorial about that or even show me here?  thanks
ASKER CERTIFIED SOLUTION
Avatar of Obadiah Christopher
Obadiah Christopher
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
For this you need to convert your Cell as an TemplateField.
Check the following tutorial.

http://www.asp.net/web-forms/tutorials/data-access/custom-formatting/using-templatefields-in-the-gridview-control-cs
Avatar of karinos57

ASKER

thnx