Nintex form 2010 refresh only the list view control without refresh the form


Badge +2

Dear experts,

I have built a form with a parent / child structure using the list view control. The list view cntrol shows all the documents 'attached' to the parent form. 

I added a  javascript button 'add new document' who opens a modal dialog to upload a document and pass the ID of the parent item as a query string.

My question is that if we can use jquery to refresh only the list view control instead of refreshing the whole form? after uploading a document I need to refresh the control without loss of any unsaved data.

Best regards,

Zhaoshuo


5 replies

Userlevel 5
Badge +14

have a look on this thread.

data on the form should be preserved, but form refresh will still be noticeable

Refresh List View without parent page reload 

Badge +2

Hello,

Thanks for your help. Do you mean using the javascript function __dopostback with the id of the control?

I tried this it seems work but some of the fields in the form show incorrectly after the refresh.

It should be like this:

Do you have any idea?

Best regards,

Zhaoshuo

Userlevel 5
Badge +14

I'm not sure....

were they hidden at the moment of postback?

looks like they did not get fired or processed correctly some rendering event.

Badge +2

Yes. These controls are hidden at the moment of postback. They are Under the tab "workflow". Is there anyway to overcome this?

Userlevel 5
Badge +14

I'm affraid I cannot assist with this further on.

I do not have SP2010 system available to test what might be going on there.

I tried to reproduce the scenario on SP2013 and there it seems to work correctly.

Reply