You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the results of me clicking the delete icon starting from the bottom:
This is due to only the top one or two records in the Gallery having an id that is in the top 500 of the SiteHistory, and since it is not delegatable, only the rows in the view that correspond to the top 500 rows in the table are deletable. Doing a RemoveIf in a Gallery that uses a different source than the Gallery will often not do what the user want/expects and a warning should probably be created about delgation .
This bit me pretty hard today:
I have a gallery that is displaying values from a SQL View
This is the data source:
I've added a delete Icon with this OnSelect() to delete the record form the source:
Here is the results of me clicking the delete icon starting from the bottom:
This is due to only the top one or two records in the Gallery having an id that is in the top 500 of the SiteHistory, and since it is not delegatable, only the rows in the view that correspond to the top 500 rows in the table are deletable. Doing a RemoveIf in a Gallery that uses a different source than the Gallery will often not do what the user want/expects and a warning should probably be created about delgation .
Session Details:
The text was updated successfully, but these errors were encountered: