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
435
Masked Editors and Template Columns
posted

Masked Editors do not appear to work with template jquery Grid columns. Is this a known issue / by design?

Parents
No Data
Reply
  • 23953
    Offline posted

    Hi,

    I'm not sure what you're trying to accomplish. Can you explain what is your use case?

     

    Attached you can find a sample which demonstrates igGrid with igNumericEditor in StandardCost column.

    The sample is implemented in two steps:

    First, I define column template for the StandardCost column. In the template I use plain INPUT type='text' element.

    Second, after the grid is initialized I select all the INPUTs in the StandardCost column and initialize igNumericEditor on them.

     

    If you're using igGridUpdating then you can use columnSettings to define your editor. Please, refer to the igGrid Updating document for more information.

     

    Hope this helps,

    Martin Pavlov

    Infragistics, Inc.

    igGrid_MaskEditorTemplate.zip
Children