Hi Jiri,
Greetings from Syncfusion support.
From your query, we suspect that you want to remove the selected cell border
from the grid. We suggest you to include the below CSS style in your project to
overcome the reported issue at your end. We have attached the code snippet and
sample for your reference.
<style>
.e-grid
td.e-rowcell.e-focus.e-focused {
box-shadow:none;
}
.e-grid
th.e-headercell.e-focus.e-focused {
box-shadow:none;
}
</style>
|
Please get back to us if you have any further queries.
Regards,
Sarvesh