我有一个 vs 应用程序,我不知道使用的版本是什么,但我使用的是 2010 年第 2 季度。请帮助我找到版本或获取此错误的解决方案。
1- 索引是只读的。
radGridViewContainerStock.Columns["Product_Name"].Index = 1;
2 行信息没有 CellElement 属性和 VisualElement。
private void radGridViewContainerStock_ViewCellFormatting(object sender, CellFormattingEventArgs e)
{
e.CellElement.RowInfo.Cells["Discrepancy"].CellElement.ForeColor = radGridViewTripStock.Rows[e.CellElement.RowIndex].VisualElement.ForeColor;
}