I am very new to Asp.net MVC . I have experience working on Webforms where i extensively use repeaters and grid views for my data bindings , inline editings ,sorting and paging.
But, now with MVC its all different , we are not supposed to use ASP.net server controls.So, i started looking for alternatives for grid view in MVC. But, i was facing difficulty in choosing one.
The one option is Jqgrid , but i dont have much knowledge on JSON.The other is Web grid helper in MVC.
my doubt here is will i able to populate controls in web grid helper and able to do inline editing?
I am very much worried about this part of MVC and i fee MVC is making life more difficult compared to web froms but still i want to go with MVC beacause of other things like Clean html output and beautiful URL's.
So please give your Valuble sugesstions on which controls can be preferrable for the above said requirements.