I have created an element.Grid:
On the _cellCreator I create a control.GridCell which consists of an element.Image and two(2) element.Text.
On the _message handler I call a function that is to update the grid elements.
First I call to a function and empty array '[]' followed by a call to the same function passing the array of data>
On the called function it simply calls: this.controls.summaryGrid.changeDataSet(<passing array>, true);
The problem seems that the text fields get the new text overlaying the previous text.
Any solution?
by
6 Replies