Link to home
Start Free TrialLog in
Avatar of Camillia
CamilliaFlag for United States of America

asked on

Which one is better? Grid.MVC vs jqGrid

I'm working on a new project with lots of grids. They're all Grid.MVC except for one that's jqQuery. The project is C#, MVC, jQuery.

The grids show financial data. For example, number of equiments a company has, what country the assets are in, how many assets there are, datetime column,  .User exports to Excel or CSV.  Grids have paging and sorting.  Some grids are editable.

Only one section of the application is using jqGrid. Looks like the ex-developer wanted to develop something new and he used jqGrid.

Now, I need to decide and let my manager know which way to go. Looking at jqGrid and knowing this is a financial app with grids, I'm thinking we need to use jqGrid moving forward because it offers more functionality.

Any input on either and why and why not use them?
ASKER CERTIFIED SOLUTION
Avatar of Misha
Misha
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Camillia

ASKER

Don't like Kendo. I worked with it 2 yrs ago.

Grid.MVC is just ok.

jqGrid seems to have a lot more features.