We have a RadGrid in which "CommandItemDisplay" is set to "top". We would like to change the behavior of the "Add Record" function within this display. Instead of the normal form for a person to input data with the insert and cancel links, we would like to popup a RadWindow that includes another RadGrid from which a user could select a record.
We have all the code for the popup and to return values to the primary RadGrid. All we need is how to override the "Add Record" functionality of the CommandItemDisplay so that our method is called instead of the default.
Thanks!
Dan
We have all the code for the popup and to return values to the primary RadGrid. All we need is how to override the "Add Record" functionality of the CommandItemDisplay so that our method is called instead of the default.
Thanks!
Dan