The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team March 21, 2005 12:54 PM UTC
In general, there are ways to host Windows Forms controls in MFC. One is a #using technique descibed in this MSDN article
http://msdn.microsoft.com/msdnmag/issues/03/03/WindowsForms/default.aspx
You can also wrap it as an activeX control. But it is likely you will have to do some coding to get either of these techniques to work for you. For example, to get at particular keyboard messages may require deriving the grid and overriding PreProcessMessage.
If you submit a Direct Trac support incident, we can try to send you a sample project if you want to pursue using a grid in this manner.