ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2014-06-17 21:29:19

hgaspar
Member
Registered: 2014-06-05
Posts: 8

Issues detected after upgrade to 0.8.6.1

Cell text is visible only inside cell (also printing). With previous version when next cell is empty, text was drawn over empty cell (as excel does)


   Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
      Grd.Reset()
      Grd(0, 0) = "w efwqef wqje foqw efwqief qwef "
      Grd(1, 3) = "Conta Corrente sdsdsdvs vdsdvsdvs"
   End Sub

4dc45835e3b3cb26775250fd6f00beff.png


Zooming does not zoom text correctly

f2f846700ae92a62ddfe718913714765.png


Scrolling draws text over col header

94bb7fd1bbe6e05f7020bbe17132015d.png

Last edited by hgaspar (2014-06-17 21:55:09)

Offline

#2 2014-06-18 00:03:13

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Issues detected after upgrade to 0.8.6.1

Thanks for report. Problem might exist in 'Editor' and 'Minimum' release package.

- ReoGrid-0.8.6.1-Alpha-Demo:      OK
- ReoGrid-0.8.6.1-Alpha-Editor:      NG
- ReoGrid-0.8.6.1-Alpha-Full:         OK
- ReoGrid-0.8.6.1-Alpha-Minimum:   NG

Please use the DLLs in 'Full' release package before the next release to fix this issue.

Offline

Board footer

Powered by FluxBB