This is a migrated thread and some comments may be shown as answers.

Purpose of Client-side Insert and Update

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
JustinWong
Top achievements
Rank 1
JustinWong asked on 22 Dec 2008, 01:40 AM
Hi:

I've just moved from RadControls classic to RadControls for Ajax so I'm exploring the many examples, etc.  I came across the demo on inserting and update grid on client-side.  It's cool and all, but I'm not sure what use these features have.

I mean, most grid data are from database backend, so you can update and insert all you want on the client-side, but without travelling back to the server, the changes won't persist.  In fact, couldn't this whole client-side update cause a LOT of confusion, especially among less web-savvy users.  I mean, they click the update button, they see the changes on screen real fast, they're happy and go for coffee, they come back and the session is over. They re-log on and all the changes are gone.  And they're all confused as to why.

So, I'm not sure under what circumstances should client update or insert be used.  To be honest, I can think of any. Am I missing something?

I'd really appreciate some feedback/clarification on this!

Justin

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 22 Dec 2008, 06:14 AM
Justin,

This demo will update your date-base using WebService. You can check JSON calls using FireBug or Fiddler.

All the best,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
JustinWong
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or