This is in response to a conversation that I started to have with Clay a few weeks back, but I think it is an idea we can all benefit from so I decide to ask for more info here.
We need to restrict reading and editing of certain fields within our grid. We would like to populate our datasets with something like an array. The first value of the array would be the data. If they can not read the field then we would populate with *******. The second value in the array would be an edit flag. In order to build this I need to know two things.
First, how can I tell the grid to display array(0). Second, what event is called when a user enters a field for editing? If I could hook that event then I could not allow the user to enter non-editable fields.
Thanks for your help.