marinesetwas.typepad.com
ME & IT
http://marinesetwas.typepad.com/it/page/2
Alles was mir zum Thema IT und Kommunikation so in den Sinn kommt. UDID eines iPhones via iTunes ermitteln. Klicken wir in iTunes auf den Sidebar-Eintrag eines angeschlossenen iOS-Gerätes, zeigt es uns zunächst bereitwillig seine Seriennummer, nicht jedoch die für die Registrierung wichtige UDID:. Diese kann man aber an selber Stelle ermitteln indem man die angezeigte Seriennummer anklickt:. Auch die anderen Dialog-Felder zeigen auf Klick weitere Informationen, beispielsweise IMEI und Buildversion. Besch...
queness.com
7 Robust and Feature Packed Javascript Grid Plugins
http://www.queness.com/post/7300/7-robust-and-feature-packed-javascript-grid-plugins
Mobile Tips and Tricks. Mobile News and Apps. 7 Robust and Feature Packed Javascript Grid Plugins. Written by Kevin Liew. On 28 Mar 2011. Check out this top 7 Grid Javascript plugins, they are fully packed with features and pretty sure they will be extremely useful. Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content. Resizable columns, height and width. Each column is typed.
shaneperera.com
jQuery Table Plug-in Review – jqGrid | Shane's Blog
http://www.shaneperera.com/blog/jquery-table-plug-in-review-jqgrid
JQuery Table Plug-in Review – jqGrid. September 26, 2011. After going through a lot of options to select the best jQuery table/grid plug-in,. I’ve finally chosen jqGrid. It has a lot of flexibility and built-in options for most of the common requirements, such as. Search (on both client and server). Live syncing with server. Categories within tables (grouping into sub-tables). And much more…. You can view a live demo of the jQuery table plug-in here. Here is the project home page. You may use these.
paulouano.com
obay
http://www.paulouano.com/blog
Personal blog of paul ouano. Nov 16, 2010. Optimizing jqGrid’s expandRow and collapseRow functions for large datasets. I was recently asked by a friend to help optimize their web application, especially one of the pages that uses a jQuery plugin called jqGrid. The problem was that during expanding or collapsing of rows, the browser freezes as it performs the operation, until it says,. As you can see, it loops through all sub rows then shows or hides each one. It also uses jQuery to find those rows vi...
paratechnical.blogspot.com
Paraschiv Andrei Technical Blog: Contribuited to my first open source project - jQGrid
http://paratechnical.blogspot.com/2012/10/contribuited-to-my-first-open-source.html
Paraschiv Andrei Technical Blog. Sâmbătă, 20 octombrie 2012. Contribuited to my first open source project - jQGrid. I had some problems with a jqGrid that contained a table within it. Turned out there was a bug in jQGrid. I fixed the problem locally and I thought others might be having the same problem as well so I tried to commit my changes to the jQGrid source repository. That didn't exactly go as planned but I managed to push the code throgh eventually. Check it out. Is great. I really recommend it.
jessicadietrich.blogspot.com
Byte Me: November 2009
http://jessicadietrich.blogspot.com/2009_11_01_archive.html
My thoughts about a little bit of everything technical. Tuesday, November 17, 2009. Binding jqGrid to a WCF service using JSON. I recently had a project feature that needed a light weight grid to be added to an already "heavy" page. I have been playing around with the jQuery Grid plugin. Datatype: function() { GetGridData() },. ColNames: ['Name', 'Date', 'Resource'],. Name: 'DisplayName', index: 'DisplayName', width: 200, sortable: false },. Function "GetGridData" from datatype attribute above:. Living a...
rensodevelopment.blogspot.com
Software Development Practices: February 2011
http://rensodevelopment.blogspot.com/2011_02_01_archive.html
Friday, February 25, 2011. JqGrid - customizing the multi-select option (restrict single selection and adding custom events). Using the jgGrid to enable a selection of a checkbox for row selection - which is easy to set in the jqGrid. But also only allowing a single row to be selectable at a time while adding events based on whether the row was selected or de-selected. Also the setSelection method of the jqGrid. How this will act:. When you check off a multi-select checkbox in the gird, and then commence...
amrelgarhy.com
Javascript based Data Grids | Amr ElGarhy Blog
http://amrelgarhy.com/index.php/javascript-based-data-grids
Skip to primary content. Skip to secondary content. Javascript based Data Grids. April 6, 2011. I found in this blog post some good javascript based grids http:/ www.queness.com/post/7300/7-robust-and-feature-packed-javascript-grid-plugins. Here are their links:. 1- http:/ flexigrid.info/. 2- http:/ www.webismymind.be/editablegrid/. 3- http:/ www.trirand.com/blog/. 4- http:/ tablesorter.com/docs/. 5- http:/ www.datatables.net/. 6- https:/ github.com/mleibman/SlickGrid/wiki. Proudly powered by WordPress.
fredericoemidio.com
Sobre .Net... | MVC
http://www.fredericoemidio.com/category/MVC.aspx
Frederico B. Emídio. AspNet MVC - Enviando dados para o servidor com KnockoutJS e JQuery. Já faz um tempo que falei de KnockoutJS. Hoje vou falar mais uma vez para tirar uma dúvida recorrente aqui no blog: Como enviar dados do meu modelo KnockoutJS para uma Action do MVC. Vou fazer um exemplo simples e objetivo. Como o título do post diz, a ideia é mostrar apenas o envio dos dados para o servidor, como obter do servidor não será abordado (quem sabe em outro post). Imagem 1 Tela de cadastro. Do KnockoutJS...