Where can I find "How to..." for Grid control & Excel like supported function?

We are in process of making a successful POC to provide "excel like functionality" on ASP.NET 2.0 Web page.

I could upload the EXCEL file in Grid.

Any specific URLs on "How to" that you suggest for following:-

  • Allow User to delete and insert Columns.
  • Allow User to insert, delete rows.
  • Allow user to search and replace (multiple).
  • Allow Dropdown List for specific columns and cells.
  • Allow to mark fixed /stationary/frozen Rows & Columns
  • Allow users to format data (interger (01, 12,) , decimal (1.2, 0.02, 0.40), date (MM/DD/YYYY)
  • Allow Sort

Any information is greatly appreciated.

Thank you.

Hi,

Thanks for considering Aspose.

I think I have already answered a few those, please check:

and for inserting rows /columns, please check wiki topic:

Check:

Allow user to search and replace (multiple).

Yes you may do it, Aspose.Grid.Web offers the related options in its context menu just like MS Office env. Please right-click on the GridWeb control at runtime and you may have Find… Replace Dialog boxes.

Please check:

  • Allow Dropdown List for specific columns and cells.

If you mean to say AutoFilter feature, Aspose.Grid.Web offers this feature. Please check the related demo:

Well, Aspose.Grid.Web allows to define dropdowns through data validations only, please check:

  • Allow to mark fixed /stationary/frozen Rows & Columns

Please check the url:

and also check the online demos:

  • Allow users to format data (integer (01, 12,) , decimal (1.2, 0.02, 0.40), date (MM/DD/YYYY)

Please check the wiki topic:

Also you may check the following demos:

  • Allow Sort

Please check the following demo:

Note: the featured demos

are automatically installed when you install using control’s Aspose.Grid.MSI installer and you may open the installed asp.net solutions opening into VS.NET.

Thank you.