Infragistics Ultragrid scroll a row to view

  • Thread starter Thread starter Klappi
  • Start date Start date
K

Klappi

I have an Infragistics Ultragrid in which rows are edited by popping
up a seperate form. After closing that form the new or altered row
should be seen in the grid. It's no problem to select the row by
setting the property "selected" to "true", but it may happen that the
new row is outside the visible area of the grid. How do I scroll the
row to view? The ultrawebgrid has a function igtbl_scrollToView. Is
there an equivalent in Csharp?
 
I have an Infragistics Ultragrid in which rows are edited by popping
up a seperate form. After closing that form the new or altered row
should be seen in the grid. It's no problem to select the row by
setting the property "selected" to "true", but it may happen that the
new row is outside the visible area of the grid. How do I scroll the
row to view? The ultrawebgrid has a function igtbl_scrollToView. Is
there an equivalent in Csharp?

There's a similar method in the UltraGrid.
 
I have an Infragistics Ultragrid in which rows are edited by popping
up a seperate form. After closing that form the new or altered row
should be seen in the grid. It's no problem to select the row by
setting the property "selected" to "true", but it may happen that the
new row is outside the visible area of the grid. How do I scroll the
row to view? The ultrawebgrid has a function igtbl_scrollToView. Is
there an equivalent in Csharp?

You meant to ask if there is an equivalent in the ultragrid control
right?

It must have one. there are usually two approach, either a method/
rpoperty in the control named like EnsureVisible , ScrollToView or a
property in the actual data row.

BTW, Infragistics has a very good forum system, you could find more
tailored answer there.
 
Back
Top