v9.0_2013-07-03/LGPL Development Only (built 2013-07-03)
I have got a ListGrid with 4 fields with each field having filter enabled. During the creation of the grid I set the data properties of the grid to include the property setNeverDropUpdatedRows with value of false.
The scenario is that the end user applies some filtering criteria on the fields to a small subset of rows. Thereafter he adds a new row which doesnt match this criteria and saves this row. The response received from server is correct but what he sees on the browser screen is that the row hasnt been updated and still shows in blue font. If he were to remove the filter criteria and look at the row in absence of filtering the row has now got the correct font and also the primary key(received as part of the server response).
The ResultSet property of NeverDropUpdatedRows works only for rows which are updated not for new ones. Does this mean that whenever user were to enter a new row, he will be either be forced to remove the filter criteria to see his updates go through.
Pls advise.
I have got a ListGrid with 4 fields with each field having filter enabled. During the creation of the grid I set the data properties of the grid to include the property setNeverDropUpdatedRows with value of false.
The scenario is that the end user applies some filtering criteria on the fields to a small subset of rows. Thereafter he adds a new row which doesnt match this criteria and saves this row. The response received from server is correct but what he sees on the browser screen is that the row hasnt been updated and still shows in blue font. If he were to remove the filter criteria and look at the row in absence of filtering the row has now got the correct font and also the primary key(received as part of the server response).
The ResultSet property of NeverDropUpdatedRows works only for rows which are updated not for new ones. Does this mean that whenever user were to enter a new row, he will be either be forced to remove the filter criteria to see his updates go through.
Pls advise.
Comment