I'm using a chart with BaseUnit="ChartCategoryAxisBaseUnit.Fit"
Aggregate="ChartSeriesAggregate.Sum", Type="ChartCategoryAxisType.Date"
When clicking on a series it returns a single date (day) and not the date range that were used for the aggregation.
I need the range in order to show the full result list in a grid.
How can it be done?
Is this possible?
I have seen the documentation on highlighting rows, but I haven't seen anything around getting a row to highlight outside of row selection and checkbox selection.
Just a quick formatting question!
Whenever I create a grid, I always get a small column on the right side.
How do I remove that?
Hi,
in an older web app with kendo ui for asp.net core I have a grid which shows timestamps. The Server send the json data in the post request in the server timezone , i.e. "2023-06-07T07:53:40.6227+02:00" . The javascripte code of the grid component then show the time in the timezone of the client to the user.
A newer web app I made with Blazor Server. The grid always show a datetime column in the grid in the server timezone.
I think there are the tasks needed:
1. determine the timezone of the client with javascript code.
2. applying the timezone of the request to the displayed datetimes in the grid.
3. applying the client timezone in the filter request.
Any ideas how this can be solved?
Best regards,
Peter
I'm trying out Telerik in an existing Blazor WebAssembly project. In order to try it out, I'm adding Telerik components next to the existing HTML elements so I can see how they compare. I have a question about how to set the column width in TelerikGrid. I'd like to set the width based on whichever is larger: the content or the header title.
I tried setting Width="auto" but that didn't work. I tried setting Width to a fixed width, but I'd like to avoid hardcoding the width like that.
Please see the attached image. It shows two tables:
1. The existing table using a regular HTML table with Bootstrap classes "table table-striped". Notice how the columns have different widths.
2. The TelerikGrid with the same headers and data. Notice how the columns are all the same width.