使用c#.net4.5 telerik,Visual Studio 2012.Winforms。
简单的问题,如何在radgridview中存储图像的代码?
我使用datagridview的旧winforms代码就是这个。
DataGridViewImageCell p2 = new DataGridViewImageCell();
dgv_Pareto.Columns.Add(new DataGridViewImageColumn() { CellTemplate = p2, FillWeight = 1, HeaderText = "p2", Name = "p2", Width = 30 });
为什么哦为什么在telerik中不是这种情况。
感谢高级!