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,
As Mike mentioned, it will be possible to determine a more accurate solution by reviewing a sample project which reproduces this issue. Would you be able to provide us with a sample project for such a review?
Sincerely,
Chris K
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
here is an example.
I used your project sample to show the problem.
When doing Drag and drop operation you can see that when mouse cursor is on some node the text is invisible.
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?
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.
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