I'm having a similar issue but strictly with the UltraGrid (which you do support). I have a grid and I'm using your UltraGridBindingManager to bind data to the grid. One of the fields is a numeric field which represents string data in another table. When I try to set a ValueList on the specified column, it just doesn't work. It appears that the binding manager disables this capability for some reason.
Is there a way around this?
Ok, I guess there is. If I had bothered to put the proper relationship field in the grid and use a list converter, I would have found the solution. I figured it out so you can ignore this one.
Edited by gpendleton - 28-May-2008 at 1:13pm