jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: jqxTree shaking problem in IE jqxTree shaking problem in IE #75232

    micmor
    Participant

    Hi! I have the same issue but with TreeGrid and only in IE, it happens when the height of the grid is larger than the browser’s window. when you clik a row then it “jumps” to the header and get that “shaking” feeling. First I thank that was my code but it is posible too see the problem in the sample pages as well , I use the latest version of IE (11). Thank you very much in advance!
    /Michel


    micmor
    Participant

    Thanks! the problem was that i used Tables before and had this as source:

       var source =
                {
                    localData: tennisLista,
                    dataType: "array",
                    //dataFields:
                    //[
                    //    { name: 'veckarad', type: 'string' },
                    //    { name: 'fDate', type: 'string' },
                    //    { name: 'tDate', type: 'string' },
                    //    { name: 'pass1', type: 'string' },
                    //    { name: 'pass2', type: 'string' },
                    //    { name: 'pass3', type: 'string' },
                    //    { name: 'pass4', type: 'string' },
                    //    { name: 'pass5', type: 'string' },
                    //    { name: 'pass6', type: 'string' },
                    //    { name: 'pass7', type: 'string' },
                    //    { name: 'pass8', type: 'string' },
                    //    { name: 'pass9', type: 'string' }
                    //]
                };

    but now it works!
    Thanks again for your fast answer!
    /michel

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