Is essential JS 2 for angular is open source or it is paid ?

Is essential JS 2 for is angular is open source or it is paid ?
Help me with this
if it paid let me know the best responsive data grids for angular2+

3 Replies

PS Pavithra Subramaniyam Syncfusion Team April 4, 2018 01:06 PM UTC


Hi Sriram, 

Thank you for your interest in Syncfusion. 

Query #1: 

Essential JS 2 for Angular is a proprietary library of Syncfusion Inc. License is offered in two models that is Community and Paid. Detailed explanation is available in the following link 

Please find the our pricing page 

Please Note: Its source code is open and it is not free software. 

Query #2: 

You can render grid responsive with its parent container by setting width and height property of Grid as 100%. Please refer to the code example and sample link. 

[component.ts] 
@Component({ 
    selector: 'app-container', 
//for set height as 100% parent container should have static height 

    template: `<div style='height: 300px;border:red solid'><ejs-grid [dataSource]='data' height='100%' width='100%'
                <e-columns> 
                .     .    . 
                </e-columns> 
               </ejs-grid></div>` 
}) 



Regards, 
Pavithra S. 




RK Ravi Kumar December 11, 2019 01:07 PM UTC

Syncfusion Essential JS 2 for Angular packages is published and available in public npm registry and it available is as an open source software. For better learning for Angular Concepts then i suggest you to go for Angular Course


TS Thavasianand Sankaranarayanan Syncfusion Team December 12, 2019 08:55 AM UTC

Hi Ravi, 

Thanks for your suggestion and valuable feedback. 

Regards, 
Thavasianand S. 


Loader.
Up arrow icon