This is a migrated thread and some comments may be shown as answers.

create a header to kendo grid with combination of kendo toolbar options and kendo grouping header

2 Answers 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Devineni
Top achievements
Rank 1
Devineni asked on 16 Sep 2015, 04:19 AM
 
Hi..

How can I create a header to kendo grid with combination of kendo toolbar options and kendo grouping header options.here is the attached ui grid.jpg

Kindly help me to resolve issue.

Thank you in advance.

2 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 17 Sep 2015, 02:05 PM
Hi Devineni,

This outcome is not supported out-of-the-box by Kendo UI Grid and its implementation requires custom implementation. Providing such solutions is outside the scope of our support services, you could try positioning the elements via CSS. As an example: 
.k-grid-toolbar {
   height: 0;
   padding: 0;
}
 
.k-grid-pdf {
   position: absolute;
   right: 0;
}
Here is an example which demonstrates the basic idea.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Devineni
Top achievements
Rank 1
answered on 18 Sep 2015, 04:16 AM

Thank you... 

Its working.

Tags
Grid
Asked by
Devineni
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Devineni
Top achievements
Rank 1
Share this question
or