How can I wire up the grid component to send the parameter benefitYear when the grid is refreshed or paged?
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 31 Oct 2011, 03:23 PM
Hello Kevin,
For such scenario, you need to use the OnDataBinding event handler.
e.g.
functiononDataBinding(e) {
e.data = {
benefitYear: 1999
}
}
Regards,
Georgi Tunev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now