Loading...

Is there a way to add CSS styles so that a group heading and the hyperlnks are vertically aligned?

Title

Is there a way to add CSS styles so that a group heading and the hyperlnks are vertically aligned?

Description

Is there a way to add CSS styles so that a group heading and the hyperlnks are vertically aligned?

Please wait...

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.  

Cause

Configuration

Resolution

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>

Defect ID

Configuration

Leave a Reply