Refresh FeatureTable after changing Feature Layer

2996
2
Jump to solution
08-19-2016 07:41 AM
KarstenRank
Occasional Contributor III

Hi there,

I want to chang the Feature Layer of my Feature Table and reload the new data to edit them in the grid of the Feature Table widget.

myFeatureTable.featureLayer = newFeatureLayer;
myFeatureTable.refresh();

The refresh() changes the title of the grid after clicking the grid. The columns and the data will not be changed.

How can I load the data of the new Feature Layer in the grid?

Thanks,

Karsten

0 Kudos
1 Solution

Accepted Solutions
2 Replies
JeffJacobson
Occasional Contributor III
KarstenRank
Occasional Contributor III

Thank you Jeff,

this is the solution!

0 Kudos