Themeing for GridPro

Hi,

I have a theming definition as follows:

<dom-module id="softvanguard-grid" theme-for="vaadin-grid vaadin-grid-pro">
	<template>
		<style>
			[part~="header-cell"]
 {
				border: 1px solid #B0C4DE;
				background-color: #CCCCCC;
				color: #000000;
				font-weight: bold;
			}
		</style>
	</template>
</dom-module>

However, the results showed that it only adpplied to Grid. To GridPro, the theme failed to get applied. Any advice how to fix it?

Best regards,
Joey

Hi!

You can try “vaadin-grid*”.

Greetings
Thomas