The "locked" property of the Grid Column which freezes the columns is not working when i introduce the "cell" property to the column.
Can someone help me with this issue?
Hi,
we have implemented virtualized scrolling in KendoReact grid and debouncing based on this sample: https://www.telerik.com/kendo-react-ui/components/grid/scroll-modes/virtual/#toc-debouncing-pagechange-events
Everything works ok in Chrome, but in IE11, there are multiple performance issues (i.e. scrolling is not smooth an even with 100 - 200 rows, it takes a second or two to scroll the grid down). As a first step, I tried to open the sample I linked above in IE to see whether the performance is poor in there as well, but it does not work (see attachment). I am also not able to open the sample in StackBlitz, since clicking the StackBlitz link does not do anything.
Could you please provide us with a working sample illustrating the virtualized scrolling with debouncing in IE11 so that we can see whether the performance issue is caused by our faulty implementation, or is a problem in grid itself?
Thanks!
I have a column whose data comes in UTC format and value from the server. example 2020-02-19T22:11:20Z
I use
<GridColumn field=
"DueDateTime"
title=
"Due"
width=
"200px"
filter=
"date"
format=
"{0:D}"
/>
But it still shows the source data and format
In Kendo jquery I could write a function to do the work for me.
How can I do it with Kendo React?
Thanks
Hi
In my react application i am using API. In Appsetting.josn(asp.net application) file i am mentioning the baseurl of api. Here my problem is if change url in appsetting.josn file in server after publishing the application thats not reflecting.
it loading data from old api. Please let me know what to do to reflect changes in appsettings.josn
Hi,
Can you please let me know how to move grid pager at the top.
Regards,
Mukesh
Hi,
Please provide an example of the Drawer component having children props set
Thanks
Hi,
I wan to use your Data Tools Filter component but I need to customize filter items. Each item has a field dropdown, operator dropdown and filter value. My problem is that I have a 50+ fields and the field dropdown is impractical in this situation.
1. Is it possible to replace field dropdown with custom component? e.g. kendo ComboBox?
2. Is it possible to customize field dropdown Popup?
3. Is it possible to open a custom component (e.g. dialog) on "Add Expression" click?
4. There is defaultGroupFilter prop used with Add Group button. Is it possible to customize default field/operator/value for the "Add Expression" button?
Hi,
I am working with the Conversational UI for KendoReact.
I can see there is a width prop for that and it works till certain limit. If I want to go over '500px' for width, it is not capturing it.
Is it something that I am doing wrong?
Can you please provide me a solution for that with dojo?
Thank you.
Hi Team,
I am trying to write unit test for change event of kendo react dropdown component uning jest and enzyme. But not able to perform that is not getting rendered as pure html.
Can you please let us know how to achieve that.
Regards,
Mukesh