Telerik Forums
KendoReact Forum
1 answer
120 views

I was looking for a rich text editor with KendoReact, and I happened upon the react wrapper for kendo ui.  This confused me.  So is the wrapper just a wrapper around the kendo ui javascript library that lets me use it in a react application whereas KendoReact is a full on react implementation of the components?  Which should we use? Can/should I use BOTH? Is the react wrapper for each kendo ui component limited in any way?  If I can just use the wrapper, why does KendoReact exist?

If I use the wrapper, does the Kendo UI code get included in my webpack bundle.js? or is that a separate include?

Stefan
Telerik team
 answered on 26 Feb 2019
2 answers
173 views

     Hi, 

I'm trying to get the correct date format for different countries in the date picker input field in the grid when entering "edit mode" for the cell containing a date, but I can't find any documentation or examples showing me how to wrap the grid component in the correct way, or what is needed for the IntlProvider to do this for me?

Andreas
Top achievements
Rank 1
 answered on 26 Feb 2019
6 answers
387 views

Hello,

I am getting familiar with Conversational UI to use it with Dialogflow.

Is it possible to have line breaks in the text, if the text consists of 2 or 3 parts. 

I am taking this as the sample project: https://www.telerik.com/kendo-react-ui/components/conversationalui/integrations/dialogflow/

Thanks

Zohair
Top achievements
Rank 1
 answered on 25 Feb 2019
1 answer
178 views

Hello,

  I try remember column width if user changed column size and recover if return to page back. OnColumnResize event is fine, but if user change expand column (index 0), I am not able to recover width of column "expanded" (which is autogenerated ...) ?

  Thank you Pavel

 

Stefan
Telerik team
 answered on 25 Feb 2019
4 answers
1.0K+ views

i have a kendoreact dialog and inside this i put a dropdownlist but this don“t display the items.

my code is:

<Dialog title={"Detalle Asiento"} width="500px" onClose={this.cerrarDialogo} persist="true">
<form className="k-form">
<fieldset>
<tr>
<td className="col-xs-1">
<label className="k-form-field">
<div className="lbl1">Cuenta</div>
    <DropDownList data={cmbCuentas} dataItemKey="id" textField="Descripcion" />  </label>
</td>
</tr>
</fieldset>
</form>

 

 

 

 

julio
Top achievements
Rank 1
 answered on 21 Feb 2019
3 answers
576 views
Hi, Could you please provide me with simple example how to use KendoReact Inputs in Formik form?
Stefan
Telerik team
 answered on 21 Feb 2019
8 answers
1.1K+ views

Hey, 
I am not sure if this is the right spot to post, but I am implementing KendoReact. When scrolling through a grid horizontally, I am able to unintentionally sticky the scroll bar to the grid. I captured a video of me doing it on the Kendo UI for JQuery grid as well. It seems like the scrollbar can be unset by scrolling vertically, but in my case there is no vertical scroll. I'm not great with working on scrollbars, so I was wondering if anyone had any idea. Video attached below. 

Thanks

Stefan
Telerik team
 answered on 20 Feb 2019
2 answers
107 views

For a project I'm working on I would like to be able to use the ChartNavigator avaliable in the StockChart in a standard line chart, is this possible and if so how would I go about it?

 

Thanks,

Kieran


Stefan
Telerik team
 answered on 20 Feb 2019
3 answers
444 views

On going to build my grid (which works fine when viewing on workbench) I get the following

NonErrorEmittedError: (Emitted value instead of an instance of Error) Cannot find source file '../../../src/Localization/main.ts': Error: Can't resolve '../../../src/Localization/main.ts' in 'C:/dev2019/WebParts/GraphGrid/node_modules/@progress/kendo-react-intl/dist/es/Localization'
    at emitWarning (C:/dev2019/WebParts/GraphGrid/node_modules/webpack/lib/NormalModule.js:117:16)
    at C:/dev2019/WebParts/GraphGrid/node_modules/source-map-loader/index.js:80:7
    at onError (C:/dev2019/WebParts/GraphGrid/node_modules/enhanced-resolve/lib/Resolver.js:65:10)
    at loggingCallbackWrapper (C:/dev2019/WebParts/GraphGrid/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
    at runAfter (C:/dev2019/WebParts/GraphGrid/node_modules/enhanced-resolve/lib/Resolver.js:158:4)
    at innerCallback (C:/dev2019/WebParts/GraphGrid/node_modules/enhanced-resolve/lib/Resolver.js:146:3)
    at loggingCallbackWrapper (C:/dev2019/WebParts/GraphGrid/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
    at next (C:/dev2019/WebParts/GraphGrid/node_modules/tapable/lib/Tapable.js:252:11)
    at C:/dev2019/WebParts/GraphGrid/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:40:4
    at loggingCallbackWrapper (C:/dev2019/WebParts/GraphGrid/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19)
@ ./node_modules/@progress/kendo-react-intl/dist/es/main.js 2:0-36
@ ./node_modules/@progress/kendo-react-grid/dist/es/GridNoRecords.js
@ ./node_modules/@progress/kendo-react-grid/dist/es/main.js

 

After looking around on the git issues I came across

https://github.com/telerik/kendo-react/issues/126

which seemed to be my issue.

So I followed this

https://docs.microsoft.com/en-us/sharepoint/dev/spfx/toolchain/extending-webpack-in-build-pipeline

so I could edit the configure webpack.

so my Gulpfile.js looks like

build.configureWebpack.mergeConfig({
    additionalConfiguration: (generatedConfiguration) => {
      generatedConfiguration.module.rules.push(
        {
            enforce: 'pre',
        test: /\.js$/,
        loader: "source-map-loader",
        exclude: [
             /\/node_modules\//        
          ]
          
        }
      );
   
      return generatedConfiguration;
    }
  });

 

But I still get all of my errors

 

Please can anyone give some help on this.

Stefan
Telerik team
 answered on 19 Feb 2019
1 answer
150 views

Hi,

 

I have implemented auto complete control inside the grid. I am facing issue when I tries to remove record using backspace.

 

For example 

I Selected the record from Autocomplete, now I am pressing backspace. As soon as I press backspace, call goes to method and it updates the state, Which causes focus to the lost. Is there any way to retained a focus?

 

Regards,

Parag

 

Stefan
Telerik team
 answered on 19 Feb 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?