My issue is i am looking for a way for the client to be able to click on a feature and get a popup window with certain attributes displayed. The toolkit:maptips works great in that the window doesn't automatically come up, it takes an extra click. However even after adjusting the feature count it seems to max out at about 2,000 features per graphic.
How I have my application set up is I have map services by country I.E. Australia (Map server), Austria (Map server). I have a sublayer list for each service (country) that allows the client to turn on and off the sublayers. These are all put in a treeview and this works great for my purposes.
The problem is I only want the query/identify to return the attributes for layers that are currently turned ON. This is tricky because these are spread out across different map services. I currently have it set up so that when a feature is turned on it automatically creates the "map tips query graphic". but like i mentioned the graphic only stores up to 2,000 features and i have layers with 100,000+, also if someone has a bunch of sublayers loaded the graphics really slow things down. Identify would be the best option but i need it to span 1,000+ different map services and only apply to the sublayers that are turned on. Any suggestions would be greatly appreciated.