Hi,
I am using SmartGWT 2.4. I am Displaying data using List Grid with a form binded to it. Also I am using Rest data source to enable the data fetching on scroll.
When I select some thing in the filters and tried to update the record, the record is getting disappeared from the grid. This happens only for non English data and non English filter is selected. For English versions I don't have any problem, it works absolutely fine.
I think after server sending the response, the comparison with the filter is not working.
Can you please let me know if there is any way to overcome this issue?
I am using SmartGWT 2.4. I am Displaying data using List Grid with a form binded to it. Also I am using Rest data source to enable the data fetching on scroll.
When I select some thing in the filters and tried to update the record, the record is getting disappeared from the grid. This happens only for non English data and non English filter is selected. For English versions I don't have any problem, it works absolutely fine.
I think after server sending the response, the comparison with the filter is not working.
Can you please let me know if there is any way to overcome this issue?
Comment