Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

194
Views
How can i see kendo grid column menu actions on console

I have grid with dynamic data and when i change colunms from column menu i want to write column state or selected columns on my console. Is it possible?

Here is example grid

<kendo-grid [data]="gridView" filterable="menu" [columnMenu]="true" 
        (filterChange)="filterChange($event)" [filter]="value" height="600">
     <kendo-grid-column field="pump">
        PUMP
     </kendo-grid-column>
     <kendo-grid-column field="nozzle" filter="number">
        NOZZLE
     </kendo-grid-column>
     <kendo-grid-column field="item">
        ITEM
     </kendo-grid-column>
  </kendo-grid>

Here is how to load data

this.service.getData().pipe(take(1)).subscribe(res => {
      this.loading = false;
        this.gridData = res.result.nozzles

        this.gridView = {
          data: this.gridData,
          total: this.gridData.length,
        };
    })

Thanks

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!