We are using UD101\A table to retain some tooling information and have around 1600 records in the parent table. However, we have a strange occurrence when we try and use the List view to find required records by using Group By. If we have the List view saved with a Grouping on one field, load all records and then use the list view to find the particular record we want then the Detail tab doesn't update with the corresponding selection (even though the navigation bar shows it should have. As soon as I take the grouping off it's fine! The error message we get is the following:
Error Detail
============
Object reference not set to an instance of an object.
 
Stack Trace
===========
at Epicor.Mfg.UI.FrameWork.EpiUltraGrid.getSingleRowProps(UltraGridRow ugr)
at Epicor.Mfg.UI.FrameWork.EpiUltraGrid.oDataView_EpiViewNotification(EpiDataView view, EpiNotifyArgs ar)
at Epicor.Mfg.UI.FrameWork.EpiViewNotification.Invoke(EpiDataView view, EpiNotifyArgs args)
at Epicor.Mfg.UI.FrameWork.EpiDataView.Notify(EpiNotifyArgs args)
at Epicor.Mfg.UI.FrameWork.EpiDataView.set_Row(Int32 value)
at Epicor.Mfg.UI.FrameWork.EpiUltraGrid.beforeCellActivated(Object sender, CancelableCellEventArgs ea)
Any suggestions? Thanks.