When using an Observable store for a dGrid a call to the notify()
method will update a record. See this example: Git Hub Drgid Example
However, when there is only one record, notify does not appear to notify the record. This can be seen in the above example by removing all but one stock in stocks.json
.
Is this a known issue or is there a work around?