igniteui-webcomponents
igniteui-webcomponents copied to clipboard
Grid Web Component custom element should render itself into a Shadow DOM
The main advantage of web components is their encapsulation by rendering into Shadow DOM that browsers protect from outside scripts and CSS pollution. Most Ignite UI components already do that but the Grid does not. It is essential if this component is to be considered for any enterprise-level web components or applications.