Completed
Last Updated: 16 Jul 2018 11:25 by ADMIN
ADMIN
Marin Bratanov
Created on: 30 Sep 2015 07:46
Category: FormDecorator
Type: Bug Report
0
Decorated checkboxes in RadGrid blend with the selected row background color in Bootstrap skin when RenderMode=Lightweight for the RadFormDecorator
A workaround is to add a CSS rule that provides a contrasting background color for the decorated checkbox. For example:

		.RadForm_Bootstrap .RadGrid .rfdToggleImage
		{
			background-color: white;
		}

This applies to Q3 2015 with RenderMode=Lightweight for the RadFormDecorator control. Older versions should be upgraded to the latest.
0 comments