Link to home
Start Free TrialLog in
Avatar of dpicco
dpiccoFlag for United States of America

asked on

need to implement approve and deny imagebuttons in a gridview

Hello experts,
I need to implement approve and deny imagebuttons in a DevExpress gridview. Is there a sample somewhere of how to do this? Can the code execute client side to avoid postback each time? I need white circles if the row has not been processed, then they turn red for denied or green for approved.
Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Lalit Chandra
Lalit Chandra
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dpicco

ASKER

I have a bonus table and I need the managers to approve each bonus. The bonuses will show in a gridview. Should I use a radiobuttonlist for this? When they click the approve radiobutton I can use css class to turn it green. And when they click the deny radiobutton I can have it turn red.