M
mflanegan
Guest
Hi there, I have stored a dataset in local storage and I have populated a Kendo grid using this local dataset. The problem is the grid only populates once in the lifetime of the application.So when I add new records to the local dataset or remove a record from the dataset the grid does not repopulate when I view the page. There is no filter on the datasource. The grid is just meant to display whatever records are saved in the local dataset. Does anyone know how would I reload the grid once I have amended the local dataset? I have tried using $('#grid').data('kendoGrid').dataSource.read(); but that is not working like it does on my other grid that is calling the jsdo. Thanks in advance, Meyrick.
Continue reading...
Continue reading...