i have a vs application i don'w know what is the version used but i used Q2 2010
please help me to find a version or get solution of this error .
1-
2-
please help me to find a version or get solution of this error .
1-
radGridViewContainerStock.Columns["Product_Name"].Index = 1;
2-
private void radGridViewContainerStock_ViewCellFormatting(object sender, CellFormattingEventArgs e)
{
e.CellElement.RowInfo.Cells["Discrepancy"].CellElement.ForeColor = radGridViewTripStock.Rows[e.CellElement.RowIndex].VisualElement.ForeColor;
}