Hi,
I have a user grid which lists users. For each row there will be "add More info"button,
On click of "add More info" button, it should open up a Modal Pop Up. ie. background is blurred, so the pop up is focused.
In the Popup, there should be two fields:
1)Text box for email Address.
2)Date Picker for "Date of Birth"
One Clicking of "Submit" we should add these info to the Database and display successful message.