Telerik Forums
KendoReact Forum
1 answer
523 views

Hi,

My team is already efficient at using ant design to create react applications.

I would like to know what telerik users think of ant design components versus telerik's kendo-ui components.

Here's what I think are the main points for both

 

kendo-ui :

+ Official english support + english community support

+ Clear perpetual commercial license 

+ Unique component designs

- Price

ant design

+ Many component designs ( although often imported from various other projects )

+ Free

- Unclear licensing scheme, ant design itself sports an MIT license but the sub-components can (and some have) changed license.

- Maintenance of the projects depends on many downstream project's maintenance.

- Community support ( Mostly chinese speaking, could be a plus if I could read/write chinese languages. )

 

Thanks

Stefan
Telerik team
 answered on 07 Dec 2018
2 answers
310 views

Hello,

Can I find comparison of components available in Kendo UI jQuery vs KendoReact vs Kendo UI Angular vs Kendo UI Vue.js?

I see lists of examples are quite different, but I wonder what is available where and if the components are different, what is the blueprint library from which all are ported?

Thanks.

Vitaliy
Top achievements
Rank 1
 answered on 06 Dec 2018
3 answers
587 views

Hey there,

I'm facing the below three issues in the Demo site: https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-in-cell/

1. On iPhone, the number keyboard doesn't provision for Decimal(.). So I'm not able to enter decimal values in the Unit field.

2. Rather then the iPhone, On the other devices, I wanted to enter ".1234" value in the Unit field, So after entering the ".1", the cursor was moved before to the number "1" instead of moving after the number "1". So I'm not able to enter ".123"  value in the Unit field.

3. In the Unit field, I'm not able to enter more than 3 digits after the decimal(ex: 0.1234).

Stefan
Telerik team
 answered on 06 Dec 2018
2 answers
73 views

Hi

i using bootstrap theme of react kendo ui.the problem i have is that height of filter row(.k-filter-row) is too high. i tired with decrase line-hiegt of .k-filter-row class but it did not work.

how can i resolve this problem?


Stefan
Telerik team
 answered on 06 Dec 2018
2 answers
202 views

I've been trying for hours to set the width of the <Sparkline data={[55, 52, 61, 66, 74, 68, 77, 83]} /> to 100% or a number set in pixles, but I just can't get it to work!

I've tried setting it with css, with inline style, with a wrapping div and inline style and/or css and nothing is working. The only thing that can make the sparkline fill out more width seems to feed it more data (a longer array), and that isn't really an option.

 

Please help!

Andreas
Top achievements
Rank 1
 answered on 05 Dec 2018
2 answers
573 views

Hi,

I'm not sure if this is best placed in the wrapper forum or the general forum, but my problem is that when I place a Kendo React DatePicker inside a Kendo Window React Wrapper, the calendar is displayed below the window when the user tries to change the date.

Example: https://react-emp7kp.stackblitz.io/

Code: https://stackblitz.com/edit/react-emp7kp

If I use the DatePicker wrapper instead, it works fine.

Thanks,

Alice

Stefan
Telerik team
 answered on 04 Dec 2018
1 answer
243 views

The DateInput component of the DatePicker widget has been causing our team a few headaches all centering around the format placeholder used on the input. The issues center around:

  1. Integration with our form validation framework is difficult as the widget treats all invalid dates as null, including an "empty" date field.
  2. The format placeholder makes it impossible to copy+paste a date into the DateInput, which is something our users frequently try to do.

The jQueryUI version of the DatePicker component did not try to do the format placeholder functionality. Is there a way to disable this functionality in the react version of the DatePicker and have the Datenput function as a plain text input when typing?

 

Stefan
Telerik team
 answered on 04 Dec 2018
3 answers
117 views

Hi,

I have problem with Editor component when HTML that is edited has a combination of <br/> and <table> tags. 

When user places cursor on <br/> tag and hits Enter few times (for new line) cursor is always returning to the begining of the document.

This is the StackBlitz where problem can be reproduced:

https://stackblitz.com/edit/react-xybam8-kendo-editor-kbx7fx

and this is the video showing the problem:

https://vimeo.com/303234790

 

Thanks,

Zarko

Stefan
Telerik team
 answered on 03 Dec 2018
3 answers
417 views

Hi,

I am trying to apply css class to the Numeric textbox as shown in below 

   <NumericTextBox
type="text"
  className="input-widget"/>

 

somehow it is not working. When I inspect the same in inspector, I found that css is not visible as shown in attached screenshot-1. I tried same with Input control and it is working fine.

 

Can you please help me.

Stefan
Telerik team
 answered on 30 Nov 2018
1 answer
301 views

I am trying to set the formatPlaceHolder prop on a DatePicker component using the CustomFormatPlaceHolder object per the docs at:

https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/placeholders/

This does the correct thing in the rendered component, however, setting the formatPlaceHolder with an object causes my tests to fail the prop types check for this component with message:

Warning: Failed prop type: Invalid prop `formatPlaceholder` of value `[object Object]` supplied to `DatePicker`, expected one of ["wide","narrow","short","formatPattern",null].

 

Is there something I am doing wrong here?

Here is my component:

<DatePicker
id="dateOfOccurence"
name="dateOfOccurence"
format="MM/dd/yyyy"
formatPlaceholder={{ month: 'mm', day: 'dd', year: 'yyyy' }}
/>
Stefan
Telerik team
 answered on 30 Nov 2018
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?