Hello,
I placed a RadSpreadsheet object in anaspx page as follows:
All I want to do is to collect what the user typed in several cells when the submit button on the same page is clicked. I should be able to access those values by traversing through rows and cells of the spreadsheet but the values cannot be accessed as expected.
Please note that I am not using any data source or whatsoever (no data binding). Just a blank spreadsheet to get user typed values on postback.
I placed a RadSpreadsheet object in anaspx page as follows:
<
telerik:RadSpreadsheet
runat
=
"server"
ID
=
"rssMain"
Skin
=
"Bootstrap"
ColumnsCount
=
"10"
>
<
Toolbar
>
<
telerik:SpreadsheetToolbarTab
Text
=
"Test"
></
telerik:SpreadsheetToolbarTab
>
</
Toolbar
>
</
telerik:RadSpreadsheet
>
All I want to do is to collect what the user typed in several cells when the submit button on the same page is clicked. I should be able to access those values by traversing through rows and cells of the spreadsheet but the values cannot be accessed as expected.
Please note that I am not using any data source or whatsoever (no data binding). Just a blank spreadsheet to get user typed values on postback.