Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
SF has wrapped a number of DevX controls. The main thing posted about is how to update SF to use the latest/specific version of the controls. This is apparently easily handled after you purchase SF because you can easily update the reference yourself and recompile SF, as you get the source when you purchase. I don't have experience myself with DevX, but thought I'd pass along this info as I'm guessing lots of people are off this week.
Looking at the source, the following appear to have been extended to be bindable to SF BOs (note that any control can be extended using IBusinessBindable for winform controls and IWebBusinessBindable for web form controls):
- ButtonEdit
- CalcEdit
- CheckEdit
- ColorEdit
- ComboboxEdit
- DateEdit
- EnhancedList
- GroupControl
- HyperlinkEdit
- MemoEdit
- MemoExEdit
- MRUEdit
- PictureEdit
- PopupContainerEdit
- RadioGroup
- SimpleButton
- SpinEdit
- TextEdit
- TimeEdit
This may be an incomplete list. I just looked at the source. Hope that helps!
|