|
Hi John, In ULC, all cell renderers and editors need to implement the ICellComponent interface. The methods of this interface define the behavior of the component when used as a cell renderer or cell editor. But why you can use the ULCLookupTextField as editor without implementing this interface? This is because ULCLookupTextField already indirectly implements the ICellComponent interface because its superclass ULCTextField implements it. This also explains why you get a simple ULCTextField instead of a ULCLookupTextField as editor. To use the ULCLookupTextField as editor you need to correctly implement the methods of the ICellComponent interface:
The following postings on the developer list might help you:
Regards Dany Prince John, Bedag wrote:
_______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer |
Title: Using ULCLookupField as table cell editor
- [ULC-developer] Using ULCLookupField as table cell edit... Prince John, Bedag
- Re: [ULC-developer] Using ULCLookupField as table ... Daniel Grob
- RE: [ULC-developer] Using ULCLookupField as ta... Prince John, Bedag
