I want to add a button kendo grid edit popup mode ( kendo web asp.net mvc razor)

example : I have 2 table with relationship one(table A) -many (table B)
now user click add new B, in pop-up edit have a drop-down show A, next to drop-down i want to add new button to add new A without navigate direct
Define in your columns definition an editor function that generates both elements (the checkbox as it is being added and the button).
Example:
and
generateButtonis:Example in JSFiddle here