Right now I have a RadGrid with its MasterTableView's "CommandItemDisplay="Top"" configured.
This setting shows a "Add new record" control above the Grid and allows inserting a new item.
But I don't want this control to be shown. Instead, I want to use a regular button somewhere else on the ASP page. When pressed, the Grid should behave just like it would be upon clicking the "Add new record" button.
Which event does the Button have to trigger in the RadGrid in order for this behaviour to show?
Thanks
s.
This setting shows a "Add new record" control above the Grid and allows inserting a new item.
But I don't want this control to be shown. Instead, I want to use a regular button somewhere else on the ASP page. When pressed, the Grid should behave just like it would be upon clicking the "Add new record" button.
Which event does the Button have to trigger in the RadGrid in order for this behaviour to show?
Thanks
s.