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

Remove cell border for footer template

5 Answers 423 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 04 Dec 2019, 05:53 PM

Hi All,

How to remove cell border on my footer template

please see attached

columns.Bound(column => column.Email).ClientFooterTemplate("<input id='dropDownList'></input>");
columns.Bound(column => column.FirstName).Width(130);
columns.Bound(column => column.LastName).Width(130);

 

Thanks,

Ryan

5 Answers, 1 is accepted

Sort by
0
Ryan
Top achievements
Rank 1
answered on 05 Dec 2019, 03:40 PM
Fixed
0
Viktor Tachev
Telerik team
answered on 06 Dec 2019, 12:04 PM

Hi Ryan,

 

I am glad that you were able to achieve the required functionality. Would you share the approach you ended up using here? This would benefit others looking to have similar behavior.

 

Regards,
Viktor Tachev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Ryan
Top achievements
Rank 1
answered on 06 Dec 2019, 06:14 PM
.k-grid-footer td {
        border: none !important;
}
0
Ryan
Top achievements
Rank 1
answered on 06 Dec 2019, 07:11 PM
This is from your team
.k-footer-template td {
     border: none;
}
0
Viktor Tachev
Telerik team
answered on 10 Dec 2019, 11:59 AM

Hello Ryan,

 

Thank you for sharing the solution with the community.

 

Regards,
Viktor Tachev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Ryan
Top achievements
Rank 1
Answers by
Ryan
Top achievements
Rank 1
Viktor Tachev
Telerik team
Share this question
or