Default Value Selection For DropDown

Hi,

In the image below you can see that the value for my column is null.
image

When I try to edit it the value selection is through a dropdown
image

The dropdown by default is highlighting the first available value in the list
image

In case, the value I want to choose is the first option itself and not the second option and I click on the highlighted first option. The change event is not being registered and on save the the Process value still remains null. Can you please help me select the value which is highlighted by default. In the editor the placeholder value is ${data.Process}

I used this

[{ CategoryName: '--None--', CategoryID: null}].concat(${result.value})

but the first value catergory name shows up as empty.
image

Can you please help me out with this

Hi @AbhishekJ,

If you have an active Radzen subscription you can send us your application to info@radzen.com and we will check why this doesn't work for you.