Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Not getting the right sibling...
posted

Hello,

I've got an ultrawingrid with the FilterUIType = FilterUIType.FilterRow. I am trying to get to the next "visual" row programmaticly when I have a filter applied.

Whey I try to do something like this:

UltraGridRow nextRow = myGrid.ActiveRow.GetSibling(SiblingRow.Next);

I'm not getting the next visual row, just the next row id from the datatable (which may not be visible in the current view). Works great when I don't have filter values or when the grid is set in FilterUIType.Default mode.

Any suggestions?

Thanks,

Frank