I have a list of record
Name Active
Jen 1 = active
Don 0 - inactive
Mark 0 - inactive
John 1 - Active
I want to have a grid where I can add and edit rows where the active column with a default value of (1,0) should reflect a display of (Active, Inactive)
Really appreciate.