cancel
Showing results for 
Search instead for 
Did you mean: 

Row selection event in xslt

Former Member
0 Kudos

Hi,

I have an XSLT table and I want to read the selected table row number in java script function.

Simply the row selection event on xslt table and also please provide how to give the unique id to the xslt table.

Please guide me in this.

Regards,

Bikshu

Edited by: rajkumar12345 on Feb 19, 2012 10:05 AM

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Bikshu,

The content generated by xslt is plain html. So to make it interactive - you need to use javascript method. Javascipt method called on Click of the cell can give the row selection look and fell by changing the background color. To give the unique id for each element - you have to write xslt accordingly. You can generate the ID in this way - Column name+ Row index.

Thanks,

Soumen

Former Member
0 Kudos

First I would say thanks.

Finally I generated unique id for each cell as you said . But I nee one more thing that I want to access the no of rows of that xslt

table in java script so Please guide me in this.

Answers (0)