You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
I have a grid with Angular and Kendo like as example page.
It's possible to reload the grid by clicking an external button ?
And apply some filter by taking the value of an external text box?
Is there an example of how to do that?
Thank you very much.
The text was updated successfully, but these errors were encountered:
To refresh the grid, you need to get a reference to its element and call some methods on it. It's pretty ugly, but if you keep this logic in a service you can keep the ugly in one spot.
I have a grid with Angular and Kendo like as example page.
It's possible to reload the grid by clicking an external button ?
And apply some filter by taking the value of an external text box?
Is there an example of how to do that?
Thank you very much.
The text was updated successfully, but these errors were encountered: