When a user selects this item from a dropdown list, the lookup's edit value should become empty as if a user has pressed the Ctrl+Del combination.
The Lookup edit field is displaying data from the bound table (picture1), and we want user to select a value or select nothing (clear the selected value).
I know we can set LookUpEdit AllowNullInput to True, and user can use Ctrol+Del to clear value. But manager doesn’t like this approach.
We would like to add an extra row there, which can be either a blank row (see picture2 in attachment) or a row shows some text like “[blank]”, etc. Therefore, if a user wants to select nothing, he could just select this extra row.
How can I add this extra row to LookUpEdit?
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
This feature can be implemented by creating a new data list, which always returns an empty row as the first item. We have created a sample project for you. Hopefully, it will come in handy.
Thank you,
Nick