Telerik Forums
KendoReact Forum
4 answers
69 views
I'm using the kendo-grid-react-wrapper.  How do I do a simple excel export?  I was able to add the button adding the toolbar={["excel"]} property to the Grid but clicking the button did nothing.
Phillip
Top achievements
Rank 1
 answered on 02 Nov 2018
2 answers
343 views
We've been waiting to have the in column header style of filtering which was recently released and described in this article: https://www.telerik.com/kendo-react-ui/components/grid/columns/column-menu/. One missing feature is that when you apply a filter little three dot icon in the column header isn't updated to show that the column is being filtered. Is there a way to accomplish this?
Stefan
Telerik team
 answered on 01 Nov 2018
5 answers
509 views

Hi,

 

Is Autocomplete provides the "valueField" attibute as well? similarly like "textField"?

 

I want to bind valueField to autocomplete and based on selection of the value I want to populate rest fields.

 

Regards,

Parag

Stefan
Telerik team
 answered on 30 Oct 2018
1 answer
245 views

I am working with the Kendo grid in react and have an issue.  My  json data has several fields.  One of these fields contains an array of other objects.  I know how many items are contained within the array.  My  issues is that I  don't seem to be able to specify in the <GridColumn> component the correct "field" option.  I have tried field="myArrrayField[0].myNestedObject.name but this returns  no  results.  Without  modifying my data format is there a way to achieve what I am attempting? If this is unclear I can provide  more information if needed.  I have seen a jquery example https://dojo.telerik.com/AloSUJiq that seems  to do exactly what I need, but again I am using the react component. Thanks for any help or  insight you can provide.

 

Kevin

 

 

Stefan
Telerik team
 answered on 29 Oct 2018
1 answer
124 views

Hi,

 

 have created dynamic grid. Whenever I clicked on add new button on the top it adds the new row having controls dropdown, datepicker etc. On selection of dropdown I am populating the values in other control. I have set the sorting for same dropdown control only. whenever I start typing it immediately sorts the rows but the cursor and focus will remains in the same row only.

 

I want to implement the functionality in a such a way that sorting will happen only when I finished the editing.

 

Attached is the screenshot for same.

 

 

 

 

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

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

thanks

 

Stefan
Telerik team
 answered on 25 Oct 2018
1 answer
151 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
107 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
246 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.3K+ 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?