Click here to Skip to main content
15,891,621 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear all,

I want to implement sales billing page with editable grids or table. now we are done validations,add new row,delete row everything with jquery. Now we are planning to implement this with some plugins. Suggest me the best way to implement GUI for entering various products,its quantity,price tax discount and total. We are looking at GridMvc dll now but undable to create editable colums using this dll.


Thanks & Regards

What I have tried:

We are implemented the same with our own jquery but looking at more accurate plugins. Tried the same using Gridmvc dll but unable to create editable columns using this dll.
Posted
Updated 23-Jun-16 22:51pm

1 solution

Take a look at the MFC Grid control from Chris Maunder. It is an advanced Grid control with a lot of features.

But you mentioned jQuery so maybe some web-solution is what you really want. In that case you should build a REST web-site.

Tip: Validation is best done on the server or in the database.
 
Share this answer
 
Comments
Member 10212775 24-Jun-16 8:05am    
KarstenK,

I have gone through MFC grid control and i want to know how can i implement this with my MVC application. When i downloaded demos associated with this article,it is VC++ projects and its DLL is not available.

Please help

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