ej2-grids icon indicating copy to clipboard operation
ej2-grids copied to clipboard

Feature-rich grid control with built-in support for data binding, filtering, Paging, grouping, and stacked header.

Results 3 ej2-grids issues
Sort by recently updated
recently updated
newest added

![err](https://user-images.githubusercontent.com/25286979/63279107-51890180-c2a0-11e9-8690-0cca2c76438d.png) When there is no data given it throws an error, how to fix this?

Using ejs-grid with angular and trying to customize the No Records data template couldn't do it ``` {{data.name}} custom text ``` From this reference https://www.syncfusion.com/feedback/24388/no-easy-angular-way-to-change-no-records-text, I found emptyRecordTemplate, but it...

The following link brings to the click handler on the "select all" checbox in the grid. It would be nice if like some other grid libraries we could set an...