PB
Philip Bishop
January 12, 2005 04:58 PM UTC
It appears as if the site isnt allowing uploads. I tried attaching it with the last post and it gives me an error on page. I talked to a rebecca at syncfusion and she said email it to her and she would get it to whoever.
AD
Administrator
Syncfusion Team
January 12, 2005 09:27 PM UTC
I have frowarded this to the grid architect for him to look into.
As a work around you can avoid the problem by first calling CurrentCell.MoveTo(-1, -1).
grdRRP.CurrentCell.MoveTo(-1, -1)
grdRRP.Visible = True
grdRRP.Focus()
grdRRP.CurrentCell.MoveTo(3, 2)