Hi support team,
If you remove a border at dxSpreadSheet, it draws the grid lines no longer after.
Greetings Stefan JUVAL
Hi support team,
If you remove a border at dxSpreadSheet, it draws the grid lines no longer after.
Greetings Stefan JUVAL
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Enter your comment
Would you please describe how you deleted grifLines in our new SpreadSheet step by step? It seems that you set their color to clWhite.
Now I have drawn a border with your example and then erased the border. See Appendix, Gridlines disappear.
greetings
I'm afraid I was not able to reproduce the problem. Take a look at the attached video. Also, would you please replicate this behavior with a simple project?
Hi there,
I hope you can do something with
Stefan, I'm afraid your video is of a very poor quality and I was not able to figure out anything. Please use a special tool for creating the video. For example, you can use the free "jing" tool that you can download from the following page:
http://www.techsmith.com/jing.html
We appreciate your understanding.
Hi there,
find attached the video
greetings Stefan
I have found the error: ACellStyle.Borders [bLeft] Style:. = SscbsNone must ACellStyle.Borders [bLeft] Style:. = SscbsDefault replaced
TfrmSpreadSheet.bbNoBorderClick procedure (Sender: TObject); begin Change Cells Style ( procedure (ACellStyle: TdxSpreadSheetCellStyle; ARow, AColumn: Integer; const AAREA: TRect) begin ACellStyle.Borders [bLeft] Style: = sscbsDefault,. ACellStyle.Borders [Bright] Style: = sscbsDefault,. ACellStyle.Borders [BTOP] Style: = sscbsDefault,. ACellStyle.Borders [bBottom] Style: = sscbsDefault,. end); end;
greetings Stefan
Thank you for your video and information. I'm forwarding this ticket to our developers for further processing.