Hi,
Is it possible to get event when user click/double click task on Gantt chart (grid/timeline). We should update some properties based on selected task.
Is it possible to create new dialog for popup editing?

Hello,
Would it be possible to provide a clear set of steps—or ideally, a sample solution—demonstrating how to integrate Telerik Blazor with ASP.NET Identity using the .NET 9.0 framework? This seems like a fairly common requirement, but I haven’t been able to find any concise documentation that outlines the process.
I’ve created my project using the Blazor Web App template with Individual Accounts, and I’d like to confirm whether those settings are correct, and specifically, what additional steps are required to complete the integration such as changes to the Identity layout or pages (eg, Login.razor).
Thanks,
Kevin

The DockManagerContentPane provides a HeaderTemplate for interface components that appear above the Content. Is it possible to add a footer component below the Content block.
I have scrollable content in the Content block and need to insert a paging control beneath the Content block that does not scroll with the text.
Thanks

I was wondering if it is possible to place labels above toolbar drop-down menus?
I've tried various options without success.

Hi,
I'm getting on quite well with TelerikPdfViewer. But now I'd like to access a form filled PDF and save it.
I can see that the GetFileAsync function is meant to get me the current state of the file and have already noted that it...
"Returns null if no document is loaded."
However, the document definitely is loaded. I'm looking at and I can even see it's properties are loaded when I debug it. I've even tested with & without a Rebind(), just for good measure.
I can also access the originally loaded Data property but, inevitably, this doesn't contain the form changes
Am I missing something obvious?
Following my most recent and only other post, rendermode is definitely InteractiveServer
Thanks
David

Hi,
I've created a Telerik Blazor grid like the one in the Repl: https://blazorrepl.telerik.com/mpONGnvz356DEAKK31
There I use dynamic columns combined with a nullable dictionary. Everything works fine.
But when I group by the bool column the Count in the group header gets mixed up.
Does anybody have an idea how to fix that?
Best regards,
Rayko
In version 8.x we have the Center=true property which centered the window.
Now with the version 9.1 and Top + Left at 50% the window starts centered, but if we dynamically change the content inside of the window, the window expands to down-right and stopped to be centered.
I had to use a css to force the window to be always centered, but it's hack I don't like.
This is the old version:
<TelerikWindow Modal="true" @bind-Visible="@IsModalTaxValidateVisible" Resizable="true" Centered="true" MaxWidth="700px">The new version:
<TelerikWindow Modal="true" @bind-Visible="@IsModalTaxValidateVisible" Resizable="true" Class="div_centered" MaxWidth="700px" Top="50%" Left="50%">
See attached screenshot
https://www.telerik.com/blazor-ui/documentation-ui/components/checkbox/overview
BR,
Marc
How can i add a data-testid to a GridCommandColumn?
I am trying to add a static id to a GridCommandColumn, but am not having any luck. For GridColumns I am able to add a HeaderTemplate and add a data-testid that way
Is there a way to add a data-testid to a GridCommandColumn component?
