cancel
Showing results for 
Search instead for 
Did you mean: 

Is it mandatory to create Supply function for ItemLIstBox UI

Former Member
0 Kudos

Hi,

I am trying to user ItemListbox UI. I followed below link and created it. If am not using supply function ItemLIstbox is not populating data.

I would like to know if it is mandatory to use Supply function for this UI.

If not please give me steps to create and populate elements into ItemListBox

Regards

Satish

Edited by: satish jarabana on Jan 23, 2012 11:39 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member199125
Active Contributor
0 Kudos

copy the supply function code and paste into wddoinit method of corresponding view controller.

now remove the supply function code.

and frm which link you have followed?

Regards

Srinvias

Former Member
0 Kudos

Thanks Srinivas,

I hae already done that and am able to see data.

But my doubt is if we assign data type as Data Element for an attribute, and bind this to an input element or drodown, it will show values by default.

Is this not the same for ItemListBox.

Regards

Satish

former_member199125
Active Contributor
0 Kudos

No