Hi
Suppose I have a Grid with the following columns:
And suppose I have a Child Grid which contains the following columns
The realtionship between the grids is by AccountNumber
An example of the Main Grid data would be:
123456 12345600 Savings 1000.00
123456 12345601 Fixed 5000.00
123456 12345600 Transactions 2000.00
I am dealing with a large amount of data and so I only what to populate the Child Grid where the AccountTypeDescription has a value of "Transactions" At the moment the Child Grid is loading the transactions 3 times which I don't need. It only needs to populate for the "Transactions" row.
Is it possible to do this?
I am using Telerik WinForms Rad Controls Q2 2009
Thanks
Suppose I have a Grid with the following columns:
- CustomerCode
- AccountNumber
- AccountDescription
- Balances
And suppose I have a Child Grid which contains the following columns
- CustomerCode
- AccountNumber
- Amount
- ReferenceNumber
The realtionship between the grids is by AccountNumber
An example of the Main Grid data would be:
123456 12345600 Savings 1000.00
123456 12345601 Fixed 5000.00
123456 12345600 Transactions 2000.00
I am dealing with a large amount of data and so I only what to populate the Child Grid where the AccountTypeDescription has a value of "Transactions" At the moment the Child Grid is loading the transactions 3 times which I don't need. It only needs to populate for the "Transactions" row.
Is it possible to do this?
I am using Telerik WinForms Rad Controls Q2 2009
Thanks