When searching, I was able to find this http://www.telerik.com/community/forums/aspnet-ajax/grid/time-calculation-in-rad-grid.aspx
This is the solution I had initially implemented on my own, however i've since changed the format string and it can no longer be readily parsed by using DateTime.Parse().
Rather than doing some obscure string manipulation I'm wondering how I can access the raw data used when filling a specific cell. To clarify, I want to be able to access the data source used to build the cell, having only the GridDataItem to start.
This is the solution I had initially implemented on my own, however i've since changed the format string and it can no longer be readily parsed by using DateTime.Parse().
Rather than doing some obscure string manipulation I'm wondering how I can access the raw data used when filling a specific cell. To clarify, I want to be able to access the data source used to build the cell, having only the GridDataItem to start.