Re: a question on different data grid components available for wicket

2012-12-12 Thread Martin Grigorov
Hi Ernesto, This change deserves a separate discussion in dev@. On Tue, Dec 11, 2012 at 7:58 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Martin, > > On Wed, Nov 28, 2012 at 9:25 AM, Martin Grigorov >wrote: > > > On Wed, Nov 28, 2012 at 9:22 AM, Ernesto Reinaldo Barreiro < > >

Re: a question on different data grid components available for wicket

2012-12-10 Thread Ernesto Reinaldo Barreiro
Martin, Glad to be of some help... Maybe next round of development should target replacing the use of (the now deprecated) Tree component, with Sven's new Tree... Thought that might prove more complicated and might also bring API breaks. On Mon, Dec 10, 2012 at 12:40 PM, Martin Grigorov wrote:

Re: a question on different data grid components available for wicket

2012-12-10 Thread Martin Grigorov
Ernesto, With its jQuery backend and recent fixes I think the grid component will become even more popular. See http://wicketinaction.com/2012/12/wicketstuff-download-stats-for-nov-2012/ On Mon, Dec 10, 2012 at 11:15 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Martin, > > Many

Re: a question on different data grid components available for wicket

2012-12-10 Thread Ernesto Reinaldo Barreiro
Martin, Many thanks! On Mon, Dec 10, 2012 at 11:08 AM, Martin Grigorov wrote: > Hi Ernesto, > > I've just applied your patch. > Thanks! > > > On Sat, Dec 8, 2012 at 3:58 PM, Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > This seems to be the problem. > > > > https://issues.apache

Re: a question on different data grid components available for wicket

2012-12-10 Thread Martin Grigorov
Hi Ernesto, I've just applied your patch. Thanks! On Sat, Dec 8, 2012 at 3:58 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > This seems to be the problem. > > https://issues.apache.org/jira/browse/WICKET-4916 > > With patch applied to my local wicket branch tree grid works as expe

Re: a question on different data grid components available for wicket

2012-12-08 Thread Ernesto Reinaldo Barreiro
This seems to be the problem. https://issues.apache.org/jira/browse/WICKET-4916 With patch applied to my local wicket branch tree grid works as expected. On Sat, Dec 8, 2012 at 11:27 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Martin, > > I think what is happening with tree-gri

Re: a question on different data grid components available for wicket

2012-12-04 Thread Martin Grigorov
I compared it against http://www.wicket-library.com/inmethod-grid/data-grid/simple?0 - this uses InMethod Grid 1.5 though On Tue, Dec 4, 2012 at 8:24 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Martin, > > On Tue, Dec 4, 2012 at 9:28 AM, Martin Grigorov >wrote: > > > Great work

Re: a question on different data grid components available for wicket

2012-12-04 Thread Ernesto Reinaldo Barreiro
Martin, On Tue, Dec 4, 2012 at 9:28 AM, Martin Grigorov wrote: > Great work, Ernesto ! > > I just tried the samples application and the only problem that I've found > is related to the editable grids. > In both Editable Grid and Editable TreeGrid the 'ESC' keypress doesn't > work. > In Editable T

Re: a question on different data grid components available for wicket

2012-12-04 Thread Martin Grigorov
Great work, Ernesto ! I just tried the samples application and the only problem that I've found is related to the editable grids. In both Editable Grid and Editable TreeGrid the 'ESC' keypress doesn't work. In Editable TreeGrid I can edit only folders but I can't edit leafs. Other than this I fin

Re: a question on different data grid components available for wicket

2012-12-03 Thread Ernesto Reinaldo Barreiro
Martin, All grid functionality seems to be ported to jquery... I have pushed the changes master. https://github.com/wicketstuff/core/commit/85920962aa601e6114234caa9e7b2304c603ba49 It would be nice if someone with a real application using inMethod grid can give it a try. Cheers, Ernesto On S

Re: a question on different data grid components available for wicket

2012-12-01 Thread Ernesto Reinaldo Barreiro
Martin, On Sat, Dec 1, 2012 at 5:20 PM, Martin Grigorov wrote: > Well done, Ernesto ! > > Since YUI implementation will be preserved for some time I think it is OK > to commit directly in master branch. > The announcement for WicketStuff 6.4.0 will have a special note about this > change with a d

Re: a question on different data grid components available for wicket

2012-12-01 Thread Martin Grigorov
Well done, Ernesto ! Since YUI implementation will be preserved for some time I think it is OK to commit directly in master branch. The announcement for WicketStuff 6.4.0 will have a special note about this change with a description how to use the old YUI impl. Another problem that I see is that

Re: a question on different data grid components available for wicket

2012-12-01 Thread Ernesto Reinaldo Barreiro
Martin. On Wed, Nov 28, 2012 at 9:25 AM, Martin Grigorov wrote: > On Wed, Nov 28, 2012 at 9:22 AM, Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Hi, > > > > On Wed, Nov 28, 2012 at 9:14 AM, Martin Grigorov > >wrote: > > > > > Hi, > > > > > > InMethod Grid is more smarter. It sup

Re: a question on different data grid components available for wicket

2012-11-28 Thread Nick Pratt
Ive been working on an improved DataTables.net wrapper for Wicket. Its applied as a Behavior on top of the existing Wicket repeaters/datatables - with one caveat that the Behavior requires a element to work with that has a "complete" structure - , , . With some assistance from Martin Ive got th

Re: a question on different data grid components available for wicket

2012-11-28 Thread Ernesto Reinaldo Barreiro
Hi, Let me see if I can find some time to "give it a shoot" this weekend. Drag and drop and column re-size should not be that difficult to rewrite in terms of jquery d&d. On Wed, Nov 28, 2012 at 9:25 AM, Martin Grigorov wrote: > On Wed, Nov 28, 2012 at 9:22 AM, Ernesto Reinaldo Barreiro < > reie

Re: a question on different data grid components available for wicket

2012-11-28 Thread Martin Grigorov
On Wed, Nov 28, 2012 at 9:22 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > On Wed, Nov 28, 2012 at 9:14 AM, Martin Grigorov >wrote: > > > Hi, > > > > InMethod Grid is more smarter. It supports column reordering, resizing, > > better Ajax support. But it is no active maintai

Re: a question on different data grid components available for wicket

2012-11-28 Thread Ernesto Reinaldo Barreiro
Hi, On Wed, Nov 28, 2012 at 9:14 AM, Martin Grigorov wrote: > Hi, > > InMethod Grid is more smarter. It supports column reordering, resizing, > better Ajax support. But it is no active maintainer at the moment. > Different community members provide patches when they need fixes but that's > all. >

Re: a question on different data grid components available for wicket

2012-11-28 Thread Martin Grigorov
be helpful, which one > is preferred by wicket etc. > > Thanks > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/a-question-on-different-data-grid-components-available-for-wicket-tp4654273.html > Sent from the

a question on different data grid components available for wicket

2012-11-27 Thread markR
wicket etc. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/a-question-on-different-data-grid-components-available-for-wicket-tp4654273.html Sent from the Users forum mailing list archive at Nabble.com