jqgrid+knockout - asp.net-mvc

I managed to run knockout js. example: http://jsfiddle.net/brux88/9fzG4/ . now I would like to replicate the same thing using jqGrid, but I can not run the calculations in real time. can someone help me? I also tried without using knockout, but only using jqGrid I do not work the same.example: http://jsfiddle.net/brux88/yGJcy/

You could try using this plugin
Knockout-jqGridBinding

Why reinvent the wheel, there is a good knockout grid called KoGrid, head over to their page, its full of examples and demos
https://github.com/ericmbarnard/KoGrid

Related

Is it possible to create a QR code scanner with jQuery Mobile?

I'm looking for a method to scan QR codes using jQuery Mobile but I haven't found any guide or anything.
I wanted to ask you if there are methods and if you can help me make it happen.
Many thanks in advance
I am using zxing/ngx-scanner with angular found here, it works great, seeing it is a javascript library it may be able to work with jQuery.

MVC4 ASP.NET AJAX Chart

I´m looking for a chart component using AJAX/Jscript written above jQuery that allow me to build line, bar and pizza custom graphics. Something like jQGrid is for grids...
Any suggestions of what shall I use...
Thanks
please see the follwoing link this is being discussed previously
jQuery Charting
Below are some famous plugins
http://www.jqplot.com/
http://www.flotcharts.org/
http://jquerychart.net/

jQuery UI dropdown select

I wanna have a dropdown menu like this link: http://datatables.net/release-datatables/examples/basic_init/table_sorting.html
(The one that are right below "Live example" line);
I haven't got many experience of working with jQuery UI, and I guess that result is produced by using it. Could you suggest me a way to create that dropdown.
Thank you.
P/S: that may be ok if it is not using jQuery UI (it's just my guess)
That solution doesn't appear too complex - they've got all the data already, and they're just hiding rows depending on what's selected.
On the other hand, as that's an open source project, you could just download it or use the hosted versions and integrate it on your site, which is probably easier than rolling your own solution.
Ok, got it. This is just default style in Firefox (There's no style applying for it yet). I got this misunderstand due to changing browser.

CKEditor spellchecker - what are my options for ASP MVC?

I am looking to use CKEditor in ASP MVC application. I have been having a quick look around and it would seem that my only spellchecking options are to use a plugin for the browser (IE8) or use Spellchecker.net.
Does anybody have any other suggestions on how to add spellchecking to CKEditor/IE8?
Thanks
We looked for a long time to find a reasonable spell checking substitute for ckeditor. We finally arrived at NHunspell. It's a managed wrapper around Hunspell, which is a very popular spell checking library used in OpenOffice, FireFox 3, etc.
The API is quite simple, so it's just a matter of writing a plugin to perform the spellchecking.

How to open a popup using Ajax

I'm using Ruby on Rails 2.3.8 and I would like to know how to open a popup using Ajax, instead of jQuery, so when I click in the link that will open it, an action is executed to load some collections and other stuff.
Thanks in advance!
First i think you are messing up some concepts here.
JQuery is a javascript framework and AJAX is a set of development methods.
See: http://en.wikipedia.org/wiki/Ajax_%28programming%29
and: http://en.wikipedia.org/wiki/Jquery
I think that you mean "How do i open a link in a lightbox like screen instead of a javascript popup".
(correct me if im wrong interpreting your question :)
Please take a look at some open source tools like:
http://chriswanstrath.com/facebox/
http://fancybox.net/
And there are tons and tons of other alternatives.
Just google for "lightbox"

Resources