ASP.NET MVC and Excel-Like Grid Control? [closed] - asp.net-mvc

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have looked at Spire, Spreadsheet Gear, and GrapeCity (as well as just web-search-engines) to find a grid-like control that will allow local data manipulation that looks/feels like Excel and Access. In particular is the need for a "fill handle", so a set of 50,000 items can be edited in one box and then a user can change columns below it, simply.
Can anyone recommend something? Silverlight or Flash is fine also if HTML5 or classic JS is unavailable.
This requirement for a fill handle is a killer....
Thanks.

Have a try using Handsontable. Using Html and jquery its giving better results.
Try jqgrid also.

Related

Searching for custom thumbnail viewer component with dynamic layout [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I need a control which can display thumbnails similar as seen on the attached image.
It should support:
virtual mode
handle up to 50.000 images
thumbnail groups
scaling
work with Delphi XE3.
If such control does not yet exist I would have to create one from scratch. What is the best strategy for developing a control like this?
See an example of what it should look like
RMKlever has a series of blog-posts and sample code here. that can emulate a wide variety of things, but you would have to make code modifications yourself if you're particular about your desired format.
I believe the control is one of his own called rkView. The demos may require a lot of work to get them working for you, I found working with his stuff was difficult to get started with due to lack of documentation and samples but I eventually figured it all out.

Any good tips for App-book library? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've already released several app-books for children and the number of books is quite big.
What I want to do is create a book-stand (like news stand in iOS) and get the book together.
I think there is no way to get my apps in one app(the book-stand...) so I'm trying to remake all my previous work(the app-books) and create new app(book stand).
However, each app-book has its own interactive objects so I have no idea how to do this.
Is there any good document or any tips for this?
Can your books be made via iBooks Author? How are they interactive? If you have to go down the custom store route, I would look at epub and HTML5.
Check out the Baker Framework or HPub. Also check out various interactive PDF SDKs out there.

Why doesn't Twitter use their own Bootstrap? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I took a look at the Twitter CSS and it's completely diferent from the Twitter Bootstrap CSS. It doesn't use Bootstrap's grid system, and it isn't responsive.
Do they have anything in common other than the developers?
My answer at Quora:
Internally, we use it in a lot of applications. On Twitter.com, you
can find bits and pieces in our dropdown menus, forms, and buttons.
I think bootstrap is just a side project of two developers that work for Twitter. It doesn't necessarily have anything to do with twitter itself.

jQuery Overlay/Slide Div Implementation! [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm trying out something in jQuery and stumbled upon a site
http://pupunzi.com/, on this site, the left hand side has two buttons, when you click on either of them, there is a overlay window on the right hand side that's created.
How do I implement a thing like that!!
NOTE: This might be a wrong place to ask, please ignore is so and let me know, so shall delete this query.
If you keep looking, you'll find that they have written that effect as a plugin for jQuery and you can view and download it from the very website you've spotted it on!
http://pupunzi.com/
Look for the absolutely massive mb.jquery.components link on the home page.
Looks like they are using something like Facebox or BlockUI
The tabSlideOut jQuery plugin is what I was looking for...

WYSIWYG Rich Text Replacement [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have tried TinyMCE and FC/CKEditor and they both don't really do the job...
I wanted to get a wordpress like style...
Thanks!
Wordpress actually uses TinyMCE, with its own modifications. It's open source, so you can probably grab the editor from Wordpress itself.
Otherwise, you have choices of using YUI Editor (although it may be too simplistic and isn't that widely used), or just using a plain text area with Textile/Markdown behind the scenes (similar to what Stack Overflow uses), and perhaps a row of javascript buttons at the top. There are a few scripts available that can do this for you, notably Textile Editor Helper.
If none of those works, and you still don't want to use TinyMCE or FCKEditor, you could always code your own.
YUI Editor :)
Tis cool!

Resources