I need a excel-like grid control in MFC, do anyone have good suggestion to implement that ?] with the control i can filter the data by clicking on the header, then it will display distinct data of current column for selection.
Thanks!
I need a excel-like grid control in MFC, do anyone have good suggestion to implement that ?] with the control i can filter the data by clicking on the header, then it will display distinct data of current column for selection.
Thanks!
Codeproject's MFC Grid control is very popular for this task. You will have to hack it to your own needs.
For filtering and other more advanced features you might consider buying BCGSuite for MFC. Here is what they say about their Grid Control:
Microsoft has added parts of BGCControlBar Pro into Visual Studio 2008 as the famous "Feature Pack" (renamed all CBCG to CMFC, changed some function names, fixed some typos), BCGSuite contains the parts they didn't sell to Microsoft.