I have a object that expose data with Indexer property.
Es.
{ get { .... } set { ...} }
and field binding is
UnboundField field = new UnboundField();
PropertyChanged(this, new PropertyChangedEventArgs("Item["));
Before install Hot fix , the grid refresh correctly when change value, but after hot fix the refresh of grid not working.
Thanks
Ivan