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

Group Column Indicator Formatting

2 Answers 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Reid
Top achievements
Rank 2
Reid asked on 18 Mar 2018, 10:53 PM

How can I change the foreground color of the button that represents the grouped column when the user drags that column header into the Grouping bar on top of the grid?  The "ADD NEW RECORD" and other buttons above it show a foreground color of white, but the buttons is unreadable with a light gray background.

Any suggestions would be appreciated.

Thanks

2 Answers, 1 is accepted

Sort by
0
Reid
Top achievements
Rank 2
answered on 18 Mar 2018, 11:21 PM

I just found the solution to this :

 

.k-group-indicator .k-link .k-icon {
margin-right: 4px;
color: white;
}
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
color: white;
min-width:100px;
}

0
Accepted
Stefan
Telerik team
answered on 21 Mar 2018, 09:28 AM
Hello, Reid,

I'm glad to hear that you have found a solution to the request.

Also, I added some Telerik points to your account for sharing the solution with the Kendo UI community.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Reid
Top achievements
Rank 2
Answers by
Reid
Top achievements
Rank 2
Stefan
Telerik team
Share this question
or