I am using the latest and greatest from Telerik.
I have a Hierarchial RadGrid on a form that does not seem to snap into Insert mode. I can click the Edit link and it shows my MasterEditTemplate form with my controls and everything works fine. I have built a few projects so far where the grids using this model insert, update and delete records just fine. The structure uses the NeedsDataSource and OnDetailTableDataBind event to supply the data to the grids and the ItemCommand event handler to act on. Which is a typical pattern.
For some reason now the grid does not show the MasterEditTemplate in Insert mode when I click the factory "Add new Record" link on the top of the grid after setting the CommandItemDisplay to "Top" the page just refreshes in the normal browse mode.
As mentioned the insert was working, for some reason now I cannot get the grid to show the grid in Insert mode even though I can step into the ItemCommand handler and verify that the grid is firing the event with the RadGrid.InitInsertCommandName constant yet the page refreshes in browse mode.
Can anyone offer any suggestions?
I have a Hierarchial RadGrid on a form that does not seem to snap into Insert mode. I can click the Edit link and it shows my MasterEditTemplate form with my controls and everything works fine. I have built a few projects so far where the grids using this model insert, update and delete records just fine. The structure uses the NeedsDataSource and OnDetailTableDataBind event to supply the data to the grids and the ItemCommand event handler to act on. Which is a typical pattern.
For some reason now the grid does not show the MasterEditTemplate in Insert mode when I click the factory "Add new Record" link on the top of the grid after setting the CommandItemDisplay to "Top" the page just refreshes in the normal browse mode.
As mentioned the insert was working, for some reason now I cannot get the grid to show the grid in Insert mode even though I can step into the ItemCommand handler and verify that the grid is firing the event with the RadGrid.InitInsertCommandName constant yet the page refreshes in browse mode.
Can anyone offer any suggestions?