Queries |
Response | |
“I created a page with some dropdowns (HTML select) and an ejGrid.
My goal is to select an entry from one of the dropdowns and filter the data given in the ejGrid with a given column and the selected value.” |
We have created a sample with a dropdown and an ejGrid. For the dropdown we bind the change event.
In change event of dropdown we can get the change value in the arguments and in this we get the grid instance and filter the grid using filterColumn method of ejGrid.
Find the code example and sample:
Refer to the Help document for the filterColumn method
| |
“I imported core.js (import { EJComponents } from 'ej-angular2/src/ej/core) and created a ViewChild (@ViewChild('KranTabelle') Grid: EJComponents<any, any>;).”
|
Yes, we have a documentation for this and please download the document from the following link
We have already created a Knowledgebase documentation for this and it will be published sooner.
|