Is there any way to set the input mask on a cell on an individual basis, instead of having it apply to the entire column? I am developing an applicaiton module that generates a summary of business contacts, some of which may be located outside of the United States. As such, their telephone number masking will be different from the American standard.
Yes, you can do this using editors. What you do is set the column's UseEditorMaskSettings property to true. This tells the grid column that the mask properties on the editor override the grid column's settings. Then you create an UltraNumericEditor, UltraCurrencyEditor, or UltraMaskEdit control on the same form with the grid and set it's mask properties how you want then. Set the EditorControl property on the Cell ot the appropriate editor control with the mask settings you want.
Hi,
I am new to infragistics controls.
Is it possible to set user defined mask with the help of 'XamWebMaskedEditor' or others. Please let me know your reply.
example:
url=___________://____________________/_____________________
url= ---(one or more characters or digits)://---------(one or more characters or digits)/------(one or more characters or digits)
Thanks in advance for your help
Ashok
I posted in Silverlight CTP forum
http://forums.infragistics.com/forums/p/25332/92851.aspx#92851
Thanks
gonasapudi,
XamWebMaskEditor is a control in our current CTP of our Silverlight controls for line-of-business applications. This thread is for WinGrid.
I recommend that you post in the Silverlight CTP forum instead.
I want to place my own mask by using xamWebMaskedEditor.
Is it possible to create a mask for the below specified
url= --(Editable)---://---(Editable)--/--(Editable)---
In this, the end user should be able to fill the specified, means dashed region only, but should not allowed to alter the url or slashes.
ex:
MM/dd/yyyy ------ end user can enter only particular digits for the month, but he is not allowed to enter invalid characters, and he is not allowed to alter the slashes.
In the same way, i want a user defined mask so that the end user can edit only the specified, means dashed (Editable) blank space, but should not alter other things , like 'url=' or 'slashes'.
I'm not sure if I understand what you are asking. There's no interaction between xamWebMaskedEditor and the UltraWinGrid. They are two totally different environments.
Of you want to put a mask into a WinGrid column, you can use the MaskInput property on the column.
If you have question about the WPF controls, then you should post those questions over in the appropriate WPF forums.