Decrypt strings into the datagrid

I have a database table where some fields are encrypted (call the algos Decrypt(string) and Encrypt(string)). I bind this table to a datagrid and I want it instead of displaying the actual string values for some columns to display Decrypt(string). I know I can parse the dataset before and replace the values with their decrypted version, but I don't want to do that....

Loader.
Up arrow icon