0

Grid Row select after show Popup of selected row

asked 2014-04-05 16:35:19 +0800

sathishk gravatar image sathishk
17 5

updated 2014-04-06 06:47:48 +0800

chillworld gravatar image chillworld flag of Belgium
5367 4 9
https://github.com/chillw...

Hi sir , I have grid with some of records,when i click on one record,that record of data should be display on popup,how can i do this ,Please help me sir i am struck here.

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-04-06 06:53:18 +0800

chillworld gravatar image chillworld flag of Belgium
5367 4 9
https://github.com/chillw...

updated 2014-04-06 06:56:57 +0800

If you work mvvm :

Zul:

onselect="@command('showPopup',data = each)"

Java controller :

@Command
public void showPopup(@BindingParam("data") Object o) {
    // The object data is just yourr object of that row.
    // Show your popup.
}

Greetz chill.

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-04-05 16:35:19 +0800

Seen: 12 times

Last updated: Apr 06 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More