- Joined
- 31 Dec 2003
- Posts
- 5,172
- Location
- Barrow-In-Furness
How can I limit the size of the GridView when Editing? It expands to a stupid size and breaks my website 
I've tried changing the width in the EditRowSize properties but it does nothing.
Also looking for some advice on what i'm doing.
Since you can't input data using the GridView but I would like an input section that pretty much resembles the way it's layed out, I was going to create a button which generates a new row in the database but with blank fields, then do an autopostback so the user can click edit and then add the values into the GridView.
Does that seem sensible or is there a better way?

I've tried changing the width in the EditRowSize properties but it does nothing.
Also looking for some advice on what i'm doing.
Since you can't input data using the GridView but I would like an input section that pretty much resembles the way it's layed out, I was going to create a button which generates a new row in the database but with blank fields, then do an autopostback so the user can click edit and then add the values into the GridView.
Does that seem sensible or is there a better way?