This is a migrated thread and some comments may be shown as answers.

Can you refresh a grid with a custom button?

0 Answers 377 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tracey
Top achievements
Rank 1
Tracey asked on 11 Jul 2013, 05:57 PM
I have a grid linked to some datetimepickers and I want to be able to set them back to their defaults with a button press which ideally would refresh the grid as well. Is it possible to use the refresh function through means other than the built in refresh button?

Edit:
Nevermind, I found it. If anyone else needs to know, just link a button to a function that uses this code: 

$("#gridname").data("kendoGrid").dataSource.read();

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Tracey
Top achievements
Rank 1
Share this question
or