Loading...

qListView – Grouped Item Style

qListView – Grouped Item Style

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #7480
      Anonymous
      Anonymous
      Participant

      Hi

      n

       

      n

      I think you could use the external CSS to achieve that. You can use below steps as a workaround:

      n

       

      n

        n

      1. Drag a HTML Form web part into the page.
      2. n

      3. Edit this web part, click ‘Source Editor’, input below JavaScript:
      4. 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

    • #7027
      Anonymous
      Anonymous
      Participant

      Thanks,

      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

    • #4656
      Anonymous
      Anonymous
      Participant

      Hi,

      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,

       

    • #7482
      Anonymous
      Anonymous
      Participant

      Hi

      n

       

      n

      I have create an enhancement request for the team, the ID is #442194.

      n

       

      n

Viewing 3 reply threads

You must be logged in to reply to this topic.