Reputation: 14361
The web application is using SQL DB connections, web services. User needs to insert, edit, delete database records. And Currently due to certain cosmetic features of GridView, we having issues to provide the features required by customer for a dry run demo.
Lacking features:
What holds us back: - GridView and its events
And all the styling, calendars, positioning are done using CSS, js, jquery. In my opinion the web app will be even less heavier if we switch to js based code. I even utilized a jquery plug-in to do the freezing of a GridView with just one header. But for sub headers - it's challenging again. This is a commercial multi-user environment, (must be responsive) application. The site will be called from third party ERP systems.
So before switching everything into jQuery, I just want to know the credibility and current and future (forseen) updates for jQuery compared to ASP.Net GridView. How would jquery will respond to call-backs, postbacks? Please point out any critical points or insights to consider.
Upvotes: 0
Views: 1275
Reputation: 918
here is a quick and random list of stuff that you will need to do in case of a JS solution
thats all for now...i will keep this updated
Upvotes: 1