Hello,
If many nodes with images (about 50 and more )are to be displayed at the same time and AutoPostBackFlag for nodeClick is set to on, sometimes (not always, but often) it causes the whole page to blink on clicking the node. Here's the sample solution. And load on demand or manual load on demand won't help, since I need to show many nodes at the same time. I'm using 11.1.20111.2238.
Thank you.
Hello Andrey,
This behavior is caused by the postback and since your tree has AutoPostBackFlags-NodeClick enabled, it is expected the page to reload and sometimes to blink. If you set the AutoPostBackFlags for NodeClick to Off or Async, this won't happen.
Let me know if you have any further questions.
Thanks, I just hoped that there was some workaround. Unfortunately, I have one further question and it's described here http://ko.infragistics.com/community/forums/p/74118/374826.aspx#374826
P.S. Thanks you really much for your support, it seems that now you're the most active (if not the only one) Infragistics supporter out there.
Thank you for the reply.
I'll have a look at your thread.