We are currently having a logic in place where we load initial grid data and then process additional data after which we refresh the grid in order to see that additional data. Is there a way to do this without grid refresh?
-Stevan
Nikolay
Telerik team
commented on 28 Mar 2023, 08:57 AM
Hi Stevan,
How are you processing the additional data?
Generally speaking, when new data is coming from the remote server the grid will invoke the read() method and it will refresh itself with the new data.
nevertheless, if you would like to create an Item in the dataSource without refreshing the Grid you can check the following article demonstrating how this can be achieved:
Hi Stevan,
How are you processing the additional data?
Generally speaking, when new data is coming from the remote server the grid will invoke the read() method and it will refresh itself with the new data.
nevertheless, if you would like to create an Item in the dataSource without refreshing the Grid you can check the following article demonstrating how this can be achieved:
Regards,
Nikolay