Hi,
How to export excel with multiple column grouping and aggregations.
It would be helpful if you given a working example.
Thanks,
Vignesh
Here's another one for you. I didn't see any similar bugs listed in GitHub. Did I find a bug?
Repro Steps:
(Updated: Important first step.) Setup:
Run the "KendoReact Scheduler Demo Preview" demo from https://www.telerik.com/kendo-react-ui/components/scheduler/#toc-kendoreact-scheduler-demo-preview . Running it directly from the Telerik site is fine; StackBlitz is not necessary.
Note that the Scheduler starts out in "business hours" mode, with a "Show full day" button visible at the bottom.
Double-click an empty slot to add a new appointment.
Enter a Start Time outside business hours such as 6 PM.
Enter a title, description, end time as necessary and push Save.
The new appointment is not visible. This is expected, as it's outside business hours.
Now push "Show full day".
Result:
The new appointment is NOT visible.
But push the ">" button on the top left, to the right of the "today" button. Then push the "<" button. (This moves forward a week, then moves back.) The appointment is now visible.
Expected:
The new appointment should be visible immediately upon pushing "Show full day".
Hello,
I can't try ReactKendo DataGrid component for my project (Tests before buy)
With others components like PanelBar, Calendar, etc.. :
I tried this code directly on my index.js
import React from 'react';
import ReactDOM from 'react-dom'
import { Grid, GridColumn } from "@progress/kendo-react-grid";
ReactDOM.render(
<div>
<Grid style={{ height: "400px" }}>
<GridColumn field="ProductID" title="ID" width="40px" />
<GridColumn field="ProductName" title="Name" width="250px" />
<GridColumn field="Category.CategoryName" title="CategoryName" />
<GridColumn field="UnitPrice" title="Price" />
<GridColumn field="UnitsInStock" title="In stock" />
</Grid>
</div>,
document.getElementById('my-app'));
my index.html :
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<base href="%PUBLIC_URL%/" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
<script src="https://unpkg.com/react@16/umd/react.production.min.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js" crossorigin></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prop-types/15.7.2/prop-types.min.js"></script>
<script src="https://unpkg.com/@progress/kendo-date-math@dev/dist/cdn/js/kendo-date-math.js"></script>
<script src="https://unpkg.com/@progress/kendo-drawing@latest/dist/cdn/js/kendo-drawing.js"></script>
<script src="https://unpkg.com/@progress/kendo-react-intl@latest/dist/cdn/js/kendo-react-intl.js"></script>
<script src="https://unpkg.com/@progress/kendo-react-all@latest/dist/cdn/js/kendo-react-all.js"></script>
<title>MyTest</title>
</head>
<body>
<div id="my-app">
</div>
</body>
</html>
For compilation on VS2019 Pro 16.9.3 with node 14.17 (npm 6.14.13) :
I activated trial version of KendoReact for 30 days today via npx command line !
On Chrome and on Firefox browser, I have this error message :
my package.json :
My Packages Nuget list :
Very simple strangely !!!
And I have the same issue on VS Code last version too !!!!
Do you can help me to resolve this issue please ?
I need test this component before my order of ReactKendo !!!!
Thank you
Hi,
We are using kendo grid with n number of columns, each column has defined width. When user dynamically hiding the column kendo grid view collapsing [column width & border not aligned with row contents].
I have attached sample image.
Thanks,
Hi,
In kendo react grid we were using both GridColumnMenuFilter and GridColumnMenuCheckboxFilter, the 'Filter' button aligned differently in both the components.
GridColumnMenuFilter - Filter button is aligned right side & GridColumnMenuCheckboxFilter - Filter button is aligned left side
I have attached snapshots, can you please add
Thanks,
https://docs.streamlit.io/en/stable/develop_streamlit_components.html
https://github.com/streamlit/component-template
Is there any possibility using KendoReact with this environment?
Hi
I can not find any resource for rotate labels
please help me