JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › swtiching data set for grid › Reply To: swtiching data set for grid
March 30, 2023 at 5:58 pm
#104662
Markov
Keymaster
Hi,
grid.dataSource.dataSource = null is an incorrect syntax. If you want to change the dataSource, then you need to set the grid.dataSource to a new dataAdapter or a new Array of data.
Regards,
Markov