Hi
I'm using RadGrid within a SharePoint 2007 Web Part. I'm using a bespoke IBindableTemplate to Insert & Update row data. However when I click the button to update the data, the Grid's UpdateCommand isn't fired. I added a basic button to the page to simulate a Postback with no CommandName being associated. However when this happens, it appears that the ViewState for the Grid isn't being Loaded back during the Page LoadViewState process.
I have manually specified that EnableViewState = true for the Grid and the Parent Web Part. Also all controls have been given a Unique Id.
Any thoughts as how to resolve this would be most appreciated. Just to let you know I have run a cut down version from a previous thread in ASP.NET and all works fine
Cheers
Simon
I'm using RadGrid within a SharePoint 2007 Web Part. I'm using a bespoke IBindableTemplate to Insert & Update row data. However when I click the button to update the data, the Grid's UpdateCommand isn't fired. I added a basic button to the page to simulate a Postback with no CommandName being associated. However when this happens, it appears that the ViewState for the Grid isn't being Loaded back during the Page LoadViewState process.
I have manually specified that EnableViewState = true for the Grid and the Parent Web Part. Also all controls have been given a Unique Id.
Any thoughts as how to resolve this would be most appreciated. Just to let you know I have run a cut down version from a previous thread in ASP.NET and all works fine
Cheers
Simon