Print Page | Close Window

Infragistics UltraDropDown

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=778
Printed Date: 11-Jun-2026 at 3:07am


Topic: Infragistics UltraDropDown
Posted By: DataMan
Subject: Infragistics UltraDropDown
Date Posted: 21-Apr-2008 at 9:52am
Infragistics has an UltraDropDown control that allows you to substitute a cell in an ultragrid with a dropdown that has multiple rows and enhanced features like filtering the drop down and other stuff.
 
When I add an ultradropdown to the form and then look at the Ultrawingrid that DevForce creates and change the valuelist to the ultradropdown control it doesn't work.
 
How do I get this to work properly?  Or do I have to create a regular infragistics datagrid and go the hard way?
 
Thanks
 



Replies:
Posted By: davidklitzke
Date Posted: 21-Apr-2008 at 10:06pm

DevForce supports the most common controls provided by DevExpress and Infragistics, but not all of them.  One of the controls NOT supported is the Infragistics Ultra DropDown.



Posted By: gpendleton
Date Posted: 28-May-2008 at 11:11am
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.



Print Page | Close Window