Hello,
I have table data in mvc 4. And i want to provide edit facility for table data like gridview control
edit facility.
My table data is like following
Name Country City
Abhinav India Ahmedabad Edit
alex Australia Sydney Edit
When User Clicks on Edit button that row should be converted in Editable format.
Name and city should be in textbox and country in dropdownlist in editable format. Like
TextBox Dropdownlist TextBox Save/Cancel.
Please Help me.
Thanks