cancel
Showing results for 
Search instead for 
Did you mean: 

Tableview new entry dropdown

Former Member
0 Kudos

I am using tableview for my table display...

I coded for creating new entry in that table view...

I used dropdown for the columns....

for the new entry row...the dropdowns are not getting visible to select the entries...

and one more doubt...

based on the first column dropdown selection i want to filter the second column dropdown...

please help its urgent

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use iterators.

A.

Former Member
0 Kudos

Thanks for the reply...

Could you please tell me is there any method available to trigger while changing the dropdown values....in the tableview?

Former Member
0 Kudos

Hi Muthurajan,

You can use the Javascript's onChange method to trigger a javascript event(Client Side)....

And to trigger a server side event, use the onSelect attribute of the dropdownListBox attribute....

There are many threads on SDN on which this problem is already solved...just search through and you will get a few....

Hope this helps.

<b><i>Do reward each useful answer..!</i></b>

Thanks,

Tatvagna.

Message was edited by:

Tatvagna Shah

Sorry about the Name...

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks to all...

Solved....