AD
Administrator
Syncfusion Team
July 5, 2005 08:36 AM UTC
I think you will have to implement a custom cell control to do this. In the renderer class, you can subscribed to the editpart textchanged event to try to dynamically filter the dropdown at that point.
Here is a very rough preliminary try at this.
http://www.syncfusion.com/Support/user/uploads/DynamicDropDown_bb0bdced.zip
This has lots of problems that you would have to work through. It does not handle backspace keys, deletes, what is suppose to happen when your user enters something not in the droplist, etc. It will take some coding to get this working.