Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
Customize theme of date picker in grid toolbar
posted

Hello,

I'm trying to use the IgxDatePicker in a grid toolbar with custom theming.

I've created a stackblitz with my setup. Please use that as the basis for any examples that you may offer.

https://stackblitz.com/edit/angular-9g52kx

NOTE: You can't see the date pickers I have defined because of the style issues I'm having. Simply adding a white background to the wrapper will show them but I want to avoid that.

My question is three-fold:

  1. How can I get the date picker to register my defined theme?
  2. How can I change the background and color of the label (placeholder text and value of the datepicker) of the date picker (what you see on the page before you click the date picker)?
  3. How do I override the colors in my primary palette?
    1. NOTE: This may or may not actually be a problem. The buttons in my toolbar theme are responding correctly so if 1 and 2 can get answered then perhaps this isn't actually an issue.
    2. You will find a section in styles.scss that I have commented out with the settings for my primary theme see 
      /*******primary theme details*******/

Thanks!