I need to implement a simple custom section that shows a GridView control with inline Update.
I'm spending my last 3 days trying different solutions without luck.
The data is displayed, but during the RowUpdating event, i'm unable get reach the controls in the grid. row.FindControl() always returns null, for example.
The strange is that the same code works as expected if i not place it inside Umbraco!
Is there anything special needs to be done with the GridView in order to work correctly?
Many thanks,
Istvan
UPDATE: it seems the gridview works fine if the tabview is removed... any idea what is going on here?
GridView control in custom section
Hello!
I need to implement a simple custom section that shows a GridView control with inline Update. I'm spending my last 3 days trying different solutions without luck.
The data is displayed, but during the RowUpdating event, i'm unable get reach the controls in the grid. row.FindControl() always returns null, for example.
The strange is that the same code works as expected if i not place it inside Umbraco!
Is there anything special needs to be done with the GridView in order to work correctly?
Many thanks, Istvan
UPDATE: it seems the gridview works fine if the tabview is removed... any idea what is going on here?
is working on a reply...