Author Topic: PQ Grid : Standard Class  (Read 2069 times)

HardikKumar.Zaveri

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 13
    • View Profile
PQ Grid : Standard Class
« on: April 05, 2019, 02:04:54 am »
Hi,

I have a one question to ask you. There are some standard css classes such as .pq-table, .pq-grid, .pq-grid-center, .pq-cont-right, .pq-grid-cont  etc.

Is there a way we can override certain properties of it through custom css class and apply it through PQ grid setting/configuration? The reason for this I need to override some of these classes for specific set of PQ grid in my solution instead of applying to all PQ grids?

Appreciate your input here.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: PQ Grid : Standard Class
« Reply #1 on: April 05, 2019, 04:36:00 pm »
css classes and configuration settings are different things.

css classes can be used to modify the styling of the grid while configuration settings can be used to alter behavior / functionality of the grid.

HardikKumar.Zaveri

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: PQ Grid : Standard Class
« Reply #2 on: April 06, 2019, 01:51:46 am »
How do we customize  standard classes (.pq-table, .pq-grid, .pq-grid-center, .pq-cont-right, .pq-grid-cont) and apply them to specific set of PQ grid on project?