I have a grid where one of my fields is an attribute type with and id and text that needs to be edited with a dropdownlist in the popup editor. When a specific value in that dropdownlist is selected I need to be able to show a grid in the editor as well to set additional values. These values are not part of the original grid. I've tried creating a custom editor template but ran into problems binding the data for the dropdownlist. The attribute type in the original grid kept getting set to undefined, but the correct value was getting back to the database. I tried using the built in editor and just setting the editor for the dropdownlist and adding a grid to the popup editor in the change event, but that wasn't working at all (the grid showed up but with the header at the bottom and covered everything else in the popup). Is there a way to do this and still have all of the values data bound to the original grid?
Thanks,
Andrea
Thanks,
Andrea