L
Learner
I have a situation where in a user would like to see all the modified
fields font red in color when a record has been updated in a Datagrid.
Here is the situation:
We use popup windows to updated a record.
I have a datagrid and in each row of the grid I have a small update
icon at the end and by clicking on that icon a popup window appears
with all the fields of that row and I can make changes to the current
record and click on Submit. And when I click the Submit button on the
popup window it is closed and the parent window that has the datagrid
on gets refreshed and i can see the updated record displayed in the
datagrid. But i need to display the modified fields font red in color.
I fine with the remaining functionality except displaying the
modified fields red in color. Can some one help me in doing this? I am
just wondering if we have any property of the grid cell that remembers
the previous value and fires an event when changes its value or any
mechanism like that?
thanks
D
fields font red in color when a record has been updated in a Datagrid.
Here is the situation:
We use popup windows to updated a record.
I have a datagrid and in each row of the grid I have a small update
icon at the end and by clicking on that icon a popup window appears
with all the fields of that row and I can make changes to the current
record and click on Submit. And when I click the Submit button on the
popup window it is closed and the parent window that has the datagrid
on gets refreshed and i can see the updated record displayed in the
datagrid. But i need to display the modified fields font red in color.
I fine with the remaining functionality except displaying the
modified fields red in color. Can some one help me in doing this? I am
just wondering if we have any property of the grid cell that remembers
the previous value and fires an event when changes its value or any
mechanism like that?
thanks
D