Forum Post: RE: How to perform "CTRL-END" on a infragistic UltraGrid with MaxDataGuess > 0 set...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
I doubt that using a DB Query you will achieve satisfying performance. You only can detect CTRL-END from a KeyDown event handler, set MaxDataGuess to zero and wait for 30.000 records to be loaded from the DB to the Grid. Slow.. We have implemented FetchLast in our OERA framework (ProDataset based). FetchLast is trivial then with Temp-Tables or ProDatasets, but then you have to teach the Grid, the BindingSource and the ProDataset the OffHome event. That was a challenge on it's own.

Continue reading...
 
Status
Not open for further replies.
Back
Top