thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

MetroCheckboxes in Griid #38

Open sekhar2815 opened 9 years ago

sekhar2815 commented 9 years ago

I assigned a list (List<Requests>) as DataSource to grid. The Request class contain a Boolean value so that I get checkboxes in that column. The grid is showing normal windows application style checkboxes not MetroCheckboxes. Is there any workaround to get Metro Style checkboxes there?