Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1775
UltraWinGrid cell different input masks
posted

Hi guys

I have a scenario in a ultrawingrid  where in the cell: column A row 1  I want to have an input mask to allow only integers... in cell: column A row 2 I want to have an input mask that will allow for decimals.

basically I want a particular column in a grid to cater for different input masks per cell.

Can someone tell me how to go about doing this?

thanks

Parents
No Data
Reply
  • 23930
    Offline posted

    Hi,

    Thank you for contacting Infragistics Developer Support.

    What you could do in order to achieve this is to assign to each cell a different editor. This editor can have its own owner, which in turn can have settings specifying the input mask the editor will use. You can assign this editor in the InitializeRow event.

    I have attached a sample that demonstrates this suggestion.

    Please let me know if you have any additional questions.

    WG_DifferentInputMasksSameColumn.zip
Children