This is a migrated thread and some comments may be shown as answers.

[Solved] How To: Custom Edit Column name and Value in a Telerik Grid

0 Answers 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Maven
Top achievements
Rank 1
Maven asked on 30 Sep 2011, 10:20 PM

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:

  1. Change the column name to my custom heading/title
  2. 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

Tags
Grid
Asked by
Maven
Top achievements
Rank 1
Share this question
or