Hello,I'm face a problem when updating my viewModel's property with value for example "<p>test</p>".When cell in the igGrid is updated, the value <p>test</p> is encoded and display it like text (<p>test</p>).How can i fix this?
Hi Anton,
you cannot update a cell with HTML contents, if you'd like your cells to be templated, the recommended way of setting this up is to define a column template, then whenever you edit the data, the template structure will be kept. Does your scenario require end users to enter HTML content that shouldn't be encoded?
Thanks
Angel