Change size of edit, update and cancel buttons of a DataGrid?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, How can I change the size of the pushbuttons used to the Edit, Select, Update and Cancel button used in the DataGrid? Rickard
Hi Rickard, if you want to customize them further, take out the EditCommandColumn, and replace it with a TemplateColumn containing the 's as you want them. Just be sure to include CommandName="Edit", etc. Datagrid Girl http://www.datagridgirl.com http://www.codeproject.com