Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
How can I access the value in cell?
posted

Just to test

I attached ActiveCellChanged event to the grid

private void grid_ActiveCellChanged(object sender, ActiveCellChangedEventArgs e)
{

var value = grid.ActiveCell.Value;



}

After I sort the column and click on the cell  value does not change and some how e.cell is null