Hi,
From the following of your examples ...
Feature Explorer -> Grids -> Data operations -> Databound update
I noticed that the ListGrid selection gets lost following an updateData() method call.
Is there any way to preserve listGrid selections upon underlying data source operations,
whichever they are and wherever they take place (whether on the ListGrid it self or any
other data bound object which may also update the underlying bound data) ?
Thanks,
From the following of your examples ...
Feature Explorer -> Grids -> Data operations -> Databound update
I noticed that the ListGrid selection gets lost following an updateData() method call.
Is there any way to preserve listGrid selections upon underlying data source operations,
whichever they are and wherever they take place (whether on the ListGrid it self or any
other data bound object which may also update the underlying bound data) ?
Thanks,
Comment