Kal
Posts: 0
Joined: Thu May 22, 2014 11:03 pm

In a dynamically populated grid, how do I know which row item is clicked?

I have a grid with input fields and buttons that is dynamically populated from the DB (so, there are variable number of rows). Here is what I need to do: when a user clicks on an input field, I want a button on that particular row to be made visible. In the someInput.Click() javascript, how do I get the index of the particular row? Correspondingly for the Appery('someButton').show() how do I specify which row button needs to be shown?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

In a dynamically populated grid, how do I know which row item is clicked?

Hi Kal,

You will need to check it with JavaScript and then add action you want.
This topic should point you out https://getsatisfaction.com/apperyio/...

Return to “Issues”