Hi,
Is there a way to decrypt and bind the datasource to EJ grid, some of my database columns like dob are encrypted with MACTripleDES, how do we decrypt and bind that to ej grid?
{
...
....
var datasource;
....
....
ViewBag.datasource = DataSource.ToList();
return View();
}