Hi,
I have a page with some inputs on the top and three grids at the bottom. The three grids show a list of addresses, the patient responsible for the patient I am viewing, and a list of dependents for the patient I am viewing. Each of these has a custom form that appears inside the grid when I want to add a new record.
The first grid (addresses) inserts just fine. I have no problems after inserting.
The second and third grids seem to corrupt the viewstate after I have inserted a record. Now, I am able to insert a new record, but after there is one item in either grid I cannot post any more to this page. This includes clicking the "Add dependent" or other link button in my grid command template or on my page, and it also includes saving the input at the top. The page becomes uneditable after an item is populated into either table. Even a clean refresh of this page doesn't help.
I must be doing something wrong in the second and third grids, but I can't figure out what. Is there ever a case where the RadGrid will cause an invalid viewstate if there is a record in it?
I can provide sample code as needed. Thanks.
I have a page with some inputs on the top and three grids at the bottom. The three grids show a list of addresses, the patient responsible for the patient I am viewing, and a list of dependents for the patient I am viewing. Each of these has a custom form that appears inside the grid when I want to add a new record.
The first grid (addresses) inserts just fine. I have no problems after inserting.
The second and third grids seem to corrupt the viewstate after I have inserted a record. Now, I am able to insert a new record, but after there is one item in either grid I cannot post any more to this page. This includes clicking the "Add dependent" or other link button in my grid command template or on my page, and it also includes saving the input at the top. The page becomes uneditable after an item is populated into either table. Even a clean refresh of this page doesn't help.
I must be doing something wrong in the second and third grids, but I can't figure out what. Is there ever a case where the RadGrid will cause an invalid viewstate if there is a record in it?
I can provide sample code as needed. Thanks.