We are using the templateaddrow feature of the grid. Say you enter data for a new row, and select a drop down choice at the end of the drop down list (it is a list long enough to have a scroll bar). Now, enter data for another new row. When you drop down the drop down list mentioned in the last sentence, the list is scrolled to the bottom, near the selection that was made on the previous row. We are setting up the ultradropdown on the column, not the cell. Is there a way to tell the ultradropdown's behavior to scroll to the top of the list for a drop down that has no selection (seems like this would be the desireable default behavior)? Thanks a lot!
This sounds like a bug to me. The DropDown should probably be reset to the top by the RowEditTemplate itself, you should not have to do anything.
You should Submit an incident to Infragistics Developer Support and include a small sample project demonstrating the behavior so they can check it out.