Hi there,
I would like to know if it is possible to do a clientside repaint of the webexplorerbar similarly to what is done with the webtab?
I do not want to do a reload / postback as this inpacts on the client UI experience.
My environment is as follows:
VS2010
IE9
Widows 7 32 bit.
Infragistics ASP.Net Version 11.2.20112.2125
.Net 4
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
Regards.
Hello JJB,
Thank you for your reply. Glad that you were able to resolve this.
Please do not hesitate to contact me if you have any further queries.
Hello Petar,
I have since the post had to revisit the DOC TYPE specification. It was causing the browser to go into quirks mode which caused the behavior.
Hi JJB,
Thank you for the sample. Apologies for the delayed response.
After researching this, it seems that this may be caused by the "position" of the div image container. Can you try setting the selectedcellimagediv's position to "fixed" (or absolute/relative):
selectedcellimagediv.style.position = "fixed";
Please let me know if this makes a difference.
Hi Petar,
Please find an example of the js attached.
Thank you for your reply.
Can you check whether hiding and displaying once more the div in which the image in questions is located in the code responsible for handling window resizing causes the image to be redrawn in the correct position ? It would be really helpful to see the js responsible for that functionality to examine this further.