I have an ultrawingrid with the following columns:
Id, FirstName, LastName
I have an ultradropdown with the same columns. The ultradropdown is going to be used under Id column.
The problems I have are:
LastName is not being displayed (and set) on the grid.
When I enter a new person, it puts the Name into the Id column.
Do you have an example on how this can work?
Thanks!
Hello ohamd,
I do not see why this is not working. Are you using the same datasource for both the WinGrid and the DropDown? I guess there is something small that messes up things. Please take a look at my sample, I will be waiting for your feedback?