Hi,
Not sure if this is possible.
I have a JSON file that is locally created, via a separate application and cannot be placed on the local disk unencrypted so therefore I need to try and decrypt the file on the fly. The information is also held in the database encrypted so direct connection is also out of the question unless I can connect to an Access Database and decrypt that on the fly into a jqxGrid.
The JSON file contains confidential information and company policy states that no information like this must be stored locally without being encrypted. Only the confidential parts of the JSON file are encrypted, so I need to decrypt the fields as they come into the grid.
Can I do this as I render the data to the grid?
Cheers
TCR Nottingham