Hi,
I have a large number of RadGrids in my AP.NET AJAX project, and am using the following tag to remove the sort styling applied by the Office2010 skin:
Is there a way I can apply this setting to all grids (globally), without having to add the tag to every single RadGrid declaration?
If there's no global setting, what's the best way to manage the application of this type of common attribute across numerous grids?
I have a large number of RadGrids in my AP.NET AJAX project, and am using the following tag to remove the sort styling applied by the Office2010 skin:
<
SortingSettings
EnableSkinSortStyles
=
"false"
/>
Is there a way I can apply this setting to all grids (globally), without having to add the tag to every single RadGrid declaration?
If there's no global setting, what's the best way to manage the application of this type of common attribute across numerous grids?