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
310
Using webnavbar's insert and submit with webgrid
posted

I am using the webnavbar with an ultrawebgrid (which uses fixed row filtering) . I have the delete button deleting rows correctly. I have the insert button adding a row to the grid but no postback is ever performed to fire off the AddRow or AddRowBatch events. And I have no idea how to use the submit button on the navbar to fire a postback.

What I need is to be able to save the new row(s). But I'm not sure I'm able to do that since the grid is using fixed row filtering and I have to reinitialize the datasource every postback. Or do I have the setup wrong?

 Please help!

Thanks,

 Wade