Hi All,
I need to show a countdown timer in a grid cell. So, I set the renderer on the ColumnConfig which returns new value. Now I need somehow to force the cell re-render (or at least the whole grid re-render)
I modify the record data of a grid panel row. After this I call myGridPanel.getView().refresh().
Please have a look to my attachment. Now, in the column Vendor I can see the modified data but in the column Name, where I defined a render function, I can not see the chanched data.
Ich deal with this problem for some days. Now I have the solution.
The grid panel component is from a workmate and I did not realize that in the grid panels store there are two fields: name and full_name. The last I did not modify. That's all.
hi,
I have a requirement in ext-gwt where if i modify the first row of the grid rest of the rows should be filtered according to the values in the first row. Can someone please quickly help me as it is really very urgent for me.