Results 1 to 3 of 3

Thread: Matrix Data Binding - Crosstab?

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2001
    Posts
    89

    Matrix Data Binding - Crosstab?

    OK .. I searched for this, but could not seem to find an answer.

    Is there any way to bind a two dimensional many-to-many data table to a grid control so that it shows up in matrix form? Or is there another control that I could use?

    FYI - I am using DevExpress controls, so would prefer a solution utilizing their controls.

    Example (Bad example but you get the idea):

    Table Books Borrowed

    Person1-------Person2------BorrowedBooks
    Jill1------------Jon1------------2
    Jake1----------Jamie1----------4
    Chris1----------Jake1-----------3

    Matrix

    --------Jill1----Jon1---Chris1---Jake1---Jamie1
    Jill1-----0-------2-------0-------0-------0
    Jon1----0-------0-------0-------0-------0
    Chris1---0-------0-------0-------3-------0
    Jake1---0-------0-------0-------0-------4
    Jamie1--0-------0-------0-------0-------0
    Last edited by Beldrueger; Jun 22nd, 2006 at 05:44 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width