To change the size of the textboxes in a datagrid that is in edit mode
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi When a datagrid that is in edit mode, it creates TextBox controls in each edit cell of the table. How do you change these Textboxes' width size? thank you
Hai Mayl, Try to use Templated Coloums so that you can have a better control over the cell controls.
-
Hai Mayl, Try to use Templated Coloums so that you can have a better control over the cell controls.