• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

View Refresh after form closed

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I have view, showing some records. after click on one record, a form is opened in edit mode. after some change when say submit, view does not get refreshed automaticaly. i need to refresh it manualy.
Give some idea or code to do so.

Thanks & regards
Pink
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To get better results, you need to give more details.

I have view, showing some records. after click on one record, a form is opened in edit mode.



Is it a pop up window, same page, lightbox, etc


after some change when say submit, view does not get refreshed automaticaly. i need to refresh it manualy.



Whole page is submitted, pop up window closed, ajax call, etc.

Eric
 
Ranch Hand
Posts: 802
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well, if the person edits the records and presses save, close the edit box, and recall your datagrid(<table> 'draw'/'create' method.

Justin Fox
[ June 16, 2008: Message edited by: Justin Fox ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic