Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
ULTRAGRID change cell values before displaying and again before writing back to datasource
posted

Hi,

what I have so far:

  • an SQL Server with a Table containing three columns
  • a dataSource in VB.Net 2013 which points to the table on the sql server
  • a UltraGrid displaying the three columns
  • a function for both encrypting and decrypting

what I need:

  • after the dataset fetched the records and before they are displayed in the grid, one column's cells must be decrypted
  • after records are updated/inserted in the grid and before they are written back to the sql server, the column's cells must be encrypted

any hint, where/how I would achieve that?

 

best regards

Thomas

 

Parents
  • 21795
    Offline posted

    Hi,

    Please let me know if you need my further assistance on this matter.

    Thank you for using Infragistics Components.

Reply Children