Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

i am using MVC Framework and Entity DataModel.I am able to do Add and Edit functionality fine.

In Table i am showing data. I have checkbox to each row.

If User check the checkbox then row need to be disable mode or readonly mode.

Please Help.

Thanks in Advance.
Posted

1 solution

This sounds like a client-side issue and you should likely use jQuery or some javascript library to perform this task.

If you need to persist this to the state, you should also make a call to the controller which would, in turn, call your repository to update and store your model state.

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900