Hi,
I found that when I have inside the same web page both the Map control and a form for data entry then when using the keyboard to navigate the form like using arrows or page-… the Map move as well. Could you tell me how to avoid this kind of behavior?
thanks a lot.
jm.
Map control and form for data entry inside the same web page
Hi Jean,
I think this sample should be helpful. mvcsamples.thinkgeo.com/ZoomingPanningMoving/UseKeyboard/1,ZoomingPanningMoving
Just try to set: tools.KeyboardMapTool().Enabled(false);
Regards,
Don