How do I access the field definitions used by a DetailViewer, so that I can configure them?
They are automatically configured (somehow) when I bind a DS to the DetailViewer, and I also see setFields(...), but I do not see either getFields(...) or getField(..). (These are the methods I use to do the same for ListGrids.)
They are automatically configured (somehow) when I bind a DS to the DetailViewer, and I also see setFields(...), but I do not see either getFields(...) or getField(..). (These are the methods I use to do the same for ListGrids.)
Comment