Hi,
We are porting our Telerik MVC project to Kendo MVC.
How can we achieve this with Kendo?
Clientside rebind
c#
Thus a rebind with filter parameter.
Thanks,
Martin
We are porting our Telerik MVC project to Kendo MVC.
How can we achieve this with Kendo?
Clientside rebind
var
grid = $(
'#DaGrid'
).data(
'tGrid'
);
grid.refresh(
{
searchfilter: search
}
);
c#
public
ActionResult Select_archief(
string
searchfilter)
{
....
}
Thus a rebind with filter parameter.
Thanks,
Martin