Bold CheckAll Item in Listbox

1 Answer 42 Views
Ajax ListBox
Gilberto
Top achievements
Rank 1
Gilberto asked on 21 Mar 2023, 02:22 AM
Is it possible to bold CheckAll text in listbox?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 22 Mar 2023, 01:22 PM

Hi Gilberto,

Yes, you can style the Check All text with the help of the rlbCheckAllItems CSS class:

<style>
	.rlbCheckAllItems {
		font-weight: bold;
	}
</style>

Regards,
Rumen
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Ajax ListBox
Asked by
Gilberto
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or