Kendo React Grid compnent

1 Answer 44 Views
Grid
Kumar
Top achievements
Rank 1
Kumar asked on 14 Dec 2023, 05:32 AM

Hi team,

we were trying to add plus svg icon in kendo grid row.

1. if there is no record plus should appear to add new record,

2.if there is some data present let say 10 then plus icon should appear after 10th record.

could you please help me with the possible way to implement.

Iam attaching a screenshot just for reference.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 15 Dec 2023, 01:08 PM

Hello Kumar,

The Grid does not provide such option out-of-the-box, but you can use the approach demonstrated in the following example for adding one additional TR element after all items that can render the plus icon:

As for the case with no date, you can define custom GridNoRecords and include the plus icon:

Hope this helps.

 

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Tags
Grid
Asked by
Kumar
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or