I have 5 buttons using bootstrap css.
they are used as filters for the grid.
what is a good way to highlight the current filtered button used?
I can set enabled = false but that just slightly dims the button and is not enough to make it stand out.
1 Answer, 1 is accepted
0
Marin Bratanov
Telerik team
answered on 07 Mar 2017, 10:37 AM
Hi Doug,
You should use CSS to change their appearance. For example, you can cascade through the disabled attribute, or you can even add a new class.