Hi,
I have a page with a grid on it. The grid is edited by the nice Inline form thats available. I have a couple of columns and a template column with a small table with a listbox and a dropdown and two buttons Add and Remove.
What I want to do is that when the user selects an item in the Combobox and press Add the item should appear in the Listbox. And when I select an item in the listbox and press Remove the Item should of course be removed.
Everything is working great, Ajax and all... But when I press the Add button and my ItemCommand fires I'm not able to find the Listbox again. I can't even find out that the row is editable.
Best Regards
Daniel
I have a page with a grid on it. The grid is edited by the nice Inline form thats available. I have a couple of columns and a template column with a small table with a listbox and a dropdown and two buttons Add and Remove.
What I want to do is that when the user selects an item in the Combobox and press Add the item should appear in the Listbox. And when I select an item in the listbox and press Remove the Item should of course be removed.
Everything is working great, Ajax and all... But when I press the Add button and my ItemCommand fires I'm not able to find the Listbox again. I can't even find out that the row is editable.
Best Regards
Daniel