cancel
Showing results for 
Search instead for 
Did you mean: 

ListPicker with Default Value : page does not work

fapurcino
Explorer
0 Kudos

Hi,

After upgrading from MDK 5.2.3 to 6.2.3 I got the following bug in my MDK Page.

I have a ListPicker with PickerItems bound to an EntitySet. Items are shown correctly in listpicker and values are being retrieved correctly in further processing.

But If I try to set the "Value" property, either by harcode or a Rule to a valid item according to return value. The page breaks and does not render.

Code and page without setting Value:

Code and page after setting Value. This happens either when I set String or Array:

Did something changed in newer MDK versions regarding these properties? Did someone had the same issue?

Thanks for your help.

Fabio Purcino

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

I would recommend you start by testing with the latest version. MDK 6.2.10 is available for 6.2 and the latest is actually MDK 6.3.6 so I would check those first. It sounds familiar but I don't recall for sure.

Answers (1)

Answers (1)

fapurcino
Explorer
0 Kudos

Hi Bill,

It works fine in MDK 6.3.6, but unfortunately not in 6.2.10.

We are running the same application in MDK 5.2.3 almost 2 years with the same metadata. After upgrading, several pages stopped working.

Thanks for your help

Fabio