I open a listGrid with searchCriteria. now if update a record of same datasource then this record is getting displayed in the listGrid also. As this listGrid is created by passing criteria and this as per the criteria updated record should not be displayed.
But it is displaying ..Here is the log ]
17:58:20.301:XRP3:WARN:Log:findByKeys: passed record does not have a value for key field 'dbid'
17:58:20.321:XRP3:INFO:ResultSet:isc_ResultSet_99 (created by: isc_ListGrid_86):updated row returned by server doesn't match any cached row, adding as new row. Primary key values: {dbid: 35425}, complete row:
If i create a new record of same datasource then this record is not getting displayed in the listGrid which is fine.
18:17:33.327:XRP8:INFO:ResultSet:isc_ResultSet_218 (created by: isc_ListGrid_86):0 of 1 rows match filter criteria
18:17:33.350:XRP8:DEBUG:ResultSet:isc_ResultSet_218 (created by: isc_ListGrid_86):full length set to: 1
I am using RestDatasource and ListGrid is DataBound.
Please provide help in this issue.
But it is displaying ..Here is the log ]
17:58:20.301:XRP3:WARN:Log:findByKeys: passed record does not have a value for key field 'dbid'
17:58:20.321:XRP3:INFO:ResultSet:isc_ResultSet_99 (created by: isc_ListGrid_86):updated row returned by server doesn't match any cached row, adding as new row. Primary key values: {dbid: 35425}, complete row:
If i create a new record of same datasource then this record is not getting displayed in the listGrid which is fine.
18:17:33.327:XRP8:INFO:ResultSet:isc_ResultSet_218 (created by: isc_ListGrid_86):0 of 1 rows match filter criteria
18:17:33.350:XRP8:DEBUG:ResultSet:isc_ResultSet_218 (created by: isc_ListGrid_86):full length set to: 1
I am using RestDatasource and ListGrid is DataBound.
Please provide help in this issue.
Comment