QUERY: Client-side DataGrid for faster fluid feel?

  • Thread starter dhruba.bandopadhyay
  • Start date
D

dhruba.bandopadhyay

Is it possible to make some of the DataGrid functionality to
client-side? Such as the Edit, Update, Cancel, Delete functionality?
Everytime I click on a row's Edit button, I wait 2 seconds before I see
the Edit controls (eg. textboxes, drop-down combos, checkboxes). I
understand that the DataGrid's Edit, Cancel, Update, Delete functions
are server-side because it uses ASP.NET postback handler functions.

What I like is these Edit, Cancel, Update, Delete functions being on
client-side, but uses AJAX requests in background. This would make the
user feel fluid editing (opposed to the 2 seconds delay for each
DataGrid button pressed).

Is this possible with the standard DataGrid? Or can the DataGrid be
overrided so that the Edit, Cancel, Update, Delete functions operate on
client-side, and sends the actual Update/Delete command using AJAX? This
is so much faster and better than the current slow DataGrid.

If one has to code all this functionality manually, how would one go
about it?

If I don't see much prospect of the DataGrid, I'll eventually abandon
ASP.NET with GWT.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top