Hi,
Is it possible to bind to the dataItem itself and get that returned to our checkedKeys variable?
Best Regards,
Santo.

I'm using 'kendoGridBinding' input property to feed the data, when i'm adding a new rowData or removing existing rowData (performing push and splice operation on the binded array respectively), the addition/removal of rowData is not getting reflected in the grid, (but when i'm skipping to next page or filtering that item, then the rowData is available.....i.e dataStateChange events).
Any solution for this would be a great help.
Thanks,
Raziuddin.
Hi
We are using Kendo grid in angular. Does it support configuring entries per page dynamically and then adjusting table height automatically?
Thanks
Angel
Bharat
Posted on: 32 minutes ago
I have implemented kendo-tabstrip and it has different templates for KendoTabContent.
So I want to focus(Cursor) control in each template when each tab is clicked. But not able to access controls in KendoTabContent template and its controls when the tab is clicked. I want to focus controls like input and kendo-multiselect
So on click of each tab, some control from each tab content should be focused so that the user has better experience to type directly instead of handling it using a mouse.
Attached is the image of HTML I am using.

Ok the first pass at making state management less of an overhead was leaving a lot of boiler plate code required to be implemented per grid. The biggest pains were having to create an array of columns for each grid, this gets old quick when you have a project with many grids.
So I have decided to implemented state management in a directive and are fairly happy with the results.
Features:
Just add the directive and handle the stateReady event. You can read more here.
Github: https://github.com/lucasheight/angular-kendo-grid-state
NpmJs: https://www.npmjs.com/package/@lucasheight/kendo-grid-state
Stackblitz: https://stackblitz.com/edit/angular-kendo-grid-state-directive

When I do production build I miss buttons for the next and previous page in grid. If I run angular project in development mode everything is ok. Any idea what's wrong? Thank you.
Is there a way to use the Grid Excel Export button outside of the toolbar template?

I see this is online help:
https://www.telerik.com/kendo-angular-ui/components/uploads/upload/how-to/local-file-processing/
As of version 5.2.0 the Kendo UI Upload for Angular features a built-in FileSelect component. You could use this component instead of the approach suggested in the article below.
But I do not see an example of how to do this with fileselect?
Can you please provide an example or point me to the documentation that describes it in detail?