This question is locked. New answers and comments are not allowed.
Hello everyone, I am kind of a newbie to MVC and Telerik and working on a project that involves both of them, the problem am facing currently is:
Am using teleirk Grids extension with Grid Method (DataTable) bound to a DataTable:
Html.Telerik() .Grid(table) .Name("oi") .Pageable(pager => pager.PageSize(100)) .Groupable() .Sortable() .Render();The grid is being displayed fine but there are two things that I want to do:
- Change the column name to my custom heading/title
- Eid Datatable content before printing it in a grid
- For e.g.: if id column has a value ‘21’, I want to print it in as hyper-link <a href=”#”>21</a>
Ive spent time in telerik help files and learned a lot but not able to find answer of these, ld appericiate if someone here could help me out.
Thank you