We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When adding a bottom border to the last row of a Kendo UI Spreadsheet, the bottom border placement appears on top of the next column.
Please take a look at this Progress Kendo UI Dojo which replicates the issue. Steps:
The specific cell's k-spreadsheet-hborder appears at the top of the next column.
The bottomBorder method should apply the configuration to the bottom of the specified range. Here is an example of a Kendo UI Spreadsheet with a hidden bottom row.
The text was updated successfully, but these errors were encountered:
Reported in #7763
Spreadsheet does not apply borderBottom correctly for the last row
Dojo - https://dojo.telerik.com/UGABAnoR
Border is applied at the first row for the next column
The border shall be applied at the bottom at A200
Environment Kendo UI version: [all] Browser: [all ]
Sorry, something went wrong.
No branches or pull requests
Bug report
When adding a bottom border to the last row of a Kendo UI Spreadsheet, the bottom border placement appears on top of the next column.
Reproduction of the problem
Please take a look at this Progress Kendo UI Dojo which replicates the issue.
Steps:
Current behavior
The specific cell's k-spreadsheet-hborder appears at the top of the next column.
Expected/desired behavior
The bottomBorder method should apply the configuration to the bottom of the specified range. Here is an example of a Kendo UI Spreadsheet with a hidden bottom row.
Environment
The text was updated successfully, but these errors were encountered: