
Hello,
I am using the Material-UI theme package from Telerik for KendoReact. I've installed the NPM package and I've added the line "import '@progress/kendo-theme-material/dist/all.css';" to my App.tsx file.
Is this all I need to do for the Roboto font or do I still need to add this to my index.html and pull it from Google or another source? Thanks.
Sincerely,
Jason

Is there a way to customize Upload's component error message when type of file that's submitted isn't allowed?
Key for the message is upload.invalidFileExtension, but I couldn't find a way to change it.


GridColumn didn't work correctly. I can't use them when I insert it inside Grid.
I see that GridColumn is function
var GridColumn = function (props) { return null; };GridColumn.displayName = 'GridColumn';In Grid component you try to compare child component with this 'component'
var columns = React.Children .toArray(children) .filter(function (child) { return child && child.type === GridColumn_1.default; }) .map(function (child) { return Object.assign({}, child.props); });So, after filter there zero items, because we try to compare 2 functions.
Could you fix it, please?

Hi there,
I want to use registerForIntl() with a functional compoent - React.SFC . How can I do that? registerForIntl expecs React.Component? How can I use intl functions in a React.SFC?

Dear Sir/Madam,
We use a KendoGrid at the moment. It is good. And currently we try to keep horizontal scroll bar be visualable if table is too long. We do not want to horizontal scroll bar at the bottom all the time, otherwise user have to move to the bottom first then could scroll. Is it possible to do this? I checked document and did not find a good way. Can you give me some suggestions?
Thanks.
Regards,
Max
Hi,
I'm using Kendo React Grids with filter in my application which generates column filter textbox and filter options dropdown. The requirement for me (part of ADA compliance) is any filed that user may execute an action should have a associated text with it when hovered on it. A HTML title attribute on column filter textbox and filter options dropdown would resolve this issue.
The Grid did not generate title attribute on filter textbox and filter options dropdown but the clear filter textbox button has title attribute.
How do I resolve this issue. Any help is much appreciated.

