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
105
Use WinDataSource with BindingSource?
posted

Hi Mike. You are the man with the knowledge so.... can you tell me if the ultradatasource can be used in conjunction with a binding source, specifically using the binding source to filter rows that are to appear in a grid? i.e display only records begining with an 'a' etc.

Parents
  • 469350
    Offline posted

    I'm not sure I understand the question. The grid has built-in filtering capability. So you don't need a BindingSource in order to do filtering. I wasn't aware that the BindingSource had any filtering functionality. But if it does, then I can't see any reason why it should not work with any data source, including UltraDataSource or the grid.

Reply Children