Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
How to change the color of the modified fields in a Datagrid?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Raghavendra T V, post: 4262465"] Hi, I am not sure wether this really works. what you can do is have 2 datasets . 1 for original and 2nd one for modified values . Just before u pop up the windows you can create the dataset with original values and after updating create 2nd dataset. and just before you bind the Dataset to Datagrid check both the dataset for each and every cell before bind and if they match ignore it otherwise change the color of the cell. I guess you can you use DataGridOnItemDataBound even for this. Hope you get some idea from this. Thanks Raghavendra [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP .Net Datagrid Control
How to change the color of the modified fields in a Datagrid?
Top