I have a listgrid with a contextMenu. I would like a Record's Contextual Menu, for instance, when i right click on :
row1 -> menu{item1, item2}
row2 -> menu{item3}
row3 -> menu{item4, item 5, item6}
etc...
I attach a DataSource to the Menu with a POSTXML DataProtocol. I set up a Servlet I want it to send item1, item2 if end-user has right-clicked on row1, and so on...
Any clue ?
row1 -> menu{item1, item2}
row2 -> menu{item3}
row3 -> menu{item4, item 5, item6}
etc...
I attach a DataSource to the Menu with a POSTXML DataProtocol. I set up a Servlet I want it to send item1, item2 if end-user has right-clicked on row1, and so on...
Any clue ?
Comment