A lot of people have been asking for an example of how to useSlickGrid with remote data stores. I've just added a new sample pagethat does just that:http://slickgrid.googlecode.com/svn/trunk/examples/example6-ajax-loading.htmlThe page will pull all Apple-related stories from Digg.com and display ...
Tons of new features in the last week.- Reworked columns.- Preliminary support for jQueryUI CSS framework.- More sizing options.- New optional pager control.- New optional column picker UI (context menu on the header).- Reworked sorting API.- "forceFitColumns" and "autosizeColumns ...
SlickGrid keeps growing!SlickGrid now has a Google Group where you can get help, providefeedback and ideas for improvement, and ask questions:http://groups.google.com/group/slickgridNEW FEATURES:- Row reorder support.Column definitions can now be marked with "behavior:move" propertyto desi ...
all,I was listening to the YayQuery podcast the other day (which is great!) and heard their recommendation for slickgrid as a very cool table plugin for jQuery. I looked at the slickgrid site and it IS a cool plugin! I've been using Allan Jardine's DataTables plugin for tables, which works real ...
PROJECT PAGE:http://wiki.github.com/mleibman/SlickGrid/Download - http://github.com/mleibman/SlickGrid/zipball/1.4Changelist - http://github.com/mleibman/SlickGrid/compare/1.3.2...1.4NEW FEATURES:- Performance improvements accross the board- Numerous bug fixes- New examples- Support for tr ...
I have field in database table that is image type. I have to create model for this table (mvc3) and I don't know which data type to use. Any hints?? ...
I seem to be have a problem getting a date picker to work in an asp.net mvc3 page.It works fine in a regular HTML page IE:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> ...
EF 4.1 together with MySQL doesn't create the tables I need auto-magically based on my POCO objects. I'm using Connector/Net 6.3.6. I'm not sure if I have the configuration wrong or if Connector/.Net 6.3.6 simply doesn't support this functionality. I have crawled the Internet for a week now without ...
In my MVC3 view page when user clicks edit I am fetching the data from database and showing it in the form .All field value is showing but the password filed value is not showing because the textbox type is password.How can show the password field value in the textbox without changing my textbox typ ...
I am having problem with applying style sheet for @Html.TextBoxFor(m=> m.ZipCode, new { @class = "zip" })This way, it is not working , but@Html.TextBox("Username", null, new {@class = "prjct_textarea"})This is working, But i can't bind this with model.Please suggest ...
All,I've been working on a grid/spreadsheet control prototype during thelast couple of weeks. Seeing how there doesn't seem to be a lot ofother choices for this sort of thing, I had to write my own. I've putthe project up on Google Code and am looking for experienceddevelopers who can pi ...
All,I've been working on a grid/spreadsheet control prototype during thelast couple of weeks. Seeing how there doesn't seem to be a lot ofother choices for this sort of thing, I had to write my own. I'veputthe project up on Google Code and am looking for experienceddevelopers who can pic ...
All,I've been working on a grid/spreadsheet control prototype during thelast couple of weeks. Seeing how there doesn't seem to be a lot ofother choices for this sort of thing, I had to write my own. I've putthe project up on Google Code and am looking for experienceddevelopers who can pi ...
Not so long ago I launched a project called Django Ray and last night I posted on my blog a new screenshot of what I wanted to achieve (the screenshot also attached to this post)..The reason why I'm posting in this forum is to attrack potential developpers who would like to participate in this proje ...
Hi... i want to use jquery ajax in current spring mvc3.0 application.... i have downloaded the jquery-1.4.2.js file... Do i need any additonal file in order to unable jquery ajax calls????? PLease help.. its urgent.. ...
Hello.... I need to use jqgrid with spring mvc3.0.... Can i get any help regarding the same??? Any sample code is welcome.... ...
I am trying to use the un-minified source for jquery ui to debug aninteraction between tabs and slickgrid (which is used on a dynamicallyloaded tab). When I use the minified version of the ui, i.e., <script type="text/javascript" src="/library/jqui/js/jquery-ui-1.8.4.cust ...
I've got an upcoming project involving a spreadsheet-like view onto data that will be accomplished using one of the available grid view plugins. According to http://wiki.jqueryui.com/w/page/12137949/GridTable, the "state of the art," as it were, are the following:jQuery plug-ins: http://ww ...
(Environment: JQuery 1.4.4, IE8, ASP.NET Dev Server, MVC3) I had the following JQuery code: $.getJSON({ url: newUrl, data: ...
My apologies if this is not the best place to ask this question. What I would like to do is use a Grid Control in MVC forms. I have been looking at the one now supplied with MVC3. It works good but it's a very simple control. I would like to use something that offers more such as jqGrid but I am wor ...
I'm a newbie, o jquery.jquery.validate.unobtrusive +php, it's possible?jquery.validate.unobtrusive is a pluggin on MVC3 microsoft.Please a simple code? ...
I'm using ASP.NET MVC3 with unobtrusive validation that utilizes the validate plugin. What I'm trying to achieve is to bind a (nullable) numeric property of my model to a group of radiobuttons or a dropdown. The problem here is, that "nothing selected" should be the first option in the list (the val ...
I have a problem with the compare validator when running under Microsoft MVC3 and jquery 1.5.xI have two password fields that are validated to enforce the same response (password and re-type password). With jQuery 1.4.2 the compare validator works correctly, with jQuery 1.5.x the validator alw ...
I am scoping a bespoke ECommerce site with a web based administration system. I have a hierarchy of categories to which products can be related and custom attributes dependent on product type which are related to the product.The initial plan was to have the categories drive the navigation and the at ...
I am using JQuery 1.2.6 and would like to implement Grid Functionality. I see plugins like SlickGrid,FlexiGrid,DataTables etc but they are supporting new versions of JQuery. Can someone please let me know and direct me if Grid can be implemented with JQuery 1.2.6? ...
my html works properly when i double click it. It displays the table i am using a grid called slick gridThe code is<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Demo</title><link rel ...
I have a problem with a simple stored procedure returning a scalar value as an output parameter.The .NET side exception is this: bold"The data reader returned by the store data provider does not have enough columns for the query requested".boldI'm using the Entity Framework Function Import.This is t ...
im reasonably new to the world of CSS and cross browser support (i have always worked on the backend of systems in the past). ive created a layout for a website im creating as a learning experience for a friend. Ive tried to find the source of my problem for a few days now, but cant seem to put my f ...