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
940
igGrid Caption display error in IE11
posted

I have the following code foe my grid:-

@(Html.Infragistics().Grid(Model.ClientAmortisationRows.AsQueryable())
    .ID("clientLoanAmortisation")
    .Width("100%")
    .Caption(Model.AmortTypeDescription)
    .AutoGenerateColumns(false)
    .RowTemplate(........

When displayed in IE it renders like this:-

Parents Reply Children
No Data