I have a normal master table, and I need to add a number of detail tables to this. Each detail table is a many-to-many relationship to the master table, so i have junction tables in between them.
How on earth do i set up the grid to show me the detail tables, using the junction tables, and all of that using separate sqldatasources? (I started out with ALL the tables in a single sqldatasource, but even the master won't work correctly then with it's large number of lookup drop downs, etc).. I have to admit that the RadGrid has me pretty much scratching my head 24/7 by now, been jumping through too many hoops to get things to work right, quite frustrating!
The documentation, samples and demos are pretty much useless in regards to most 'more advanced' uses of the RadGrid as well. It is costing me way too much time to get things done, even delete and update of records in the master didn't work right because of the sqldatasource generating entirely incorrect SQL (which one does not expect).
I literally have NO clue what i am doing with that property builder (which 'forgets' datasources all over the place, sometimes does see the columns but usually not, NEVER sees columns in detail tables with a diffferent datasource (which it, of course, forgets most of the time), setting the datasource in the builder doesn't update the datasource at all, etc). It naming detail tables after the datamember is ridiculous as well, since there is a 'Name' property..
This too seems 'incomplete', too many 'basic' things not working as they should or are completely illogical.
I am starting to get extremely frustrated with Prometheus by now, if RadControls for ASP.NET didn't have 5 zillion dll's and massive amounts of external scripts, skins, etc I would try that, but i fear it'll just result in the same thing.
I really don't get what is so hard to simply hang the complete database to a grid, it automatically resolving all the relationships and creating all the detail tables automatically, while, of course, allowing on to select what to show and what not. Simple and straightforward, not doing EVERYTHING by hand like it seems RadGrid works now (which is not exactly 'Rad').
How on earth do i set up the grid to show me the detail tables, using the junction tables, and all of that using separate sqldatasources? (I started out with ALL the tables in a single sqldatasource, but even the master won't work correctly then with it's large number of lookup drop downs, etc).. I have to admit that the RadGrid has me pretty much scratching my head 24/7 by now, been jumping through too many hoops to get things to work right, quite frustrating!
The documentation, samples and demos are pretty much useless in regards to most 'more advanced' uses of the RadGrid as well. It is costing me way too much time to get things done, even delete and update of records in the master didn't work right because of the sqldatasource generating entirely incorrect SQL (which one does not expect).
I literally have NO clue what i am doing with that property builder (which 'forgets' datasources all over the place, sometimes does see the columns but usually not, NEVER sees columns in detail tables with a diffferent datasource (which it, of course, forgets most of the time), setting the datasource in the builder doesn't update the datasource at all, etc). It naming detail tables after the datamember is ridiculous as well, since there is a 'Name' property..
This too seems 'incomplete', too many 'basic' things not working as they should or are completely illogical.
I am starting to get extremely frustrated with Prometheus by now, if RadControls for ASP.NET didn't have 5 zillion dll's and massive amounts of external scripts, skins, etc I would try that, but i fear it'll just result in the same thing.
I really don't get what is so hard to simply hang the complete database to a grid, it automatically resolving all the relationships and creating all the detail tables automatically, while, of course, allowing on to select what to show and what not. Simple and straightforward, not doing EVERYTHING by hand like it seems RadGrid works now (which is not exactly 'Rad').