I need to make one column in a Datagrid to have a pointer cursor but any styling does not change everything. I've tried using the dxi-column selector and also using a class. Both with and without::ng-deep
.
Any ideas or solutions?
<dxi-column dataField="companyDetails.name" caption="Company">
</dxi-column>
I have started using the template but I can't get the wrapper to filling out the cell
::ng-deep .dx-template-wrapper {
cursor: pointer;
}