I know what you mean Mark. I was trying to programmatically scroll the grid but selectedrecords and datarecord were gone. None of the examples using these two worked.
telerik, this is pos.. please provide how to migrate the code. this is not pretty..
0
Rossen Hristov
Telerik team
answered on 30 Dec 2009, 12:24 PM
Hi mark,
The properties that you mention were obsoleted in Q2 2009. With Q3 2009 they were removed. Our online examples are updated and they use the new properties.
There is no DataRecord anymore. You now have a direct access to the actual business object / entity that is selected by using the SelectedItem property. So if your grid is filled with DataRows the code will become something like this: