Thanks Hristo, some good results.
I used the DrawFilter from that example directly in the sample app.
- I was able to get rid of the focus rectangle which is great.
- Notice the gray box of the cell. Any way to get rid of that?
- Then I tried to combine the filter code that you had created with that of the knowledgebase. Obviously I did not do it right. You can see the focus box re-appeared when I did that.
Let me also know on getting rid of the grey box.
Thanks!
Hello ,
This is the focus rectangle, that indict which cell is active cell, and on the following link you will find a tutorial of how to turn off focus rectangle:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=4791
please let me know if you have any further questions.
Hello Hristo,
Thanks for the clarification on DrawFilter.
On the SelectedCellAppearance, I tried it and got close. It still show the box as you can see in the screenshot (notice the "Wait icon on third row from top)
Compare that with how it shows in these screenshot from a popular mail software. There is no box around the star after I clicked on it. Any thoughts on how I can achieve that behavior?
Thanks a lot for your support.
Hello,
I am using DrawFilter in order to skip transparent drawing of the cells that contains text. Regarding the blue cell, you just could manage SelectedCellAppearance ant to set its back color to transparent.
I hope that this will helps you.
Hristo,
Many thanks for this excellent sample. I had not realized how useful UseAlphaLevel can be.
- I was able to generally reverse engineer your example but I could not figure out how you made the certain columns (ones with A0, B0, C1, B1, etc) to stay unaffected by AlphaLevel.
- When I click on the image, any way to keep the cell from being selected (see the blue box below). In my previous note, I had mentioned about the three behaviors I am seeking. Behavior #3 is to make only the icon change without highlighting the cell (i.e. without making that blue box show in the example below)