Hi,
I stumbled on the following in the javaDoc for setDataSource on ListGrid (complete javadoc below):
When binding to a new DataSource, if the component has any existing "fields" or has a dataset,
these will be discarded by default, since it is assumed the new DataSource may represent a completely unrelated set of objects.
If the old "fields" are still relevant, pass them to setDataSource().
My old fields are still relevant, so how do you pass in these "fields" to the setDataSource? I can't seem to find any API that allows this?
I stumbled on the following in the javaDoc for setDataSource on ListGrid (complete javadoc below):
When binding to a new DataSource, if the component has any existing "fields" or has a dataset,
these will be discarded by default, since it is assumed the new DataSource may represent a completely unrelated set of objects.
If the old "fields" are still relevant, pass them to setDataSource().
My old fields are still relevant, so how do you pass in these "fields" to the setDataSource? I can't seem to find any API that allows this?
Originally posted by JavaDoc
Comment