Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Grid is not with correct CSS
posted

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.

Image 1

Also once I click on the cell, cell border cover with a blue border.

Please see image below

image 2

Here is my file loading sequence in network tab.

image 3

your suggestions are really appreciated at this moment.

Thank you

Parents
No Data
Reply
  • 195
    Offline posted

    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-border




    I hope this will help.


    Best regards,
    Tatsushi Kiryu
    Developer support Engineer
    Infragistics

Children
No Data