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
40
binding each column to a diiferent data source
posted

hi is it possible to bind each column to a different data source. basically were are building a trading app, we got vectors with represent live rates etc.. there are a number of these and need to be bound to a column. is this possible in xamgrid

Parents
  • 69686
    Suggested Answer
    posted

    Hello,

    To the best of my knowledge, this is not possible. The XamDataGrid only exposes the DataItems property, which is IEnumerable. This allows only one data source to be bound to the grid at a time.

    You could achieve this, but merging the different data sources into one and then binding to the XamDataGrid.

Reply Children