Upgrading to Infragistics 8.2 we noticed that every data field on everyscreen is presenting a "pencil", showing like the field is editable. I need to make this icon desapear now that is anoying for us in the whole application.
The problem is related to a pencil icon appearing in front of every text box or edit box in the screens of our application apparently with handwriting recognition, it is not the pencil in the UltraGrid. We are trying to turn it off, since the pencil is presenting since version 8.2 aproximately.
Thank you in advance,
Doris Mendez
How can I insert an Example of a screen containing a pencil icon for each editable field?
Hi Doris,
My guess is that this is the InkButton. You must have placed an Infragistics InkProvider on your form. If you don't want the Ink button in your application, you should remove this component from the form or set it's Enabled property to false.
To attach a screen shot to a post, just go to the Options tab while posting and attach the image file. Image files are automatically displayed in the thread as images, rather than attachments.
Hello Mike,
Thank you for your response. We checked in the application and we do not have the InkProvider component in our forms. I am sending an image as an example of what we see about this matter.
Thank you,
That definately appears to be the ink button.
But the Ink Button cannot show up for any Infragistics controls without an InkProvider. Are you using CAB? If so, then the CAB implementation might be automatically creating one for you.
Just to be sure, check your project references for Infragistics2.Win.UltraWinInkProvider.v7.3. Your version number may vary, of course.
Each editor control has a ShowInkButton property on it, as well. So worst case, you can just set this to false.