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
912
can't add new row from webdatagrid
posted

in ASP.NET 19.2 I have a webdatagrid with a sql datasource.  Set behaviors to allow an "add row".

I see the addrow and I type in the info for the new record:

However, I can't seem to get the grid to add this record or update the datasource.  Tried clicking another record to make the addrow lose focus, and also tried to move a column to force a postback, but nothing seems to work.  What am I missing?