cancel
Showing results for 
Search instead for 
Did you mean: 

ComboBox Controller Binding

hiltonsam7
Explorer
0 Kudos

i can't able to get values which i have bind in controller can any one figure it out ?

Accepted Solutions (0)

Answers (2)

Answers (2)

ericci
Active Contributor

Hi Sam Hilton, here are some suggestions first:

  1. Post directly your code and not screenshots of it.
  2. Indent your code because right now it's really difficult to read.
  3. Don't use async: false. All your code has to be async!

I would also suggest you to use XML binding and not JavaScript one, you should definitely follow the best practice in this case 😉

Could you please post your code?

UxKjaer
Product and Topic Expert
Product and Topic Expert
0 Kudos

If you bind your entityset directly in the XML view. Then You can apply your filters on the onbeforerendering by getting the binding of the combo box and setting the filters. That will simplify a lot for you.