My code in the DefaultSelectedItems -
However the column still shows dropdown arrow while I am testing app. How to remove the dropdown (arrow) as there is no need for that the user name while filling the form is auto populated.
@Cr1t Thanks much for the help. It worked for me.
Hopefully it would still auto populate the user name every time. new user is using the app(as I mentioned I added my code for this).
@mtsts
If you want the dropdown to be disabled please selected the dropdown and select DisplayMode property and use the below code
DisplayMode.View
Please let me know if this works for you.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey!
You can set the dropdown to DisplayMode.View Or change the dropdown chevron to match the background and make it invisible that way.