RicoSuter/MyToolkit

data grid header height

setin1219 opened this issue · 4 comments

Hi,

is there a way to increase datagrid header row height .

thanks,
nitesh

You need to override the theme for the DataGrid. I ended up pulling in all of the resources and modifying them as necessary to achieve certain business rules. (Background colors, font colors, themes for rows all dependent on certain criteria.)

Hi Jkronk,

where can i find the resource file of toolkit.

thanks,
nitesh

It is in the Themes in this GitHub directory.

thanks, closing the ticket