I update my data through one of my own functions. I am looking for a function that reloads the data.
grid.dataSource.read(); does not work
Here is my example
http://jsbin.com/jizujevixi/1/
Many thanks
1 Answer, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 28 Jan 2015, 07:57 AM
Hello Markus,
DataSource read will force re-read of the data and repaint of all widget attached to this data source. It might seem in your case that the data is not re-read as it is initially given as array.
If you need calling `createRandomData` function of every read you will have to define transport.read as function instead.