Anybody knows how to store data locally using jstorage in a jqgrid?

rhea_938442

New Member
Messages
5
Reaction score
0
Points
0
I'm trying to create a jqgrid wherein the data must be stored in a local store using the concept of jstorage. Then I will need to load this data from the local store in jstorage through the click of a button.
 
Last edited:

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
What code do you have so far?

jqGrids can take XML or JSON data, so simply store that using jStorage.set, then fetch with jStorage.get when you need it. What, exactly, is the difficulty?
 
Top