Hi - say I have 10 WebDropDowns on a page all bound to the same DataTable with LoadOnDemand=True, once I select an item in 1 combo then the others are restricted to that item also.
As the datatable may be large (up to 7000 rows - which is why I'm using load on demand!) I don't want to have to duplicate the entire table 'x' times (one for each webdropdown).
Is there something I can tweak?
cheers,
Jonathan
Hi - I tried and failed to get it working with the datatables I need as my datasource (as the data is being supplied by another class, I can't connect to SQL directly.
In the end I've given up on this idea :(
Hello Jonathan,Please let me know if you have any further questions regarding this issue.
Hello Jonathan,Please take a look at the following sample created via NetAdvantage 11.1.20112.1019 (latest service release for our latest version of the controls). I have connected 3 WDD to a single SqlDatasource and every single WDD keeps its selected item. I have tested the sample under IE 9. If you are using different version and browser please provide more info.