Telerik Forums
KendoReact Forum
1 answer
173 views

Hi, is there a demo showing Grid pagination and filters working together?

thanks

 

Stefan
Telerik team
 answered on 25 Oct 2018
1 answer
206 views

     I wonder if and how I would be able to get the aggregated value for a group in the grid to be displayed after the group name?

Say I group my products on Product category and I aggregate the Quantity in stock - how would I get the group names in a collapsed state say "Category 1, Quantity in stock: 450"?

Stefan
Telerik team
 answered on 25 Oct 2018
9 answers
158 views

Hello,

I intend to use the kendo-grid-react-wrapper and my question is if there is any possibility for internationalization for this grid-wrapper.

In the image below you can see what I mean by that. I would like that 'Is equal to', 'Filter', 'Items' etc. to be in a different language. The language that I intend to use is German (de-DE). With the kendo-react-grid (not the wrapper) the language shift is easily done, but for the kendo-grid-react-wrapper I just don't find a reasonable solution to that.

And one more question if I may: is there any possibility to customize the drop-down-filter-list? For example: binding more conditions than the ones already given.

I look forward to your reply.

Best Regards,

Darko Konrad

 

Darko
Top achievements
Rank 1
 answered on 25 Oct 2018
2 answers
287 views

I'm running into an issue with the Kendo React Grids after introducing snapshot testing: The filtering cells seem to generate properties with GUIDs that change each render, making it impossible to snapshot test. You can see an example in the attached screenshot.

This is probably more of a feature request: Could thing be changed so the grid filter cells by default render in a predictable, repeatable way so they can be snapshot tested? Is there a better place to request this?

 

IT Dept
Top achievements
Rank 1
 answered on 24 Oct 2018
6 answers
1.4K+ views

Hello,

We are facing a problem with filtering in Kendo UI Grid in React. I'm getting following exception op() is not a functiondirectly after I select an operator (for example "Ist gleich"):

This is the stacktrace:

filter-no-eval.js:81 Uncaught TypeError: op is not a function
    at filter-no-eval.js:81
    at filter-no-eval.js:10
    at count (array.operators.js:85)
    at process (array.operators.js:151)
    at KendoGrid.push../Global/Controls/KendoGrid.tsx.KendoGrid.render (KendoGrid.tsx:45)
    at finishClassComponent (react-dom.development.js:13538)
    at updateClassComponent (react-dom.development.js:13501)
    at beginWork (react-dom.development.js:14090)
    at performUnitOfWork (react-dom.development.js:16416)
    at workLoop (react-dom.development.js:16454)

 

I tried the same example which is on the Kedno UI Grid for React website (https://www.telerik.com/kendo-react-ui/components/grid/advanced-examples/stateful-grid/), and there it is working fine. However, I could found that the filter object is not the same in the 2 cases.

This is the filter object structure in my case where im getting the exception:

 

This the filter object structure from the example in Kendo website:

Any suggestion or help is highly appreciated

Thanks in advance!


Darko
Top achievements
Rank 1
 answered on 22 Oct 2018
2 answers
132 views
     Do you have any plans to introduce a Field Chooser similar to what is available on the jQuery controls?
Keith
Top achievements
Rank 1
 answered on 22 Oct 2018
4 answers
110 views

Hello!

I created this example to show this behavior.

After column (with no initial "width" value set) visibility toggles (become invisible and visible again) the column doesn't become visible.

It seems it's partially related to the end of this discussion.

Vasil
Telerik team
 answered on 22 Oct 2018
3 answers
149 views
Is there a way to freeze a column so that horizontal scrolling have those columns will not scroll out of view. Is there a sample of this?
Stefan
Telerik team
 answered on 18 Oct 2018
1 answer
147 views

Hello!

There is a bug in GridNoRecords component — it doesn't accept children.

Version: 2.2.

In version 1.2 there were no such problem.

You can find it even in your official demo.

Expected result: "There is no data available" is visible if there is no data.

Actual result: default message "No records available" is visible if there is no data.

Vasil
Telerik team
 answered on 18 Oct 2018
7 answers
259 views

Given the following example from the official documentation:
https://stackblitz.com/run/?file=app%2Fmain.js

import React from 'react';
import ReactDOM from 'react-dom';
import { Grid, GridColumn } from '@progress/kendo-react-grid';

import products from './products.json';

class App extends React.Component {
    render() {
        return (
            <Grid
                style={{ height: '400px' }}
                data={products}
                reorderable
            >
                <GridColumn field="ProductID" title="ID" width="45px" />
                <GridColumn field="ProductName" title="Name" width="250px" />
                <GridColumn field="Category.CategoryName" title="CategoryName" />
                <GridColumn field="UnitPrice" title="Price" width="80px" />
                <GridColumn field="UnitsInStock" title="In stock" width="80px" />
            </Grid>
        );
    }
}

ReactDOM.render(<App />, document.querySelector('my-app'));

I need to know what column was exactly reordered from the ui perspectives. Following by https://www.telerik.com/kendo-react-ui/components/grid/api/GridProps/#toc-oncolumnreorder API I can subscribe to only event that gives me the new columns (including the reordered one). How is possible to know what column was reordered by dragging and dropping feature?




Vasil
Telerik team
 answered on 18 Oct 2018
Narrow your results
Selected tags
Tags
General Discussions
Grid
Wrappers for React
Charts
Scheduler
Filter 
DropDownList
Form
DatePicker
Styling / Themes
Editor
TreeList
Styling
PDF Processing
ComboBox
Excel Export
Dialog
Input
TreeView
Upload
Drawer
Button
Drag and Drop
MultiSelect
Tooltip
Accessibility
NumericTextBox
Checkbox
Menu
Gantt
DateTimePicker
PDF Viewer
Popup
Window
AutoComplete
DateInput
Sortable
Data Query
Licensing
TabStrip
Drawing
Calendar
Pager 
Labels 
Localization
TimePicker
GridLayout
FontIcon
Animation
PanelBar
TaskBoard
PivotGrid
Card
DropDownButton
Conversational UI 
DateRangePicker
Splitter
Badge 
Security
Slider
Spreadsheet
ContextMenu
MultiViewCalendar
Stepper
MultiColumnComboBox
MultiSelectTree
TextBox
AppBar
File Saver
ListView
MaskedTextBox
RadioButton
Switch
TextArea
Toolbar
DropDownTree
TileLayout
Map
Avatar
Date Math
Gauge
RadioGroup
RangeSlider
Rating
Loader
ExpansionPanel
SvgIcon
Typography
ProgressBar
ScrollView
Popover
StockChart
RadialGauge
Server Components
AIPrompt
Page Templates / Building Blocks
AI Coding Assistant
Chat
ColorGradient
ColorPalette
ColorPicker
Notification
Ripple
Skeleton
ButtonGroup
Chip
ChipList
FloatingActionButton
SplitButton
ActionSheet
Barcode
QR Code
FlatColorPicker
Signature
BottomNavigation
BreadCrumb
StackLayout
Timeline
ListBox
ChunkProgressBar
Sparkline
FileManager
ArcGauge
CircularGauge
LinearGauge
ExternalDropZone
OrgChart
Sankey
VS Code Extension
InlineAIPrompt
SpeechToTextButton
Chart Wizard
Agentic UI Generator
SmartPasteButton
PromptBox
SegmentedControl
LLM Kit
OTP Input
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?