Please assist me. I had some functionality in ver 11 that I am unable to make work in ver 12.
To replace the functionality, I have stopped trying to use… and am now trying to implement the functionality with the LookupEditSettings.
I have included a sample project with a grid with as a start of the functionality I am looking for.
The items that I am unable to get working are basically adding a new entry (row) to the grid and using the LookupEdit on a column.
Using Northwind db, I am basically selecting a product from the Product table, specifying a quantity and adding it as a row in a List of OrderItems.
The sample will require an instance of Northwind to run.
The details of the functionality that I am unable to get working are:
In the main grid of OrderItems, I need to:
· display only the Procduct Name, Quantity and Notes in grid.
· override the display of Product Name column display ProductName + " " + QuantityPerUnit that is selected from the LookupEditSettings popup.
· I do not want to display the OrderID or ProductID
When clicking in the ProductName I would like the LookupEditSettings popup to display (which it does now). Then, in the LookupEditSettings popup, I want to display only the Product Name, and QuantityPerUnit columns and set the width of the LookupEditSettings window . The search should only check the displayed columns in the LookupEditSettings.
Before making some recent changes to the xaml, I was able to insert a new row using the InitNewRow event handler. Now, it no longer functions, when I click in the “add new row” row of the grid, it simply replaces the value of the existing row below, and does not call the event handler. I would like to know how to regain this functionality .
Thank you so much for your assistance.
Thank you!
If I want to not show any search results until the user has typed in at least two characters, is that possible? If so, can you point me to documentation on this or an example. I've been looking through the SearchLookUpEditStyleSettings documentation and don't see how to accomplish this.
Should I be creating a new ticket when I have a followup question like this?
Thanks again,
Bill
Hi Bill,
Yes, please, it would be nice to create a separate ticket for this issue since it is a bit different inquiry. I have extracted this issue to the following thread: SearchLookUpEditStyleSettings - I want to not show any search results until the user has typed in at least two characters.
We greatly appreciate your cooperation. I will answer as soon as possible in the thread I mentioned.