Hi
I created my grid using with your example code base that you provide in your site.
I have few questions for you. I hope that you will help me to solve that.
I have a license key, but still, I am seeing Trial version watermark. How can I remove it?
Once I move the cursor into grid, I see my full grid is selected.
Please see image below.
Also once I click on the cell, cell border cover with a blue border.
Please see image below
Here is my file loading sequence in network tab.
your suggestions are really appreciated at this moment.
Thank you
Hello Rasika Gayan Gunarathna,> "I have a license key, but still, I am seeing Trial version watermark. How can I remove it?"You need to change JavaScript and CSS files to licensed ones in order to remove the trial watermark.Could you check whether you have referenced licensed files into your html file?Here is a related post on the forum.www.infragistics.com/.../unable-to-remove-trial-watermark> "Once I move the cursor into grid, I see my full grid is selected. "The symptom occcurs when primaryKey option is not set.Could you check whether you set primaryKey option?> "Also once I click on the cell, cell border cover with a blue border."You can remove outline using "outline: none".``` .ui-iggrid tbody td:focus { outline: none; }```Please see the following link as well.stackoverflow.com/.../how-to-reset-remove-chromes-input-highlighting-focus-borderI hope this will help.Best regards,Tatsushi KiryuDeveloper support EngineerInfragistics
Hello Rasika,
We are looking into your question. We will get back to you as soon as we have an update.
Thank you,Mihoko Kamiishi