andycrespo27 / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Insert/edit.delete C# #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Sorry, how do insert/edit/delete on flexigrid by c#?.

Original issue reported on code.google.com by nguyendu...@gmail.com on 23 Oct 2011 at 3:08

GoogleCodeExporter commented 8 years ago
No matter the back-end technology you use (php, java, python, ruby, nodejs, 
scala, .net, etc) everything are did in Javascript (Jquery). 

Your back-end will only provide data for flexigrid (or any other jquery/js 
plugin you use). 

Speaking about flexigrid, there are samples where you can add buttons at the 
top of the grid. The funcionalities you want to implement is up to you (your 
imagination is the limit :D)

Original comment by Vormav...@gmail.com on 27 Oct 2011 at 12:41

GoogleCodeExporter commented 8 years ago
In VS2008/C# I use a  JavaScript PageMethod on the ascx to call a C# WebMethod 
in the code behind.

Original comment by ted.musa...@navy.mil on 29 Dec 2011 at 4:28