You need to sign in to do that
Don't have an account?
Jerry.ax1540
getting the row index from the Page Block table
Hi
how can we get the index of the selected row from the page Block table to the apex class ,
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Hi
how can we get the index of the selected row from the page Block table to the apex class ,
On click java script can be used to populate the record id into a hidden field on page
OR
Wrapper class can be used with a boolean column.
I am inserting the record so i dont have record id and wrapper class makes my code complex so i need to know the row index of the focussed column.
is there any way from java script to find the row index of the pageblockTable ??
Hi Jerry,
check This link,might be helps you..
http://blog.jeffdouglas.com/2010/04/02/visualforce-row-counter-for-iteration-components/
Thanks,
Akshay kumar