Forum Replies Created
-
Author
-
I’m also work with angular_jqxwindow,
i’m getting this issue:
ERROR TypeError: a(…)[c] is not a function
same thing I follow from the below link:
https://www.jqwidgets.com/angular/angular-window/angular-window-defaultfunctionality.htm
Only thing is i create jqxwindow as seperate component, not in app.component.
Any idea?????
Superb!,
It’s working for me. Thanks.yes of course, the hover is not working for me. If i set menu item in normal
- , the hover is working fine. If i set menu item by using angular *ngFor the hover is not working. <li
*ngFor=”let item of items”>
{{item.label}}Can U pls update me…
Thanks in advance.If I set
- element like
<li
*ngFor=”let item of items”>
{{item.label}}The hover function not working for me. Is there any solution.
for jqxMenu, i could not use this approach…. Why?
- <li
*ngFor=”let item of items”>
{{item.label}}***
<jqxButton [theme]=”{{myCustomTheme}}”>
Button
</jqxButton>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….
Thanks it is working fine.
Hi Ivo,
Thanks, Now its working. I have another doubt ….what about this one. [scrollbarsize]=”8″
June 20, 2017 at 10:27 am in reply to: possibility of row resize in jqxGrid possibility of row resize in jqxGrid #94439Hi Peter,
Thanks for Your response.September 15, 2016 at 10:55 am in reply to: Need source code or sample code expample Need source code or sample code expample #87351Hi 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.?
- , the hover is working fine. If i set menu item by using angular *ngFor the hover is not working. <li
-
AuthorPosts