Using Kendo UI MVC Extensions and my grid retrieves several thousand records from the DB and I call ToDataSourceResult to do all the filtering, sorting, Skip/Take, etc. I want to do some processing of the data in one of the columns after the call to ToDataSourceResult, specifically because I only want to process the data visible to the user (not all several thousand records). The function I want to use takes the content of the column as a string and returns the formatted data as a string. Is there a "Kendo UI" way to do this?
Thanks in advance.
Thanks in advance.