Click here to Skip to main content
15,885,871 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi,
I implemented a jQuery grid using Jquery Widgets by getting data from SQL Database.
I wanted to delete rows from my jqgrid and from my database.

Another functionality i worked is Edit. When i am trying to edit my jqgrid row, then changes are not saved in my sql db.

How to do it these functionality using Jquery Widgets. If not, is there anything(other than jquery widgets) provide such functionality along with the custom color change with in a jQuery grid.
Posted

1 solution

Yes you can do.Check below mentioned jQuery Grid demos.


This is for web forms

http://www.trirand.net/demoaspnet.aspx[^]


This is for MVC


http://www.trirand.net/demoaspnetmvc.aspx[^]

Note : you can change theme ,do any CRUD operations and much much more.....

I hope this will help to you.
 
Share this answer
 
v2
Comments
Naga Sindhura 16-Aug-13 12:21pm    
i tried to implement grid with help trirand. Here i am unable to customize the colors of jqgrid.
Sampath Lokuge 16-Aug-13 12:24pm    
Did you see above urls ? You can apply any theme for your jqgrid.
Naga Sindhura 16-Aug-13 12:49pm    
correct, can you same implementation using asp.net web application/website
Sampath Lokuge 16-Aug-13 13:01pm    
yes,plz check 1st link.
Naga Sindhura 19-Aug-13 9:01am    
hi Sampath,
Thank you for sharing that link. For the custom colors it working fine.

However when i am trying to edit the date using "http://www.trirand.net/examples/grid/editing_data/custom_edit_buttons/default.aspx" i am not getting any hyperlink for edit, save and cancel. i am not able to under stand exact problem. One thing i know is, in JQGrid1_CellBinding i am getting underline for edit, save and cancel. i don't think it make sence in my problem. Can you suggest anything about this problem?

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