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

[Solved] Does a pure client-only grid example exist?

3 Answers 95 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Marc Simkin
Top achievements
Rank 2
Iron
Iron
Veteran
Marc Simkin asked on 13 Jun 2011, 04:12 PM
Is there an example of using the grid only in client side mode. 

I need a grid in my app, but I don't want it to automatically make calls, even ajax calls, back to the server.

I want to control make one call back to the server when all changes are down, similiar to the batch edit mode.

However, I need to be able to add new rows to the grid based upon the user's interaction with a pop up form.

thanks

marc

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 14 Jun 2011, 07:53 AM
Hi Marc Simkin,

 The closest thing we have is our twitter binding example. However the grid does not support editing (adding new records etc) in this mode.

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Marc Simkin
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 14 Jun 2011, 10:07 AM
Hi Atanas:

Thank you for your response.

I don't need the grid to support anything but display, as long as I can use the client side API to insert a new row into the grid.

Does the twitter binding example do that?

Thanks

marc
0
Accepted
Dimo
Telerik team
answered on 14 Jun 2011, 10:22 AM
Hello Marc,

In order to add a new row in this case, you need to rebind the Grid. The Twiter example demonstates this - if you search for something popular and click periodically on the Refresh button in the Grid footer, you will see the new tweets. Of course, you can also execute the rebind() client API method to achieve the same result.

Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Marc Simkin
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Atanas Korchev
Telerik team
Marc Simkin
Top achievements
Rank 2
Iron
Iron
Veteran
Dimo
Telerik team
Share this question
or