Hi everybody.
I have a problem with CurrentRowChanged event of GridView. My problem is next.
At form's load event I do this: (rgvClientes is the GridView)
this.rgvClientes.CurrentRow = null;
this.rgvClientes.CurrentRowChanged += new CurrentRowChangedEventHandler(this.rgvClientes_CurrentRowChanged);
And when I click on a Row from the GridView the event CurrentRowChanged fires twice but only the first time, after that it fires only ojne time when a click on a different row.
Someone can explaine me this issue?
Thanks an sorry about my English.
I have a problem with CurrentRowChanged event of GridView. My problem is next.
At form's load event I do this: (rgvClientes is the GridView)
this.rgvClientes.CurrentRow = null;
this.rgvClientes.CurrentRowChanged += new CurrentRowChangedEventHandler(this.rgvClientes_CurrentRowChanged);
And when I click on a Row from the GridView the event CurrentRowChanged fires twice but only the first time, after that it fires only ojne time when a click on a different row.
Someone can explaine me this issue?
Thanks an sorry about my English.