jQWidgets Forums

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Horizontal menu problem Horizontal menu problem #72689

    pyrobel
    Participant

    As there is no solution, I do a little one wich can perhaps help other people.
    It is not perfect and need more details, but working.

    (resize the win to see it working)

    min max fiddle ex.

    in reply to: Horizontal menu problem Horizontal menu problem #72468

    pyrobel
    Participant

    Peter, I see that you understand my problem.

    But what is the solution? Is it a way to know the width of the menu and so minimize the menu if needed?
    Or another solution (like the toolbar do as sayed before)?


    pyrobel
    Participant

    Hello,

    I am also waiting for this … (from json ;o)
    Do you have an idea of the implementation of this?
    Thanks!

    David

    in reply to: catch past event catch past event #23421

    pyrobel
    Participant

    Hello,

    when I use this, it is working as expected bud not with date or price datafield.
    What do I have to do to detect ctrl + v in every situation in a grid?

    handlekeyboardnavigation: function(event)
    {

    if(event.which == 86 && event.ctrlKey == true) {
    alert(“copy”);
    // here I will do what I want to paste the data in the grid
    return true;
    }

    // your code

    var key = event.charCode ? event.charCode : event.keyCode ? event.keyCode : 0;
    if (key == 13) {
    alert(‘Pressed Enter Key.’);
    return true;
    }
    else if (key == 27) {
    alert(‘Pressed Esc Key.’);
    return true;
    }
    }

    thanks,

    david

    in reply to: Header in JQXGrid Header in JQXGrid #17574

    pyrobel
    Participant

    Hi,

    Do you think add this feature?
    I am looking for exactly that as well.

    Regards,

    David

    in reply to: grid and dropdown list grid and dropdown list #17249

    pyrobel
    Participant

    OK, I do it now

    Regards,

    David

    in reply to: grid and dropdown list grid and dropdown list #17230

    pyrobel
    Participant

    Hi Peter,

    Thanks for your answer.
    When you say future version, what does it means?
    (Some of my customers complains about this behaviour… )

    Regards,

    David

    in reply to: header height header height #17081

    pyrobel
    Participant

    thanks! its working…
    I forgot !important

    sory!

Viewing 8 posts - 1 through 8 (of 8 total)