This is a migrated thread and some comments may be shown as answers.

[Solved] Grid properties not avalable

0 Answers 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ratndeep
Top achievements
Rank 1
Ratndeep asked on 11 Mar 2010, 02:34 PM
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


Tags
Grid
Asked by
Ratndeep
Top achievements
Rank 1
Share this question
or