Infragistics Ultragrid scroll a row to view

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?
 
A

andy.johnstone

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

Ignacio Machin ( .NET/ C# MVP )

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top