Browse by Tags
All Tags » DataGrid » card view (RSS)
-
In my application, user adds objects from a pool to the grid.
On click of the add action, we are adding the object to datagrid (with cardview), and want to do the following actions on addition.
1. Bring the newly added item to view. (I tried accessing the dataRow, but it is null and I tried BringItemIntoView and observed that it ...
|
|
|
|