Last Updated:
			13 Oct 2025 07:16
			
				by 					ADMIN
			
		
	 
		DataGrid: Grouping does not occur when descriptors are set immediately after ItemsSource
	
		
			When grouping descriptors are set immediately after assigning the ItemsSource on a DataGrid, the descriptors are cleared internally, resulting in grouping not being applied. This occurs because the data engine is still in the process of updating the ItemsSource, and no immediate update is triggered by the added or removed descriptors afterward.