私は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;
}