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
185
Win Grid Row Update Problem
posted

I am having some problems using win grid. Following is my scanrio.

I have a data gird bound with a bindingsource.

On row update, I need to fetch the row data before it was updated . I tried to catch BeforeRowUpdate(sender,e) event. It gives me new values. If I try to get value from dataset against e.Row.Index (index of row passed to BeforeRowUpdate event), it again gives me the new value entered in the gird cell.

Kindly help me out with this. I am stuck in the middle of no where because of this problem.

Thanks in advance,