I am looking for a sample of how to code a Grid with 2 way binding with a dataset as datasource? And also :what is a Telerik alternative for using a ms asp.net DetailsView/FormView control to handle one record?
I do believe binding in the RadGrid is two-way by default. You can check out the automatic operations demo to see how this works with CRUD operations. You could also use something like the ListView for your single record thing.