Add common value dropdown to the header of grid column.

2 Answers 438 Views
DropDownList General Discussions Grid
Jatin
Top achievements
Rank 1
Iron
Jatin asked on 31 Mar 2022, 12:32 PM | edited on 31 Mar 2022, 12:33 PM

Hi team,

I'm using React Grid, and I wanted to know if I can add a dropdown list to certain columns header of the grid. Refer to the below example:

 

Here, the last 4 fields (Supp., Lead Plan, Alt Plan, LPG) have a dropdown list that can have Yes/No or some other values. If we select any value from this dropdown, all the rows only for that column will be auto-populated with the selected value. Is there a way to achieve this?

Thanks

2 Answers, 1 is accepted

Sort by
0
Bernd
Top achievements
Rank 5
Bronze
Bronze
Bronze
answered on 01 Apr 2022, 07:39 AM

Hi.

I already had the same question a while ago... Maybe this helps you further...

https://stackblitz.com/edit/react-4x2htv-mumnp7?file=app%2Fmain.jsx

Greetings,

Bernd

 

0
Konstantin Dikov
Telerik team
answered on 04 Apr 2022, 06:18 AM

Hello Jatin,

If I understand correctly, you want to use the DropDownList components in the header for changing the value of for all data items to the selected value for that field. If that`s the case, you can either use the filterCell or headerCell of the columns to define custom content (in your case with DropDownList). Then, within the onChange event of the DropDownList you can manually change the values of all data items for the column`s field to the new value.

Let us know if further assistance is needed.

 

Regards,
Konstantin Dikov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Jatin
Top achievements
Rank 1
Iron
commented on 15 Apr 2022, 07:29 PM

Thanks Konstantin, the pointers you provided helped and I was able to successfully implement it. 
Tags
DropDownList General Discussions Grid
Asked by
Jatin
Top achievements
Rank 1
Iron
Answers by
Bernd
Top achievements
Rank 5
Bronze
Bronze
Bronze
Konstantin Dikov
Telerik team
Share this question
or