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
65
Lost Focus clears Selected Rows
posted

When my winGrid looses focus the selected rows collection gets cleared.  I am popping up another form to allow the user to choose which database to send data to.  They are going to send the selected data, but after the popped up form returns the grid has lost its selected rows column.  Is there a setting or some code to prevent this.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    The grid does not automatically clear the selected row when it loses focus or even when it's containing form does. If the selection is being lost, then something in your code must be clearing it. Perhaps you are doing something to your data source that is causing it to send a reset notification to the grid. 

Children
No Data