Hello, Exist an event in the Refresh button of the RadGrid?
I need execute transactions when the user click on the Refresh button.
Can you help me?
Thanks.
3 Answers, 1 is accepted
0
Accepted
Nikolay Rusev
Telerik team
answered on 19 Oct 2009, 06:43 AM
Hello Richard,
Clicking Refresh button in CommandItemTemplate of RadGrid will trigger GridRebind command which will force re-bind of RadGrid.
You can intercept the command on ItemCommand event as follow:
'RebindGridCommandName' is static member of RadGrid as shown on the code snippet bellow.
Best wishes,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items