Hello, I am encountering many important and urgent problems with this new version.
First (and most important for me): the function GridWeb1.setCellValue isn´t working anymore. * when I try to clean the cell value in validation error funcion, using
GridWeb1.setCellValue(row, col, "");
it doesn´t clear the cell, and keeps giving erros so I have to go to Windows TaskManager to close the browser;
* when I try to do a UpperCase in any cell, it hangs for a while and returns an alert with "Stack overflow at line: xxx" where xxx is the line of the setCellValue.
Second, the Header doesn´t align by middle or by bottom, even in Aspose.Grid.Web.Designer as on the code you gave above (GridWeb1.HeaderBarStyle.VerticalAlign = VerticalAlign.Bottom;).
Third, I NEED URGENTLY FOR YOU TO FIX THE ENTER (MULTI-LINE) INSIDE A CELL. When I type some value in a cell i.e.: THIS TEXT IS BEING TYPED INSIDE ONE CELL and I click inside the text, i.e. after the "I" of the word "BEING", if I press enter it will split the line in two, becaming:
THIS TEXT IS BEI NG TYPED INSIDE ONE CELL
THIS CANNOT BE ALLOWED, MY CLIENT WILL REFUSE TO ACCEPT MY WORK IF THIS PROBLEM CONTINUES. IT IS SUPPOSED TO GO DIRECTLY TO THE CELL BELOW IT.
Fourth, the select cells doesn´t work correctly when have to scroll selecting TO LEFT and TO UP. It´s important for me, as my client works with very large spreadsheets (more than 50 columns and more than 1000 lines).
Fifth and also very important, the paste of multi-lines when you have more lines in clipboard than in grid. I think that there is not too difficult to implement, as is just a case of counting how many lines there is in clipboard, and if there is no sufficient rows in grid call (x) times the addrow event.
PLEASE, ALL MY WORKS WILL FAIL IF I DON´T HAVE THIS THINGS FIXED AS SOON AS POSSIBLE.
Hi Amjad, as I told before, the new versions have a problem here, that the header row doesn´t align by anything else than TOP. I have tryied to install at the correct way, but when I change to 1.9.0.6 version it stop working correctly. Also, in this version, when I do a right-click on the grid, the menu shows in the upper left corner of the grid, and not near the pointer. What is interesting is that if I roll back to older version it will work flawlessly. And if I upgrade again to 1.9.0.6, all this behaviors appear again. Maybe there is a line of code I can add to correctly enable this functions? XHTML or something like it? Other question is the selection TO LEFT and TO UP that is still not working. I know that it is a browser issue, but there is no way for you to extend the selecting area to the header row and the number column? Maybe you all can be a little "closer" from us, it´s very hard to find you in MSN (even because here in Brazil is beyond midnight when the Nanjing team is awake...). I need urgent help in these points, my application is stopped by this items. Thank you, Rudolf Gütlich Delsis Eng.
Well, the problems you mentioned does not exists here. May be you can try to test on some other machine and tell us about your experience. Any how, we look into your issues and try to investigate your problems to get back to you soon.
The header row's alignment issue has not been resolved yet. We still need a few days. You may set the header row's height to let it looks well.
The right-click menu issue you mentioned seams to be a browser's cache problem. We have test it, and didn't find any problem. Please clear your browser's cache and try again.
About the selecting issue, when click in the grid and drag the cursor to left-upper grid in the page, the grid's content does scroll to left-upper. With holding the mouse button, move the cursor back into the grid, the cells are selected. Is there any problem?
Today we will release version 1.9.1. Please download it and try it.