Hi,,
Can anybody help me in below code:
I want to make grid delete button disabled through peoplecode
I tried using :---------
-------------------------------------
&GR= getgrid(page.pagename,"grid_name");
&GR.deleteenabled=false;
-------------------------------------
i need it on click of some other button..
so i wrote this code on fieldchange event of that record field(button)
but its not working ......
I tried with rowset also....but if rowset comes into picture then the record of my grid fields is one work record.. and for work record.. seems i can not do getrowset ..
please suggest ASAP. the right way
Thanks,
Deepika
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
You need to use a rowset object and loop through the rows and disable the delete button on each row in the grid.
something like:
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Hi leepa.
Thanks
Thank you for sharing this code. :)