Hi,
I’m working on a grid with both key/value column and everpresentrow features. I used everpresentrow to add new rows to the grid.
The problem is: in the ‘geteverpresentrowwidgetvalue’ method, I can only return 1 value which applies to the ‘datafield’ of the grid. Since the ‘displayfield’ has no value assigned, the new added row is blank.
Here is the fiddle
Is there a solution for this issue? (What I can think of is to overwrite the ‘add’ method of the everpresentrow but cannot find a way to do so in the document)
Thank you.