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

Parents
No Data
Reply
  • 1225
    Offline posted

    Hello Rozhkov,
    I have created a development issue to ensure that the null cell reference returned by the ActiveCellChanged event on the PivotGrid will receive attention and that you are notified when this has been fixed.

    We have logged this behavior in our internal tracking system with a Development ID of 219959. The next step will be for a developer to review and offer a fix, or other resolution.

    I will leave this case open and update you with any new information after the review. You can also continue to send updates to this case at any time.

    You can view the status of the development issue connected to this case by selecting the "Development Issues" tab when viewing this case on the web site.

    Please let me know if you need more information.

    Sincerely,
    Josheela

Children