We are trying to fetch data from the server using a search form. The values are received from searchForm using criteria and then passed to the fetchData() of the ListGrid inquiriesList as shown below:
inquiriesList.fetchData(searchForm.getValuesAsCriteria());
We are able to query the data correctly but in console logs, we see the following messages:
------------------------------------------------------------------------
setProperties: couldn't set:
{startDate:"No such property", client:"No such property", issue:"No such property", sizeBucket:"No such property", endDate:"No such property", notesState:"No such property"}
------------------------------------------------------------------------
These are the properties present in the criteria of the search form but not present in the XML datasource of the inquiriesList listGrid. We added them in the XML datasource as well but it was of no help.
We are using SmartClient 8.2 Power Edition, and Internet Explorer version 8.
Can you tell us what the problem could be?
thanks.
inquiriesList.fetchData(searchForm.getValuesAsCriteria());
We are able to query the data correctly but in console logs, we see the following messages:
------------------------------------------------------------------------
setProperties: couldn't set:
{startDate:"No such property", client:"No such property", issue:"No such property", sizeBucket:"No such property", endDate:"No such property", notesState:"No such property"}
------------------------------------------------------------------------
These are the properties present in the criteria of the search form but not present in the XML datasource of the inquiriesList listGrid. We added them in the XML datasource as well but it was of no help.
We are using SmartClient 8.2 Power Edition, and Internet Explorer version 8.
Can you tell us what the problem could be?
thanks.
Comment