Hi there,
Hi,
Amjad,
Hi,
You only need Aspose.Cells for GridWeb Dll and don’t need any others.
If you want to download it separately, then you can used this link:
Aspose.Cells.GridWeb v2.6.3.2000
Yes…that’s what I have… version 2.6.3.2000 and .net 7.0.1, still I don’t see it working… just fyi, i am trying to play with this sample using vs.net
inbuilt server and not IIS… Can that be causing it ??
Really appreciate your time,
Thanks,
Nirav.
Hi,
Please provide us your sample C# project utilizing the gridweb and some screenshots illustrating the problem with scrollbars. We will look into it and update you asap.
Hi,
Hi,
You can remove the default webworksheet using the following code.
C#
GridWeb1.WebWorksheets.RemoveAt(0);
For your Vertical Scroll bar issue, we have logged it in our database. We will help you asap.
This issue has been logged as CELLSNET-30779.
Screenshot:
Hi,
Great Amjad,
Hi,
We provide two compiled versions for Aspose.Cells.GridWeb in two folders at your installation directory. i.e.
net1.0 —> e.g Aspose.Cells.GridWeb v2.6.3.1000 --> it works fine on .NET framework 1.x. (VS.NET 2002, 2003 )
net2.0 —> e.g Aspose.Cells.GridWeb v2.6.3.2000 ----> this works fine on any .NET framework which is greater than or equal to .NET framework v.2.x (e.g 2.x, 3.0, 3.5, 4.0 etc.) VS.NET 2005, 2008, 2010 etc.
Thank you.