Dear Friends
I am able to sort the table..but if want to use onActionLeadSelect(null) in the modify view of my webdynpro..I cant get the column id if i use onActionLeadSelct(null)
i tried to display the column id but it is null;
if i use onActionLeadSelect(null) in modify view. Is it possible to sort the table?
i need to use onActionLeadSelect(null) in my webdynpro?
IS there any relation betwen them
In ActionLeadSelect i have tried to use
wdContext.<node table name>.<currentresult>.<getColumnFieldData>
i am getting some column data in my Action lead....
Will there be any impact on my sort method
Thanks in Advance
Byeee
Yours Friend
Shravan
Hi ,
you will get the column id in onActionSort, when you click on the sort icon.
for this you have to 1st map the column id to the sortAction.
Can you please tell me step by step that how you accessing columnid in onActionleadselect(null).
Regards,
praveen
Add a comment