[CLOSED] Customize rows

  1. #1

    [CLOSED] Customize rows

    Hi guys,

    Please could you offer some assistance in customizing the grid panel to be able to mark a set of rows as being together by painting a open bracket '[' image to the left of the rows.. please see attached image.

    I am trying to achieve something similar to how they group query clauses in the Microsoft team foundation system.
    Attached Thumbnails Click image for larger version. 

Name:	Image.png 
Views:	54 
Size:	14.6 KB 
ID:	3816  
    Last edited by geoffrey.mcgill; Feb 13, 2012 at 9:01 PM. Reason: [CLOSED]
  2. #2
    Hi,

    You should be able to place an icon at the beginning of a row adding a custom CSS class with "background-image" for that row.

    To manage adding CSS class for rows, you can use the GridView's GetRowClass.
    http://docs.sencha.com/ext-js/3-4/#!...od-getRowClass

    Here is some example how to use GetRowClass:
    https://examples1.ext.net/#/GridPane...rking_Records/

Similar Threads

  1. [CLOSED] Customize icons in TreePanel
    By bakardi in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 19, 2012, 12:30 PM
  2. [CLOSED] GridPanel.Rows.Changing Background Color of Rows
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 01, 2012, 5:18 PM
  3. Ext.Net Webdesktop customize shortcuts
    By blue in forum 1.x Help
    Replies: 3
    Last Post: Apr 05, 2011, 1:12 PM
  4. How to Customize Time in CalendarPanel
    By dotnet in forum 1.x Help
    Replies: 0
    Last Post: Mar 17, 2011, 5:34 PM
  5. Replies: 5
    Last Post: May 15, 2009, 2:36 AM

Posting Permissions