How can I create a form that displays two grids, master and detail. When you select a record from the master, the details grid is refreshed.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your question is difficult to understand, as you are mixing terms Form & Grid. Those are two different UI elements.. If you, however, have imagined following situation:
1) GridA – shows list of user
2) GridB – shows activity log filtered by user
then syntax would be straight forward:
not parsed, but should give you idea of how to use conditional reloads, grids, buttons, event handling.