jQWidgets Forums

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts

  • Debashis
    Participant

    Hi Peter,

    Thanks a ton for quick reply. Actually i am changing width of multiple columns in side for loop (Say 35 out of 40 columns). Can you please give me an example of beginUpdate and endUpdate.

    Thanks!

    in reply to: Grid tooltip Grid tooltip #64604

    Debashis
    Participant

    Hi,

    I implemented the above Grid tooltip, described by Peter Stoev, Dec 12, 2013. But I am facing an issue. As this tooltip is hosted to Whole grid id and on cellhover we reposition the tooltip with content. But when there is scroll bar in the grid, and when I hover to the scroll bar I can see the tooltip with last content showed during cellhover.

    Any solution to this problem?

    Thanks,
    Debashis

    in reply to: ellipses in jqxDropdown ellipses in jqxDropdown #63830

    Debashis
    Participant

    Hi Peter,

    Still I can see the horizontal scroll bar in the dropdown in the given example. Only ellipses shown after selected. Can it be achieved in the dropdown itself?

    Thanks,
    Debashis


    Debashis
    Participant

    Hi Nadezhda,

    Its working perfectly. Thanks a ton!


    Debashis
    Participant

    Hi Dimitar,

    I am adding tooltip something like below:
    cellhover: function (element, pageX, pageY) {
    var content = “<span style=’color: #000000;’>“+element.innerText+”</span>”;
    /*Here also I need the other columns data of same row where I hover the mouse on cell*/
    $(element).jqxTooltip({position: ‘mouse’, content: content});
    }
    I can not write as $(‘#jqxgrid’).jqxGrid() because I do not know the div reference id, I only have the element as parameter to callback. Also to call getrowdata I think row number is required but here I don’t have the row number.

    Any help?


    Debashis
    Participant

    Hi Dimitar,

    Thanks for reply!

    I have seen this example earlier. But I have a requirement like in tooltip I need to show the data of other columns in the same row. So inside cellhover callback can I get the row data of other column as well?

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