After setting EmptyRowSettings.ShowEmptyRows = true, I tried to go through the Rows collection and find empty rows by checking the IsEmptyRow property but that search resulted in nothing.
Is there a place where I can look for UltraGridEmptyRow objects?
Hi,
I don't think so. Why do you want to get the empty rows? Empty rows are not real rows, they are just there for display purposes. So they don't really do anything.