DropDownDataGrid frozen

Hi
I have added a DropDownDataGrid and I can fill it with data from a stored procedure :slight_smile:

Then I add a page property with the name SelectedBoatId.(int)

I also add a label lblBoatId and set the Text to ${SelectedBoaId}

The I add in the change event of the DropDownDataGrid a set

The I run it
The UI is displayed and a can see all the Boats

Then i select a Boat, the label is still 0 and the DropDownDataGrid is frozen, I can't see the Boats

DropDownDataGrid

Most probably there is an exception - you can check the browser console and Radzen output pane for reference. Check also if you are not trying to set some numeric value as Label Text.