Help please... I had datachanged event to capture row# and column#. So I added initializeComponent method over there which is invoked by CreateionComplete and things are working now.
But now issue is it does exactly same stuff it does when it is rendered for the first time that is goes to DB and get the data and uses it to plot the graph. I would like to avoid database trip if the InitializeComponent is called from dataChanged event. How can I acheive this?

