Changing Data in DataGrid programmatically

  1. 5 years ago

    VinDo

    2 Jul 2018 User since 2018

    Is there a way of changing the data in the data grid programatically?
    I would like to amend the data in the datagrid in response to a slider, or input from the user in the final application in real time.
    Any thoughts?

  2. TheMexican

    2 Jul 2018 User since 2016

    I don't think that is possible. The only way I know is to double click on the Chart and use the Excel-like grid.

  3. marco

    2 Jul 2018 Administrator User since 2016

    Hi @VinDo it is not currently possible but we plan to greatly improve data grid support and features in a future release. As a workaround I strongly suggest you to use an in-memory sqlite database that can be filled with slider's values easily.

or Sign Up to reply!