Hi,
I have a gridview that is hooked up to a web service, when you edit a cell and move to another cell it calls an update on the web service to update the DB, all works very well.
However, I can't seem to get this functionality working with the 'add new row' row. How do I know when a user has moved away from teh add new row row, so I can then construct an entity object to send to the web services Add method?
Thanks in advance
M
I have a gridview that is hooked up to a web service, when you edit a cell and move to another cell it calls an update on the web service to update the DB, all works very well.
However, I can't seem to get this functionality working with the 'add new row' row. How do I know when a user has moved away from teh add new row row, so I can then construct an entity object to send to the web services Add method?
Thanks in advance
M