Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My Requirement is MVC+WebGrid Inline Editing without Using ThirdParty Control(Telerik etc.,).If We Click Edit Actionlink In GridView Label Convert To TextBox and DropdownList We Can Change The Datas And After That Click Update Actionlink The Datas Are Stored In DataBase And GridView.Anyone Have Idea About The Requirement?.

Thanks In Advance..
Posted
Updated 29-Feb-12 19:07pm
Comments
Nithin Sundar 1-Mar-12 1:03am    
Please remove the block. The code block is meant only to separate code from text. And please rephrase your question if possible it's a little confusing due to the multiple capital letters. Thanks.

1 solution

Just add this line in your code..

SQL
.Editable(edit=>edit.Mode(GridEditMode.InLine))


all the best..
 
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