JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › RefreshView() is not working › Reply To: RefreshView() is not working
December 1, 2020 at 12:53 pm
#101196
admin
Keymaster
Hi Nikhil,
this.source.dataSource[0][‘columnName’] = “something” is Invalid code. this.source.dataSource[0][‘columnName’]=”dataupdated”; is not updating the data source and does not notify the Grid that the data source is updated.
You should be using the Grid API for that as show in this example: https://www.htmlelements.com/demos/grid/live-update/
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/