Hi Team,
I upgraded my kendo from version 3 to version 5.12. Colummenu icon is not rendering after upgradtion. Is there any change made in latest version?.
renderColum = (props, column) => {
Const columndata = {};
columndata.field = column.field;
columndata.title = column.title;
columndata.columnMenu= (props)=>(
< ColumnMenu {...props} column={{...column, filter: column.fikter}}
)
}
<Grid{this.state.colums.map((column)=>{
return this.rendercolumn(props,column)
})}
>


Hi there,
I have a Kendo React Grid with several columns which have GridColumnCheckboxFilterMenu filters. If one column is filtered, is it possible for the remaining GridColumnCheckboxFilterMenu filter menus to only display available options given the first filter?


I am using Kendo React grid along with detail rows (expand functionality) which works well as per the example stated.
However i need to specify another explicit "Expand ALL" button that should open the detail view of all the rows in the result page.
I tried few attempts but facing issues while binding this new button state behavior with the "onExpandChange" and "onDataStatechange".
I am using pagination and filtering also in this grid. Can you please provide working example for this.

Hello team,
I'm trying to implement daterangepicker where I want to have a vertical scroll. Kendo daterangepicker by default shows 2 months but I want continuous vertical scroll of months like below image. I could not find any props allowing this view. Please someone help me achieve this

Using data that's been processed with the `process` function and a dataState.group. Is this possible?
Alternatively, I would also take keeping the group header and the first row together (so that the group header doesn't sit at the end of a page and its rows start on the next page).
Either one would be a little more intelligent than the current PDF export capability with grouped grids. Apologies if this is a repeated question, I couldn't find a similar topic in the Github or on this forum. Thank you!
