Hi,
I saw that there is an Add button parameter in DropDownDataGrid that i suppose allows the user to add a new record to the list specified. I wonder how i can use it because I could not find and source sample in the documentation.
Thank you
The button will raise Add event - you can check the code for reference:
1 Like
Thank you for your help