Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

New rows disappear

$
0
0
v9.0_2013-07-03/LGPL Development Only (built 2013-07-03)

The situation is that I have got an existing ListGrid (main Grid) with multi paged records. The user wants to import some additional records through copy paste dialog box. For handling this import, a new ListGrid(import Grid) should open up and if the additional records contain amendment to existing records then those amendments need to be highlighted otherwise for each new records a new row needs to be added to this import. At present I add existing records from the main grid to the import grid using ListGrid.setData(Records[] records) method. Before populating the import grid, existing records for the user input are fetched from the server using fetch(Criteria, DSCallback()).
The problem that I am having is that when new records are added to this import grid, the server response causes them to disappear from the import grid. The server response is for successful creation of new record.

Viewing all articles
Browse latest Browse all 4756

Trending Articles