Hello, when you have a ListGrid and there are records that are marked for removal, how do you get a list of these records? getAllEditRows() returns all the rows that have edits, including those for removal, but how do I distinguish which ones are marked for removal?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
X
- 
	
	
		
		
		
		
		
		
		
	
	
We don't have an API to return the full set of records marked for removal but you can use getAllEditRows and then call recordMarkedAsRemoved() on each record to see if it's been marked for removal
https://www.smartclient.com/smartcli...arkedAsRemoved
 
Comment