Hello. I am currently trying to accomplish a couple of things with checkbox columns in a RadGridView. My experience with styling in XAML is zero, so good examples would be helpful.
I would like to be able to take the standard checkbox control and
1. Make it larger (for both view and edit mode)
2. When in view mode, style the checkbox control in some way to make it stand out (like Bold or a different color).
The documentation does not provide any examples at all on how to apply styles outside of telling you to create a ControlTemplate and then applying that ControlTemplate to a Style. I believe this is tailored to a developer that already knows how to do these things.
I would like to apply this per-grid for the time being.