jQWidgets Forums

jQuery UI Widgets Forums Grid live data streaming

This topic contains 6 replies, has 2 voices, and was last updated by  Stanislav 7 years, 1 month ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • live data streaming #99114

    fatima12
    Participant

    how to acheive live data streaming through jqxgrid.want to update grid after every 1ms and change show change in data .if any cell value change show in top row

    live data streaming #99123

    Stanislav
    Participant

    Hello fatima12,

    This is very similar to: This

    Take a look at what ‘Dimitar‘ said.

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

    live data streaming #99147

    fatima12
    Participant

    thanks.but i dont want to refresh whole grid.just want to update specific columns.

    live data streaming #99148

    fatima12
    Participant

    and then for example grid have 10 rows after updating row 8 changes ther data and other rows have same data after updating make row 8 on top of grid.how i can achieve this

    live data streaming #99160

    Stanislav
    Participant

    Hello fatima12,

    We do not have such functionality, you can not update individual columns, you can only update the whole grid or the data.

    I am sorry but I couldn’t understand your question. Can you please clarify?
    You want to check the data, and if a row has been updated with new data, make it go to the top of the grid, but how exactly is this going to happen? Please share some more information with us!

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

    live data streaming #99348

    fatima12
    Participant

    https://www.ag-grid.com/javascript-grid-openfin-dashboard/ .i want to achiewve functionality like this with jqxgrid. thanks .

    live data streaming #99350

    Stanislav
    Participant

    Hello fatima12,

    Something like this example: Example
    JqxGrid doesn’t support liveupdate automaticly,it needs to be custom made.
    The example is very basic.

    Other methods, another method you might want to take a look at is Observable Array.
    It updates the whole data source of the grid.

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.