Hi there, I'm looking at the docs for ListGrid.setFields() at http://www.smartclient.com/docs/6.5/a/b/c/go.html#method..ListGrid.setFields
We want to add a new field to the existing fields array for a ListGrid. Do we achieve this by passing in a newFields array? Does this maintain the old list of fields? Or, do I need to add my new field to the existing fields array and then pass in the whole array as a newFields array? Or, is there another API I'm not seeing for adding fields? Same question applies for removing fields.
We want to add a new field to the existing fields array for a ListGrid. Do we achieve this by passing in a newFields array? Does this maintain the old list of fields? Or, do I need to add my new field to the existing fields array and then pass in the whole array as a newFields array? Or, is there another API I'm not seeing for adding fields? Same question applies for removing fields.
Comment