data grid header height
setin1219 opened this issue · 4 comments
setin1219 commented
Hi,
is there a way to increase datagrid header row height .
thanks,
nitesh
jkronk commented
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.)
setin1219 commented
Hi Jkronk,
where can i find the resource file of toolkit.
thanks,
nitesh
jkronk commented
It is in the Themes in this GitHub directory.
setin1219 commented
thanks, closing the ticket