Is there a filter menu trigger function for?
I try to use onExpandChange but not calls it.
I need a function that trigger when filter menu open and close.
onCloseMenu function works only when I click Clear button but I need a function when filter menu show and hide
Hi Team,
I am getting below error when using TabStripTab inside TabStrip component.
<div>
<TabStrip
selected={this.state.selected}
onSelect={this.handleSelect}
tabPosition={this.state.position}>
<TabStripTab title="Tab 1">
This is test
</TabStripTab>
<TabStripTab title="Tab 2">
This is test2
</TabStripTab>
</TabStrip>
</div>
JSX element type 'TabStripTab' is not a constructor function for JSX elements.
The types returned by 'render()' are incompatible between these types.
Type 'ReactNode' is not assignable to type 'false | Element'.
Type 'string' is not assignable to type 'false | Element'.
I checked in the documentation and googled it also but do not find any specific solution for this.
Please let me know if aI am missing any thing here.
Regards,
Sanjay
Hi, I have a grid with a custom column. The data for the column is an array of object and I render them as a button which enables me to click and naviagate based on the value I clicked. However, filter doesnt seem to work here. Please advice.
https://stackblitz.com/edit/react-pbcysg?file=SampleGrid.jsx
Line 813 is the place where the function to render a button is being called.
Hello!
How can i style a ColumnMenu control?
I dont want create a custm ColumnMenu control, just changed colors of element/
Could you get the styles names of ColumnMenu control or some exapmples of styling?
Thank you!
How do you write this in hooks style?
https://www.telerik.com/kendo-react-ui/components/editor/content/
using class references defies the point of hooks.
Selecting date from table filter popup causes to scroll left the table as you can see in my sample.
There is a "First Date" column on my table at the end of right side.
When you follow these steps, you will see the table suddenly scrolls left and DatePicker closes.
When I remove the method 'GridPageChange' on line 148, table still scrolls to left but DatePicker does not close and I can select date.
If you realize my DatePicker has a time picker. When I select a day from calender, time picker scrolls to current time. I think it triggers the table scroll.
How can I prevent this happen?
https://stackblitz.com/edit/react-tukxso?embed=1&file=app/main.jsx
Hi,
Can I use custom scroll for kendo react grid.
I want to use this scroll package: https://www.npmjs.com/package/react-custom-scrollbars
The docs and and the d file states that there is a "PanelBarProps expanded? string[]" but there is no example.
Is there a way to use this to make all PanelBarItems start expanded?
Is this for something else?