Re: inmethod datagrid with a DropDownChoice cell

2009-08-13 Thread suilix
. If anyone has time to look at this I'd certainly appreciate it. Thanks. Will The attached updated example fixes the problem: http://www.nabble.com/file/p24964981/irs-quickstart2.zip irs-quickstart2.zip . -- View this message in context: http://www.nabble.com/inmethod-datagrid

Re: inmethod datagrid with a DropDownChoice cell

2009-06-30 Thread jsinger66
); DropDownChoice ddc = new DropDownChoice(dropdown,model, data, renderer) { Hope this helps. Jeff Singer -- View this message in context: http://www.nabble.com/inmethod-datagrid-with-a-DropDownChoice-cell-tp22068863p24278038.html Sent from the Wicket - User mailing list archive

Re: inmethod datagrid with a DropDownChoice cell

2009-06-14 Thread zeljko
Hello Will! Have you solved this problem? I also need to have a data grid component with dropdown column and can not find any examples. Thanks in advance! //Zeljko -- View this message in context: http://www.nabble.com/inmethod-datagrid-with-a-DropDownChoice-cell-tp22068863p24025546.html Sent

inmethod datagrid with a DropDownChoice cell

2009-02-17 Thread Will Jaynes
I'm working with the inmethod datagrid. The grid is editable, and I have it working just as the examples show, with a couple of cells that contain text. As in the examples, clicking on a row changes some cells into TextField components that can be edited. Now I would like to create a cell that