I want to create Custom Grid which shall have inline edit feature, Checkbox, Radio button and Images.
I came across very good article << http://www.codeproject.com/Articles/8/MFC-Grid-control; Here DrawFrameControl is used to draw Check box and Radio Button
I have a requirement to customize the look and feel of check box. Is it possible to customize DrawFrameControl's or is a good idea to create custom control (check box and radio button)? Will there be any performance issue in case of custom controls?
Regards, Sanjay