Hi,
I have a problem with my application. I implemented DrawFilter class which is used in DragAndDrop operation. There are three Drawing states. First is when cursor is on node, second is when node is below node and last is when cursor is over node.
When I was testing I found that when cursor is over node text for this node disappears, but image is displaying normally.
What should I do?
Hi PoKrec,
Thank you for your response. I am glad that a solution has been determined for your issue.
Should you require any further assistance, please let me know.
Sincerely,
Chris K
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
Hi Chris,
I have tested this resolution with FullRowSelect property set to false and it works ok, but in my project property FullRowSelect need to be set to true.
I found different way to resolve my problem so thanks for your help
Please let me know if you have been able to verify my earlier findings; where when disabling FullRowSelect, the anomaly is no longer observed.
Further, under this condition, does your sample behave in a way which will impede your intended use?
Please let me know if you have been able to verify my findings.
After further investigation of this issue, I am able to elaborate on my previous post. It appears that the FullRowSelect property isn’t actually preventing the BackColor of the Continent nodes from being drawn, but rather is interfering with the color that it is drawn in, so it is displayed as white. At the same time, the foreground is also being drawn white, which gives the illusion that neither are being drawn at all. I am going to put together a more basic sample to see if I can isolate the issue.
In the meantime, were you able to run the same with the FullRowSelect property set to false? And if so, does this affect your intended use of the sample?