We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Selected cell border

Is possible to remove/hide border around selected cell in grid?




1 Reply

SP Sarveswaran Palani Syncfusion Team April 24, 2023 03:48 AM UTC

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



Loader.
Live Chat Icon For mobile
Up arrow icon