The best approach to bind RadGrid is to handle its E:Telerik.Web.UI.RadGrid.NeedDataSource event and set the DataSource property there. This way RadGrid will handle automatically operations like ...
You can view and set templates using the Edit Templates command in grid's Smart Tag.You can also create the template columns programmatically and bind the controls in the code-behind (see ...