'DevExpress XAF capabality

I am looking for a suitable platform (Windows platform) for integrating all the current processes in our company. These processes include CRM, accounting, personnel management, quality control and so on. In the quality control section, my modules include several nested and cascaded TreeList and GridControl, which are filtering by selecting each other and also it should be possible to drag and drop records between GridControls. Now my question is whether DevExpress XAF is a suitable and capable platform for such things or not? I used to do this with vb.net befor, but it seems that this work can be done faster and better with XAF. Do you have a better recommendation for this purpose?
please guide me for this. Thanks in advance.



Solution 1:[1]

To handle your complicated UI you may need to write some custom code ( or port it from your existing app)

XAF can be extended by writing a custom control and editor for a type. Also you can pop up an old style windows form as a modal dialog.

There is also a TreeList Editor module.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1