how to perform edit in mvc contrb grid
hi, please tell me how can i perform editing in mvc contrib grid开发者_Python百科 itself without opening a seperate view for that
thanks in advance
You will need to right the javascript to handle that. Right now the MVC contrib doesn't support in-line editing. I have been using Telerik's MVC grid which has in-line editing and it works pretty good. You might want to check that control to see if it will meet you needs.
精彩评论