This question is locked. New answers and comments are not allowed.
I am using telerik mvc extension 2009.3.1103.0. I am not able to see the two properties of grid that is mentioned in demo. Could you plz tell me the equivalent of these properties..
.DataBinding(dataBinding => dataBinding.Ajax().Select("_SelectionClientSide_Orders", "Grid", new { customerID = "ALFKI" }))
.Selectable()
.RowAction(row =>
{
row.Selected = row.DataItem.CustomerID.Equals(ViewData["id"]);
})
Thanks,
Ratndeep
.DataBinding(dataBinding => dataBinding.Ajax().Select("_SelectionClientSide_Orders", "Grid", new { customerID = "ALFKI" }))
.Selectable()
.RowAction(row =>
{
row.Selected = row.DataItem.CustomerID.Equals(ViewData["id"]);
})
Thanks,
Ratndeep