I'm using Winforms and need a raddatagrid to show a person's name and what accounts they can view.
Name is from one datasource and Accounts will be from another. The Accounts will be in the RadCheckedDropDownList.
Following this example, I was able to add just the Accounts to the grid. I cannot figure out how to add the Name column.
Any help would be appreciated.
Thanks.