We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Grid TimeSpan Column Not Worked

Hi syncfusion team

in this example:

https://www.syncfusion.com/forums/160151/grid-timespan-column

the timepiker works in the Grid, but if it is updated to version = "20.3.0.52", the timepicker does not work.

I sent an updated example


Attachment: BlazorApp3_ca51443a.zip


1 Reply

PS Prathap Senthil Syncfusion Team November 7, 2022 04:17 PM UTC

Greetings from Syncfusion support.

Based on your update, we suspect that the reported issue was reproduced because of theme and scripts are not referred properly. So, kindly refer the attached code snippet and UG documentation for your reference. Before that Kindly make ensure to include script and themes in your project.


<head>

    <meta charset="utf-8" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

    <title>BlazorApp3</title>

    <base rel='nofollow' href="/" />

     <link rel='nofollow' href=https://cdn.syncfusion.com/blazor/20.3.52/styles/material.css rel="stylesheet" />

    <script src=https://cdn.syncfusion.com/blazor/20.3.52/syncfusion-blazor.min.js type="text/javascript"></script>

    <link rel='nofollow' href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />

    <link rel='nofollow' href="css/app.css" rel="stylesheet" />

    <link rel='nofollow' href="BlazorApp3.styles.css" rel="stylesheet" />

</head>


If you are referencing themes or scripts from CDN, can you please ensure to change the version of reference.

https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference

https://blazor.syncfusion.com/documentation/common/adding-script-references#cdn-reference


Attachment: BlazorGrid_5089c94a.zip

Loader.
Live Chat Icon For mobile
Up arrow icon