Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • in reply to: Grid height. Grid height. #97707

    seenuvasanV
    Participant

    Hi Ivo,

    Thanks, it was useful. Can U pls tell me how to work with submenu in jqxmenu. For example i have to disable submenu item in particular scenario in angular framework.

    ???

    Im looking for Yr answer..

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

    seenuvasanV
    Participant

    Hi Ivo,

    I have one requirement on jqxGrid in angular app, how to fire grid column header right click event.

    Thanks,

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

    seenuvasanV
    Participant

    in my angular application.

    <jqxSlider> </jqxSlider>

    getting this issue:

    ERROR TypeError: e._helpers.element.sizeChanged is not a function

    What i’m missing?

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

    seenuvasanV
    Participant

    Hi Ivo,

    Thanks to Your reply. It was useful. I need one more help..

    <jqxInput [(ngModel)]=”country”
    [width]=”200″ [height]=”25″ [source]=”countries”
    [minLength]=”1″ [items]=”3″>
    </jqxInput>

    How to set default value to the jqxInput. If i set [val]=”‘Input Value'” , it will through error..

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

    seenuvasanV
    Participant

    Hi Ivo,

    Please tell me. <div #windowHeader> {{WindowTitle}} </div>

    The way of define window title by this way is possible or not. I’m waiting for your reply..

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

    seenuvasanV
    Participant

    Hi Ivo,

    Thanks for Your response, angular stuff working fine in other part of the application. My complete window.component.html is:

    <div>{{WindowTitle}}</div> –> This is working fine in the same html file..
    <jqxWindow #windowReference
    [autoOpen]=”false” [isModal]=”true” (onClose)=”editSpotWindowClose($event)”
    [width]=”300″ [height]=”‘auto'” [position]=”{ x: 50, y: 120 }”>
    <div #windowHeader> {{WindowTitle}} </div> –> This is not working..
    <div #windowContent>
    Some aspects attributed to the first RISC-labeled designs around 1975 include the
    observations that the memory-restricted compilers of the time were often unable
    to take advantage of features intended to facilitate manual assembly coding, and
    that complex addressing modes take many cycles to perform due to the required additional
    memory accesses…
    </div>
    </jqxWindow>

    outside of the <jqxWindow> tag it is working fine, within the <jqxWindow> tag only not working ….

    Do you have any demo link to the angular {{}} inside the <jqxwindow>..

    I go through below links from your site: I don’t find any {{}} dynamic bind there…

    1) https://www.jqwidgets.com/angular/angular-window/angular-window-defaultfunctionality.htm
    2) https://www.jqwidgets.com/angular/angular-window/angular-window-multiplewindows.htm

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

    seenuvasanV
    Participant

    Hi Ivo,

    Even, {{1+1}}, this simple expression also not getting evaluated..?

    <div>New Window {{1+1}}</div>

    Please update me, Your side everything is fine.???

    angular/cli version::1.5.2
    jqwidget version::5.4.0

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

    seenuvasanV
    Participant

    My code is here in component:::

    @ViewChild(‘windowReference’) window: jqxWindowComponent;
    ngOnInit() {
    this.WindowTitle = “Edit Window”;
    }
    ngOnChanges(changes: SimpleChanges) {
    this.window.open();
    }

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

    seenuvasanV
    Participant

    Hi Ivo,

    Everything is working fine. But able to display only static content. I’m unable to display the dynamic content..
    for example.

    <div>{{WindowTitle}}</div>

    This is not working. It wont throw any error. {{WindowTitle}} not binding. Maybe any timing issue is there???

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

    seenuvasanV
    Participant

    Thanks for yr help, and it was working now..!! Great..

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

    seenuvasanV
    Participant

    Can You pls give me any command line guideline to update to latest version???

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

    seenuvasanV
    Participant

    Hi Ivo,

    This is the thing i’m using..
    /*
    jQWidgets v4.5.4 (2017-June)
    Copyright (c) 2011-2017 jQWidgets.
    License: http://jqwidgets.com/license/
    */

    Thanks.,

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

    seenuvasanV
    Participant

    Am I missing any configuration???

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

    seenuvasanV
    Participant

    Hi sorry to disturbing you,

    While start working with jqxWindow. It’s continuously giving me the issues.

    ERROR TypeError: this.host.jqxWindow is not a function
        at jqxWindowComponent.webpackJsonp.../../../../jqwidgets-framework/jqwidgets-ts/angular_jqxwindow.ts.jqxWindowComponent.open (angular_jqxwindow.ts:474)
        at AppComponent.webpackJsonp.../../../../../src/app/app.component.ts.AppComponent.onShowButton (app.component.ts:41)
        at Object.eval [as handleEvent] (AppComponent.html:4)
        at handleEvent (core.es5.js:11998)
        at callWithDebugContext (core.es5.js:13467)
        at Object.debugHandleEvent [as handleEvent] (core.es5.js:13055)
        at dispatchEvent (core.es5.js:8614)
        at core.es5.js:10770
        at SafeSubscriber.schedulerFn [as _next] (core.es5.js:3647)
        at SafeSubscriber.webpackJsonp.../../../../rxjs/Subscriber.js.SafeSubscriber.__tryOrUnsub (Subscriber.js:238)
    in reply to: Grid height. Grid height. #97341

    seenuvasanV
    Participant

    For Your reference full error list:

    ERROR TypeError: a(...)[c] is not a function
        at Object.createInstance (eval at webpackJsonp.../../../../script-loader/addScript.js.module.exports (addScript.js:20), <anonymous>:8:18094)
        at jqxWindowComponent.webpackJsonp.../../../../jqwidgets-framework/jqwidgets-ts/angular_jqxwindow.ts.jqxWindowComponent.createComponent (angular_jqxwindow.ts:129)
        at jqxWindowComponent.webpackJsonp.../../../../jqwidgets-framework/jqwidgets-ts/angular_jqxwindow.ts.jqxWindowComponent.ngOnInit (angular_jqxwindow.ts:66)
        at checkAndUpdateDirectiveInline (core.es5.js:10843)
        at checkAndUpdateNodeInline (core.es5.js:12341)
        at checkAndUpdateNode (core.es5.js:12284)
        at debugCheckAndUpdateNode (core.es5.js:13141)
        at debugCheckDirectivesFn (core.es5.js:13082)
        at Object.eval [as updateDirectives] (AppComponent.html:25)
        at Object.debugUpdateDirectives [as updateDirectives] (core.es5.js:13067)
Viewing 15 posts - 1 through 15 (of 26 total)