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 mgrigo...@apache.org wrote: On Wed, Nov 28, 2012 at 9:22 AM, Ernesto Reinaldo

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 expected.

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 mgrigo...@apache.orgwrote: 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.

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, 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

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-grid

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

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 mgrigo...@apache.orgwrote: 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.

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 mgrigo...@apache.org wrote:

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

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 mgrigo...@apache.orgwrote: 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 mgrigo...@apache.org wrote: Hi, InMethod Grid is

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 Sat, Dec 1, 2012 at 5:20 PM, Martin Grigorov mgrigo...@apache.orgwrote: 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

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 Users forum mailing list archive at Nabble.com

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 mgrigo...@apache.orgwrote: 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

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 dd. On Wed, Nov 28, 2012 at 9:25 AM, Martin Grigorov mgrigo...@apache.orgwrote: On Wed, Nov 28, 2012 at 9:22 AM, Ernesto Reinaldo

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 table element to work with that has a complete structure - table, thead, tbody. With some assistance

a question on different data grid components available for wicket

2012-11-27 Thread markR
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 Users forum mailing list archive at Nabble.com