textedit

DevExpress - Unable to use ctrl-v in TextEdit control

I am attempting to paste a value from a separate program into a TextEdit control and it doesn't do anything when I use ctrl-v. However, I am able to use right click and paste and that is successful. Is there a AllowShortcutKeys = true that I am missing? ...

Set the MaskType of TextEdit as Boolean

I have a TextEdit in my DevExpress Xtragrid. I want to set the Mask Type of TextEdit as Boolean How can I do it ? ...

Why is invalid value being thrown?

I've got a DevExpress TextEdit which is databound to a dataset. The field is an optional percentage, (datatype double). When the record gets loaded and there is no value in the field, everything is fine. However, if you type something into the field (IE 100) and then want to remove it afterwards, I get an Invalid Value, error. Why do...

how do i disable edit(adding or removing text on to it ) in text view

hi ,this is lak i am having problem with my text view,i selected text view to display content and this text should not changed by user.. but my text view is allowing me to edit text on toit how can i disable this one... ...

How to format a TextEdit while changeText?

Hello together, i try to build an TextEdit (AutocompleteTextView) that format his text with an DecimalFormatter! The TextEdit is set to numeric integer, so only can type numbers. Now i want to format it while writing (or after) to format it like normal money format like: public String formatAmount(String currentValue, String loc){ ...

.doc support in mac

I created a Word document with an image in my windows pc and saved it as mine.docx.Then i transferred it to my mac.When i opened it there the image just doesnt show up in the document.Doesnt mac support .docs with images??The apple tech forum says there is support for .doc but there is no mention about images.Also the documents icon has...

Autocompletion in c# DevExpress TextEdit

Hai all, I am using devexpress TextEdit in c#.net application and i want to implement auto completion for TextEdit.My doubt is that for normal TextBox we set AutoCompletion mode property.But in devexpress TextEdit how we can ? Please Help ...