Hi,
I added a RadGrid to my custom page.
When Grid is in edit mode, I fill required fields and press Update button, but this only fire Load event.
The event OnNeedDataSource fire properly, but events OnInsertCommand, OnEditCommand don't.
I try to create grid programmatic, but the effect is the same.
PageLoad function:
rgProducts_NeedDataSource function:
Adam