Hi,
trying the blazor demo on https://demos.telerik.com/blazor-ui/grid/overview
with an ipad Air 2, ios 14.2, using safari or edge, results in error.
Is this an unsupported environment?
Brgds,
Henri
Hi everyone,
Is there any possibility to show the parent nodes at the bottom of their children nodes not on top? I know this may sound hilarious to you but what I'm trying to get is some kind of total rows which are the parents of the children nodes and it would be nice if they would appear at the bottom not at the top of the children nodes.
Thank you.
Best regards,
Cipri
What is it that I'm missing when I have a Blazer Telerik Grid specified this way on a razor page:
@page "/households"
<h3>Households</h3>
<TelerikGrid Data="Model" Height="550px" Sortable="true">
<GridColumns>
<GridColumn Field="Name" Title="Name" />
<GridColumn Field="Lies_District" Title="District" />
<GridColumn Field="Openings" Title="Openings" />
<GridColumn Field="EmailAddress" Title="Email" />
<GridColumn Field="JoinedOn_DateTime" Title="JoinedOn" />
<GridColumn Field="ReportCount" Title="Reports" />
<GridColumn Field="LastReport" Title="Last Report" />
</GridColumns>
</TelerikGrid>
and the resulting page has no grid lines, headings all smashed together with only one space between title columns?
Hello Team, Just want to check with regarding Blazor Grid. is it support nested models? basically I want to bind a Object2.Object2.Property
Eg:
<GridColumn Field=@nameof(ExcelColumn.Settings.Order ) Title="Order" />
Thanks,
Sajid
Go to https://demos.telerik.com/blazor-ui/tilelayout/overview
using Safari browser
Change any tile's height which contains chart. Chart has still fixed height.
Chrome and Edge browsers works normal.
Hello!
Is it normal that the grid's OnStateChanged event gets called twice when filtering?
Other actions, such as sorting, resizing, and reordering, call OnStateChanged once.
I have an event handler that stores the state of the grid in local storage, and it's rather annoying that it gets called twice for no reason.

Hi!
I need to have a proper color palette in the editor as a toolbar that should appear if Tools="@EditorToolSets.All" is applied. I need to have an editor with descent background, highlight, and foreground/font color.
Hi,
I was wondering if it is possible to use the ENTER key for applying the filter in a grid. We are using the FilterMenu option in our grids.
See the attached screenshot for clarity.
Is there a way to programmatically select an active row in the Grid? And if the active row is not visible allow scrolling the active row into view?
Thanks.