Here is my situation, I have two forms one has the detail of the data that is on the grid and the other form actually has the gird displayed on it. When I click to move to the next row it fires a event this event takes about a full second to complete and come back to the first from with the data. Is there anyway to change the amount of time that the event waits to fire? We would like it to fire instantly not have to wait the full second.
Thanks in advance,
Chris.
Hi Chris,
There's not much info here to go on. What exactly is taking a minute? What are you doing that's causing a delay?
Sorry about that. I have a hidden grid and when I perform the grid.PerfomAction(UltraGridAction.NextRow) on it, it takes over a second to fire the RowActivated event. It is a consistent amount of time, every time we have timed it. Is there anyway to make this happen faster.
Thanks,
I'm afraid I don't know. I can't see why it should take a minute to select a row.
What kind of data is the hidden grid bound to? What's the data source?
Is the data recursive?
Exactly which event are you referring to? There's no RowActivated event - I assume you either BeforeRowActivate or AfterRowActivate.
Does it help if you make the grid visible?