jQWidgets Forums

jQuery UI Widgets Forums Grid JqxGrid with Dynamic data

This topic contains 2 replies, has 2 voices, and was last updated by  Ravishankar 11 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • JqxGrid with Dynamic data #30993

    Ravishankar
    Participant

    Hai Peter,

    I am working on a project which contains a dynamic grid.The grid has two polls,one for real time data and the other for Exceptions.
    There are some problems I face in this grid view.They are,

    1. All the rows and cells are not updated at a time with real time data and exceptions.Only the rows and cells in our current view point are updated.Is there any setting to update all rows and cells at a time.I use ‘setvalue’ method to put data in a cell.

    2. while scrolling,the table struck for a moment,if its updating data.

    3. I can’t use your jqxtooltip,when i try to provide my own custom tooltip,it doesn’t work.

    4. Is there any way to disable the jqxscrollbar that comes default with the jqxgrid.

    5. mousehover binding is not possible.

    6. The value ‘0’ appears sometimes.

    7. Is there any way that i can get a table instead of a grid,Still having the re size,reorder,show hide functionality?

    Please help me

    JqxGrid with Dynamic data #30994

    Peter Stoev
    Keymaster

    Hi Ravishankar,

    – If you update the Grid on some intervals, it is normal that it will stuck if you scroll up/down because your data update will re-render the Grid.
    – binding to mouse hover is not possible. Using custom tooltips is not possible, too.
    – No, it is not possible to disable the Grid scrollbars
    – jqxGrid is what we have for displaying tabular data.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    JqxGrid with Dynamic data #31050

    Ravishankar
    Participant

    Hi Peter,

    Thanks for replying so fast.

    I just want to know if there is any way to render the full grid with data,at a time. Now when I supply the full grid data,only the visible cells are rendered.The other cells are rendered only when I scroll to that area.I use an array to supply data to the grid.

    Thanks In advance

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

You must be logged in to reply to this topic.