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
85
IgniteUI igGrid with Typescript
posted

Hi,

    I was using IgniteUI igGrid in my project. My grid was getting the dataview() by below javascript code. But, now I need to convert my javascript to Typescript. How can I convert below typescript code to Typescript? I am using attached "igniteui.d.ts" which I got from Infragistics samples. When I use same code in Typescript, it is not compiling. I am not getting much help on Typescript with IgniteUI. Please help.

    grid.data('igGrid').dataSource.dataView()

igniteui.d.zip

Parents Reply Children