❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
How to get confirmation message for Logout
shashi
Thanks sir jii it worked for me followed the steps as u mentioned it was helpful.
How to get confirmation message for Logout
shashi
Hi sir jii , i need to redirect to external url when i click the logout button and more over how to specify the dialog page when we create it as an region in page.
How to clear all rows and insert only one row in IG Report
shashi
yes ur right need to hide the rows when the user clicks and create one updatable row.
How to skip read only cells in IG report
shashi
I got the solution will share the code so that will help others. Goto to IG report artibute-->javascript intialization code and write this code function(config){ config.defaultGridViewOptions={ skipReadonlyCells:true }; return config; }
How to clear all rows and insert only one row in IG Report
shashi
Hi thanks for your reply but i dont want to delete the data form table permanently just need to clear the rows when i click Add row button and generate only one row .
How to make the IG report column readonly By using JS
shashi
Yes sir i got the solution through css ,go to column-->appearance-->css classes and enter as is-readonly.This makes the column read oly
How to fetch other table records in interactive grid on page load
shashi
Yes sir jii actually i have to loop the values from table dynamcially to interactive grid on page load,where intially the interactive grid should be created and while on page load dynamically should loop the values to that IG report.
How to align the button in Apex page
shashi
Hi sir jii i tried with the css code u mentioned not able to fix it. I gave static id for button and wrote the code in inline css of the apex page still the button alignment is same.
Problem In dowanloading the PDF file in IR report
shashi
When i try to downlaod pdf file for Interactive grid report its working fine ,but for IR report its throwing me the exception
Problem In dowanloading the PDF file in IR report
shashi
Iam using the 20.1.0.00.13 version,how to check the printing option is enabled for IR report sir jii.