I’ve tried multiple scenarios (BaqDataView and EpiDataView) and the results is the same. I’m in Quote Entry, I have created a new tab, I’m adding and EpidataView to the transaction object and I’m binding the grid to the EpidataView.
oTrans.Add("QuoteOrderWzd", edvQuoteOrderWzd);
When the Quote is marked Quoted, everything is in read only mode, even my custom EpiDataView. Changing the ExtendedProperties doesn’t help me out.
My custom EpiDataView behavior is dictated by something in the transaction. I have decompiled the EpiDataView class but I couldn’t find where the EpiMagic occurs. My plan B is to link the grid datasource directly to a table. But I would prefer to work with EpiDataViews or BaqDataViews. Can somebody help me on this one?