- This topic is empty.
- AuthorPosts
-
-
03/25/2015 at 5:09 am #7480
AnonymousParticipantHi
n
n
I think you could use the external CSS to achieve that. You can use below steps as a workaround:
n
n
- n
- Drag a HTML Form web part into the page.
- Edit this web part, click ‘Source Editor’, input below JavaScript:
n
n
n
<script>
n
$telerik.$(function(){
n
$telerik.$('.rgGroupHeader').css('background-color', 'red');
n
$telerik.$('td.rgGroupCol').css('background-color', 'red');
n
});
n
</script>
n
3. Save it, and hide this web part by clicking the 'Hidden' check box.
n
n
After the page refresh, this script will scan the page and find the 'rgGroupHeader' and ‘rgGroupCol’ under the ‘td’ tag, then add the background color style to them. This example is change the background color to red, you can change it to any style according to your case.
n
- 03/26/2015 at 3:38 am #7027
AnonymousParticipantThanks,
n
We will take a look at that as an option.
n
For a feature request, can Grouped fields just maintain the formatting they were configured with using the Item Style type fields instead of disregarding those fields as soon as the column becomes a Grouped column.
n
As always, thank you for the quick response.
n
Trav
- 03/26/2015 at 4:07 am #4656
AnonymousParticipantHi,
n
It looks like the Item Style columns is ignored once a column in a qListView becomes the Grouped column.
n
Is there a way to change the color for the Grouped? I see Color Appearance will let you, but that could be an infinite number of values to enter.
n
I just want to change the background color for all.
n
Thanks,
- 03/26/2015 at 4:07 am #7482
AnonymousParticipantHi
n
n
I have create an enhancement request for the team, the ID is #442194.
n
n
-
- AuthorPosts
You must be logged in to reply to this topic.