Hi,
Are there any examples/docs on dealing with a many to many relation using rad grid. one to many seems simple but i cant figure out how to deal with many to many. for example.
catalogDB
id - name
1 catalog1
2 catalog2
categoriesDB
id - name
1 category1
2 category2
3 category3
4 category4
categoriesDB_X_catalogDB
id - catalogID - categoriesID
1 1 1
2 1 3
3 1 2
4 2 3
5 2 4
Thanks
-Keith
Are there any examples/docs on dealing with a many to many relation using rad grid. one to many seems simple but i cant figure out how to deal with many to many. for example.
catalogDB
id - name
1 catalog1
2 catalog2
categoriesDB
id - name
1 category1
2 category2
3 category3
4 category4
categoriesDB_X_catalogDB
id - catalogID - categoriesID
1 1 1
2 1 3
3 1 2
4 2 3
5 2 4
Thanks
-Keith