You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I am looking for advice.
I display potentially a large amount of data available on my server in a cell table using the asyncdataprovider.
I can edit the data items in the list or add new items to the list. My problem is what is the best way to update the list once I have created a new item or edited one? shall I create a refresh method that calls the onRnageChanged method to force a refresh?
Thanks,
Thomas
Thomas Lefort
unread,
Jul 12, 2012, 1:36:42 PM7/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
OK, this seems to work for now. I added the following code to my asyncdataprovider class: