I have a radgrid which has a mastertableview, with editmode is set to ‘batch’, in one column I have a GridTemplateColumn with an EditItemTemplate. The EditItemTemplate has a button that displays a popup RadWidow from which the user can search and select the value for the column. The problem I am having is that when a new row is added the search button is displayed but when it is selected and the poup widow is displayed all new rows disappear, including any values entered in other columns.
Is there a way to display a popup RadWindow from which a value can be selected without losing the new row?
Is there a way to display a popup RadWindow from which a value can be selected without losing the new row?