jQWidgets Forums

Forum Replies Created

Viewing 11 posts - 16 through 26 (of 26 total)
in reply to: Grid height. Grid height. #97298

seenuvasanV
Participant

If I set

  • element like
    <li
    *ngFor=”let item of items”>
    {{item.label}}

    The hover function not working for me. Is there any solution.

  • in reply to: Grid height. Grid height. #97289

    seenuvasanV
    Participant

    for jqxMenu, i could not use this approach…. Why?

      <li
      *ngFor=”let item of items”>
      {{item.label}}

      in reply to: Angular 2 and Themes Angular 2 and Themes #97281

      seenuvasanV
      Participant

      ***
      <jqxButton [theme]=”{{myCustomTheme}}”>
      Button
      </jqxButton>

      in reply to: Angular 2 and Themes Angular 2 and Themes #97278

      seenuvasanV
      Participant

      How to set dynamically the theme value?

      I’m asking something like this:

      export class HeaderComponent implements OnInit {
      theme: string = “myCustomTheme”;
      }

      <jqxButton [theme]=”{{theme}}”>
      Button
      </jqxButton>

      Then easily i can change in future….

      in reply to: Grid height. Grid height. #97226

      seenuvasanV
      Participant

      Thanks it is working fine.

      in reply to: Grid height. Grid height. #97178

      seenuvasanV
      Participant

      Hi Ivo,

      Thanks, Now its working. I have another doubt ….what about this one. [scrollbarsize]=”8″


      seenuvasanV
      Participant

      Hi Peter,
      Thanks for Your response.


      seenuvasanV
      Participant

      Hi Dimitar,
      Thanks for Your quick reply.
      1) We split whole page as 4 parts by jqxSplitter.
      2) Every splitter part have 1 jqxGrid, i mean 4 grids we have.
      3) When we load the page initially the grids are same width and same height.
      4) The grid don’t have scrollbars horizantally. Grids stretch 100% to the splitter area. We don’t allow the scrollbar here.
      5) When we resize the splitter left to right or right to left, we need to maintain the 100% stretch and we dont like to allow the scrollbars horizantally.

      I seen that your above example have scrollbar. Is there any other solution.?

      Viewing 11 posts - 16 through 26 (of 26 total)