I want to display data in grid format as per user selection. I have a multiselect Listbox which contains ItemType property names(for ex 50 names), whenever user select values from listbox (for ex 10) it should display in RelationshipGrid as column. Therefore number of columns and rows are not fixed so i need to create dynamic RelationshipGrid .Please help me to solve this problem.
Thanks.