This is a migrated thread and some comments may be shown as answers.

Rad Grid control exposes the Data Field property value on client side

1 Answer 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Covertix
Top achievements
Rank 1
Covertix asked on 30 Apr 2012, 04:41 PM
Hi,

I use telerik rad grid control to display data from my database,
and I found out that the data field property value of the column is exposed on the client side.

I consider this issue as a security issue. I don't want to expose my database scheme to my clients.
Is there a way to prevent this data from being exposed??

Thank you.

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 30 Apr 2012, 05:45 PM
Hello Tzach,

To achieve this functionality you must have to encrypt your data and in ItemDatabound event you can decrypt your data assigb to grid(column).

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
Covertix
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or