This is a migrated thread and some comments may be shown as answers.

changing color when multiselecting with mouse drag

2 Answers 448 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bshara
Top achievements
Rank 1
Bshara asked on 27 Mar 2019, 11:13 PM
I have a grid where I multiselect using the mouse drag. The color that shows when doing so is orange. How can I change the color? I'm referring to the rectangle that shows up when you select multi rows with the mouse.

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 28 Mar 2019, 02:35 PM
Hello Bshara,

The color of this element depends on the selected Theme - it will be different for the different Themes:
https://demos.telerik.com/kendo-ui/grid/selection

To change it, you can use the following CSS rule:
<style>
  .k-marquee{
    background-color: lime;   
  }
</style>

Here is a live dojo sample for demonstration:
https://dojo.telerik.com/IgoXAYoM

I hope this will prove helpful.

Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Bshara
Top achievements
Rank 1
answered on 28 Mar 2019, 06:09 PM
Hi Eyup, thanks for your help. That helped. It was actually k-marquee-color that I was looking for.
Tags
Grid
Asked by
Bshara
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Bshara
Top achievements
Rank 1
Share this question
or