Hi,
Could you please let me know whether these features are availble in gridweb.
1. Adding and deleting rows like excel where for adding we will Right click and select insert which will insert the rows.
If not is there any alternative to add rows from context menu ?
2. Merge Cells having same data at column level like
If we set Merge= true at column level then the cells having same data must be merged automatically.
Regards,
Naresh
Hi,
Yes, your desired features are available in Aspose.Cells.GridWeb, you may achieve your desired tasks by both visually (via right click menu of GridWeb) and programmatically (via Aspose.Cells.GridWeb’s APIs).
See the topics for your reference:
Here is a demo that demonstrate your features:
Moreover, For 2)... i.e. Merging cells with same data at a column, I am not sure about it on how could you do this in MS Excel via Merge feature of MS Excel. If you know let me know here and mentioned the steps involved here, we can check it.
Thank you.
Hi Amjad,
The references that you have provided are only referring to adding rows programmatically.
I need to add rows from the API in gridweb via right click.
Could you please provide me refrence for this.
And for the second one Merge cells having same data in the column. I have seen some othe controls which are providing this feature. That'way i wanted to check.
Regards,
Naresh.
Hi Naresh,
Well, as I said GridWeb does perform Insert/Deleting Rows/Cols and Merging/Unmerging Cells features via Right click menu too.
You may open even any other demo and right click anywhere on the Grid's Cells Area, you will find the right-click menu with your desired options.
For the second query, could you provide some more information with screen shots here or provide MS Excel's steps to merge the similar data feature, we will check it soon.
Thank you.