Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
UltraWinGrid refreshes when lost focus
posted

Hello everyone,

 

Can anybody let me know why the ultrawingrid refreshes and selects the very first row instead of being at the place where customer has selected a row on grid. It auto refreshes and selects the first row of grid, I tried setting SyncWithCurrencyManager property to false but that does not work, any ideas on how to stop the grid refreshing when it looses focus and let the selected row remain same instead of the first row.

 

Best

Swetha

Parents
  • 69832
    Offline posted

    Sounds like you've ruled out an external change to the current record, which would have been my first guess.

    Without a sample, however, it is very difficult to speculate about what is causing this.

    One thing you could try is handling the AfterRowActivate event, put a breakpoint in the handler, and examine the call stack when execution breaks. You might be able to tell from that what triggered the chage.

Reply Children