How to stop the SmartForm-view refresh on drop down list loading (PostBack issue)

  • 14 August 2014
  • 1 reply
  • 2 views

Badge +4

Hi,

I have multiple parent child drop down list.

 

On change event of parent drop down list I filter the drop down data source and re populate with new list values.

 

The issue is: the whole view getting refreshed (Post back I believe) while repopulating the child drop down control.

 

I tried this.

 

Loaded both drop down list with values in the view event and made the child drop down list to get filtered based on the parent value. In this instance the child drop down list values are not filtered based on the parent drop down list selection.

 

Anyone got this SmartForm post back issues. Please let me know how did u sort this out.

 

Thanks

Nathan Pillai


1 reply

Badge +4

Hi Guys,

 

I found the actual issue.

 

When I select the child drop down, I am actually executing a smart object and return values to the View controls. I am return the values for 2 text box controls based on the selection of DropDownList.

 

This action initialize all the controls. I am working on it. Will update if I found any solution.

 

Thanks

Nathan Pillai

Reply