farpoint-spread

Best way to get data from a DataReader into a Farpoint Spreadsheet?

I need to move data from a datareader into a Farpoint Spreadsheet component in a Windows form. The DataSource of an fps sheet can't be set to a datareader. I don't want to change my app to use ADO just for this purpose. Right now I'm looping through the query data and pushing it into the sheet cell-by-cell. That's ugly, and I am sure...

What is the easiest way to display an editable list(like a spreadsheet) in HTML?

We have a requirement to display an editable list in a web page. What would be the easiest way to do that? Farpoint Spread was something I have used to achieve this earlier but it was quite slow when a large number of records were involved and it needed to be coded in VBScript. Besides it wasn't free. I would be looking for a JavaScrip...

Excel files in ASP.Net MVC

Is there any way to use server controls in ASP.NET MVC? Specifically I need to use the FarPoint Spread control in my application to display an Excel file that exists on the server with the ability to display updates on the client in real time. The reason that I want to use MVC instead of webforms is that eventually we're going to scr...

Farpoint Web Spread Footer Value

I have sum of all values of a column in footer cell. The user wants to display it in a text box. How to read value from footer cell.? ...