This question is locked. New answers and comments are not allowed.
Hi,
I have created a custom GridViewDataColumn that executes some logic depending on the DataItem passed into the CreateCellElement.
Now in order to return the correct FrameworkElement for the CreateCellElement I talk to a WCF inside the custom GridViewDataColumn. This works just fine and the cell values in the grid pops up asynchronously which is what I want.
However, whenever I scroll the grid it fires the CreateCellElement again and redoes all the logic. This is not what I want, I just want to query the WCF once when I bind the grid.
However, whenever I scroll the grid it fires the CreateCellElement again and redoes all the logic. This is not what I want, I just want to query the WCF once when I bind the grid.
Am I missing something here? Any Ideas?
Thanks, Simon
