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
Hi Wade,
do you set <Submit AutoPostBack="true"/> ?