I am using telerik GridView to modify a Visual Studio extension sln. the Gridview has checkboxColumn, textColumn and ImageColumn. CheckboxColumn uses Telerik.WinControls.UI which is a ~7MB dll file. Adding a 7MB reference file within Visual Studio extension package is not acceptable. Is there any other way I can use Checkbox column without referencing the large dll file.