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
0
Ryan
Top achievements
Rank 1
answered on 05 Dec 2019, 03:40 PM
Fixed
0
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
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.