Tagged Questions
The farpoint-spread tag has no wiki summary.
5
votes
5answers
374 views
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 ...
2
votes
2answers
230 views
Any specific event for clicking on the Button of the combobox
C# WinApps:
is there any separate event that can tell us user has clicked on the small drop button next to the combobox?
Suggestions?
1
vote
3answers
880 views
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 ...
0
votes
0answers
24 views
Which Design pattern is suitable for creating excel sheet like application using farpoint spread
An application needs to show data in excel sheet (data is loaded from xml) which includes column filtering using column, sorting and few cells should have links to another page. This functionality ...
0
votes
1answer
292 views
stop refreshing the farpoint spread sheet
I have a problem with farpoint spread sheet, that while loading the data into the spread sheet, the sheet refreshes each time a value is set.
I have large number of rows and columns so, the sheet ...
0
votes
1answer
479 views
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 ...