[CLOSED] Striperows not working in Gridview

  1. #1

    [CLOSED] Striperows not working in Gridview

    Hi

    It looks like the striperows is not working in v2 and I didn't have alternative colors in the grid list, using the same code the alternate colours are showing in v1. Is that a bug or am I not doing it correctly? Thanks in advance

    Chris
    Last edited by Daniil; May 11, 2012 at 4:30 PM. Reason: [CLOSED]
  2. #2
    StripeRows is active by default
    See the following sample
    https://examples2.ext.net/#/GridPanel/ArrayGrid/Simple/

    Can you provide your test case?
  3. #3
    Thank you so much for your reply you are super!

    sorry that's my bad.... my LCD monitor and my laptop monitor both showing the same colour (to me) but then I adjusted my laptop brigtness I saw the different colours!! I think the reason why i saw that in V1 is because the default colours of the stripes in V1 has higher contrast....

    Now my question is how to change the colours to make them more distinct? What CSS element should I change to accomplish that?
  4. #4
    You can always to find required rules using developers tools (each moder browser has own developers tools for investigating DOM tree)
    For example, standard CSS rule for striping is
    .x-grid-row-alt .x-grid-cell,
    .x-grid-row-alt .x-grid-rowwrap-div {
      background-color: #fafafa; 
    }
    Also, the following sample can be interesting also
    https://examples2.ext.net/#/GridPane...ous/Custom_UI/

Similar Threads

  1. [1.0] GridView not working
    By mj.daly in forum 1.x Help
    Replies: 2
    Last Post: Nov 23, 2010, 5:13 PM
  2. [1.0] GridView not working
    By mj.daly in forum 1.x Help
    Replies: 1
    Last Post: Nov 23, 2010, 4:22 PM
  3. [CLOSED] GridView GetRowClass: not working with RowExpander plugin
    By capecod in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 05, 2010, 1:44 PM
  4. Ajaxmethod - Bind asp Gridview not working
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Dec 22, 2009, 12:16 PM
  5. StripeRows color
    By fabiomarcos in forum 1.x Help
    Replies: 2
    Last Post: Mar 02, 2009, 3:36 PM

Tags for this Thread

Posting Permissions