In order to add a lookup control to a grid, a developer has to add a lookup view control and an associated textbox to the form then bind them to the grid through the grid manager. As the TextLookup includes both the textbox and the old lookupview control, wouldn't it make sense to update the grid manager to allow using this control instead? Right now if you try to use the textlookup control you get an error.

Comments