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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.