Customizing group header in qListView -Using a qListView and qDynamicLayout web parts for this SharePoint publishing page. Each qListView is grouped by a Subcategory column, but not wanting to show the column label, just the value.
Title
Is there a way to add CSS styles so that a group heading and the hyperlnks are vertically aligned?Description
Cause
ConfigurationResolution
There is a simple solution to align the header values with the grouped data, by setting the Results Header property under Custom Display with the following CSS style definition:
<style>
.RadGrid .rgGroupHeader TD P {padding-left:0px;} </style>