change color

Page 1 of 2 12 LastLast
  1. #1

    change color

    Hello,

    I just want know how can i do to change the color of the grid, and the font of header.
  2. #2
    Hi,
    can u explain what you mean by change grid color...is it mean changing grid theme?
    pls explain clearly..
  3. #3
    hi,

    yes, to change grid theme, i want to change the default blue color and set it for example to gray, and change cell color too with header font
  4. #4
    https://examples1.ext.net/#/GridPane...ous/Custom_UI/

    look into this example.. I hope it will solve your problem
  5. #5
    thanks for your reply, but the sample doesn't help me, i want to change the gridpanel default color with is blue, in the sample they just change the color of cell, text tolbar, but the gridpanel is already blue, how can i change this ? this is my question
  6. #6
    Can you just tell me if it's possible or no ? thanks for reply
  7. #7
    which blue color you are talking about? Your question is not clear to me... actually the blue color of the gridpanel is because of images..
    by default Ext.Net provide four themes. If you want to use any of them add this tag in your web.config file

    <extnet theme="Gray" />
    Default theme name is "Default" other theme names are "Slate" and "Access"

    I hope this will help you..
    Last edited by geoffrey.mcgill; Aug 29, 2011 at 5:42 PM.
  8. #8
    Click image for larger version. 

Name:	3.png 
Views:	205 
Size:	17.1 KB 
ID:	3115

    if you can please see the attachment file, where exactly i have to put <extnet theme="Gray" /> in which section ?
  9. #9
    when i change theme it's ok it's work, but i want to know how can i do if i want to personalize it ?
  10. #10
    use firefox firebug or IE developer tool to know what css classes are applied for gridpanel.

    override the corresponding css class to apply your own styles.

    https://examples1.ext.net/#/GridPanel/...ous/Custom_UI/

    observe the source code of this example to know what css classes the gridpanel using and how they override the css.
Page 1 of 2 12 LastLast

Similar Threads

  1. how to change grouptab color
    By archana mahadule in forum 1.x Help
    Replies: 1
    Last Post: Jan 13, 2011, 12:29 PM
  2. How to change HtmlEditor default color.
    By speedstepmem3 in forum 1.x Help
    Replies: 3
    Last Post: Sep 29, 2009, 7:12 AM
  3. Replies: 12
    Last Post: Jun 17, 2009, 12:07 PM
  4. How to change the row color in gridpanel ?
    By allen.zhao in forum 1.x Help
    Replies: 2
    Last Post: May 21, 2009, 8:50 AM
  5. Change color of the window?
    By ensoph in forum 1.x Help
    Replies: 2
    Last Post: Mar 20, 2008, 4:56 AM

Tags for this Thread

Posting Permissions