Current filter:
                                You should refresh the page.
                                We apologize for the inconvenience. Our ordering system and the support center may be offline for a few hours on Sunday, May 19 due to maintenance tasks.
                                0
                                  • Hi,

                                    i hit on a situation today where i got an NullReference exception from RefreshController, because here:

                                    private void ObjectSpace_Committed(Object sender, EventArgs e) {
                                                   if(View.IsRoot && (View is ListView) && (((ListView)View).CollectionSource is CollectionSource)
                                                        && ((CollectionSource)((ListView)View).CollectionSource).IsServerMode) {
                                                        ((ListView)View).CollectionSource.Reload();
                                                   }
                                                   UpdateActionState();
                                              }

                                    View is NULL. Can you please check here if View != null

                                    thx

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.