Is there a way I can turn off active rows and cells? I do not want the user to interact with any of the cells or rows unless I handle it. I do not want any action for SelectTypeRow or SelectTypeCell, but there are no options to do nothing.
Hi,
What exactly are you trying to turn off?
You cannot stop the grid from having an ActiveRow. You could probably prevent a cell from being activated, but I'm not sure what you are asking for here.
Are you talking about the focus rectangle on the row/cell?
Are you talking about some appearance or highlighting?
Or do you mean you need to prevent the activation of some rows or cells?
By focus rectangle, do you mean the dotted line that forms around the entire row? If so, then yes, this is what we want to get rid of.
Hello,
If you would like to remove the focus rectangle, please take a look at the following article from our online knowledge base:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=4791
Please let me know if you have any other questions.