shuki

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • in reply to: virtual scroll + ajax xml data + go to page programmatically #98969
    shuki
    Participant

    Hi,

    Can anyone help with this issue?

    I have the same problem with dynamic scrolling that when I programmatically load a specific page the grid does not scroll to it.

    If I try to scroll to the position of the records in the page using:

    grid.closest(“.ui-jqgrid-bdiv”).scrollTop(2400);

    The scroll button moves a bit and fires loading of the page the scroll button is currently on.

    Any help will be greatly appreciated.

    Thanks

    shuki
    Participant

    Hi Tony,

    It does work. I needed to change the z-index so that it will come over the dialog:

    $(“#lui_”+grid_id).css(“z-index”, 1000);

    $(“#load_”+grid_id).css(“z-index”, 1001);

    and revert to the original z-index at the end:

    $(“#lui_”+grid_id).css(“z-index”, 100);

    $(“#load_”+grid_id).css(“z-index”, 101);

    Thanks!

    shuki
    Participant

    Hi Tony,

    Thanks for your quick answer.

    I hoped that someone else already came up with this requirement, so a solution will be readily available..

    Anyway, I implemented a solution to make the

    in reply to: unformat – getting the original value #94198
    shuki
    Participant

    Hi Tony,

    I understand what is passed to the unformat function.

    My question is how do we get the original value that was formatted with the format function?

    For example:

    My cellvalue holds text like: '

    hello Tony

    '

    I format it to show the text only: 'hello Tony'

    and I wonder if I can refer to the original cellvalue from the unformat function?

    Hope I am clear.

    Thanks for your work and support

    Shuki

    in reply to: rtl (right to left text direction) support #87340
    shuki
    Participant

    Hi

    I would love to help test things, as I wish to use the grid with Hebrew.

    Please write to me when you need my help.

    Thanks,

    Shuki

    in reply to: rtl (right to left text direction) support #87307
    shuki
    Participant

    Hello Tony,

    Thanks for your reply.

    Browser support for right-to-left direction is pretty straight forward. By setting the css attribute direction

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

Stay connected with us in your favorite flavor!