Edit Button in DataGrid

H

Houston Lucifer

Hi all, i have a question about customizing the font etc., for the
edit/cancel button on the datagrid. I have managed to customize about
everything but not the button.

Thanks
 
R

Riki

Houston said:
Hi all, i have a question about customizing the font etc., for the
edit/cancel button on the datagrid. I have managed to customize about
everything but not the button.

Thanks

When you want to customize that button only, convert that
column into a TemplateColumn. Then you have full control.

When customization may apply to all buttons in the grid, use a
style sheet, like this:
..myclass input {
font-size:10;
font-face: Comic Sans;
}
Apply the style sheet class to the datagrid (CssClass="myclass").
 
H

Houston Lucifer

Thank you very much

Riki said:
When you want to customize that button only, convert that
column into a TemplateColumn. Then you have full control.

When customization may apply to all buttons in the grid, use a
style sheet, like this:
..myclass input {
font-size:10;
font-face: Comic Sans;
}
Apply the style sheet class to the datagrid (CssClass="myclass").
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top