Hello Rajesh,
Thank you for writing.
What you require generally is not a trivial task, however, thanks to the Telerik Presentation Framework it can be achieved. First, you will have to inherit the
GridViewDataColumn class and override the
GetCellType method to have it return the elements you need. After that you will have to inherit the
GridHeaderCellElement class and implement the logic for creating check box inside. You will also have to inherit the
GridDataCellElement and implement the logic for creating the radio button inside. After that you can implement the logic for your project.
I have attached a sample project showing how to do all of the above plus some additional features like checking the selected radio buttons and implementing row grouping. From there on it is up to you how to use it in your project.
I hope you will find the information useful.
Regards,
Paul
Telerik