This question is locked. New answers and comments are not allowed.
Scenario as below:
Create a new record and add to the gridView ItemSource (suppose the gridview have one column Description of type string)
add a record for deascription "AAAA"
Click the filter icon on the column and select "AAAA"
then delete the record from the item source of the grid.
Then again add anew record "BBBB"
Observe that the newly added record is not populated to the grid.
click on filter icon you can see the new value in the checkbox listitem.
click clear filter and you will get the newly added record on the gridview.
Please review and Let me know, that is there any property i need to set.
But i think its an issue related to filter.
Hrushikesh
Create a new record and add to the gridView ItemSource (suppose the gridview have one column Description of type string)
add a record for deascription "AAAA"
Click the filter icon on the column and select "AAAA"
then delete the record from the item source of the grid.
Then again add anew record "BBBB"
Observe that the newly added record is not populated to the grid.
click on filter icon you can see the new value in the checkbox listitem.
click clear filter and you will get the newly added record on the gridview.
Please review and Let me know, that is there any property i need to set.
But i think its an issue related to filter.
Hrushikesh