Hi,
I have a strange behaviour on some of my pages.
The Buttons only react when I click on the Button text, but not if I click on the Button where no text is shown ( Button has a fixed width, text is centered, so there is an area left and right of the text).
Same behaviour for the Button hover effect, only works if the mouse ist over the Text.
Even the Table on these Pages only reacts on Row Changes if i click on the text, not if i click on the row itself.
I have several very similar pages, all just showing different data and offering different options/functions. All implemented the same way. Just two of them show the described behaviour. The other ones work like they should. These pages are very simple, just some Buttons and one Table (WebDataGrid). I can't see any difference. Everything seems to be the same (structure, css classes, usage).
This behaviour occures on IE8 and IE10.
Any ideas where to look or how to fix this?
Infragistics Version: 13.1.20131.1012
Thank you very much and greetings
Hello,
Thank you for sharing your experience with the community. I believe many of our community members may benefit from this!
Although, if you need further assistance regarding this matter, contact me.
Solved.
There was a closing div missing within the aspx code.
</div>
Nevertheless, a weird behaviour.