Excel like adding rows behavior


Hi,

I'm sorry that my English is absurd.


The function that I need is,

adding rows just as excel does.


When an excel file is opened,

there are only limited numbers of rows.


But when I move scroll bar down,

It adds rows until I stop.


However,

Syncfusion's spread sheet control has fixed number of rows.

I think that it's possible to make excel like behavior by using event.



Because I think many developers have been needed this function,

I wonder if there's a sample project.



Really thank you for reading my bad English.


I'll wait for you answer.



1 Reply

PA Ponraja A Syncfusion Team February 24, 2012 06:53 AM UTC

Hi Sunminjang,

Thanks for using Syncfusion product.

You can achieve your requirement by increment the row and column count of the current GridControl, when the horizontal or vertical ScrollBar reaches the end. We have prepared the sample based on your requirement please find the sample in the below attachment.

In that sample when we click the down or right RepeatButton in the ScrollBar, it will increment the row or column count of the inner GridControl as like in Excel.

Please let us know if you have any queries.

Regards,
Ponraja



SpreadsheetDemo_3659508f.zip

Loader.
Up arrow icon