I have a WebDropDown that includes a list of items which are all tied to a specific URL using the NavigateURLField property. The problem is that it only navigates to that URL if the user clicks directly on the word...but not on the line. Since some of the words are longer than others, there is white space to the right of the shorter words and it seems odd that when they click there...because it's on the same line that the URL wouldn't then be selected like it is when they click directly on the word.
Hi algunderson,
Thank you for pointing out this issue to us. I have logged this behavior with our Engineering staff and the next step would be for a developper to examine my investigation and provide a fix or another solution.
In the meantime there is a possible resolution to the matter. You can handle the SelectionChanged client-side event of the WebDropDown in order to navigate to the desired URL:
function WebDropDown1_SelectionChanged(sender, eventArgs){ window.location.href = eventArgs.getNewSelection()[0].get_navigateUrl();}
Please contact me if you have any questions.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
I have created a support case for you with an ID of CAS-73767-9C4BVD. The matter has been determined to be a development issue and has been logged in our tracking system with ID: 91065.
I will leave this case open and update you with any new information. You can view the status of the development issue connected to this case by going to the “My IG” tab on our website, hovering to the "My Support Activity" dropdown and selecting the "Development Issues" tab.
Please let me know if you have any questions.
Hi there,
This issue has been resolved and the fix for it would appear in our next service release.
Sincerely,