I added my custom mask edit control in the Ultrawingrid as like the sample code provided for RichTextEditor. But while editing the subsequent cells, the previously entered value get disappeared.
"SendMessage(handleRefHwnd, EM_DISPLAYBAND, IntPtr .Zero, ref fr.rc);"
From this, it is clear that they are getting the "RichTextBoX" handle (handleRefHwnd) and they display the value in the cell by sending EM_DISPLAYBAND message (This message is to display the value of the richtextbox ). CORRECT ME IF I'M WRONG
So, to display the value in the MaskedEditbox in the UltraGridCell what should be the message i need to pass (as like EM_DISPLAYBAND for RichTextBox) or if not possible through SendMessage how can i display the value in the Text in the UltraGridCell?
It will be really helpful if u provide some solution for this.
Thanks in Advance..
Hello RMuthu,
I believe that this question has already been discussed in the following forum thread:
http://community.infragistics.com/forums/t/15247.aspx.
Please do not hesitate to contact us if you need any additional assistance.