Telerik Forums
KendoReact Forum
1 answer
170 views

Hi,

I want to extract Date from DateTime field and bind to DatePicker. When I try to do that, it throws error as shown in below and in attached screenshot.

<DatePicker defaultValue={new Date().toLocaleDateString()}

 

Also wanted to know, Could onchange method on datepicker control return only date but not time?

 

Regards,

Parag

Stefan
Telerik team
 answered on 30 Jan 2019
1 answer
553 views
I have a web api that returns an array of json objects.  I have followed the tutorial on binding data to a kendo grid and cannot get the tbody to show up.  Columns are generated with appropriate names but the tbody fails to load with no error message.  This is the tutorial I followed https://www.telerik.com/kendo-react-ui/wrappers/grid/data-binding/.  I have gotten data to load from a local json array but when I grab from an web api it fails to load the data.  I know I am getting good data because I can inspect it with f12 and log the json to the console.  What is the grid expecting data-wise that I am not providing?
Stefan
Telerik team
 answered on 30 Jan 2019
1 answer
109 views

Hi,

I am having problems with setting mask for MaskedTextBox. My mask is something like this: mask={'Days:999 Hours:99 Minutes:99 Seconds:99'}, but letter 'a' is never rendering.

my code: https://stackblitz.com/edit/react-maskedtextbox?file=index.js

Is there any way to render full text?

 

Thank you,

Dusan

 

Stefan
Telerik team
 answered on 25 Jan 2019
1 answer
82 views
We're planning to use TreeList component from your library. As far as we see, this component is available but only as wrapper. Could you please update on your plans regarding moving this wrapper into general react components?

Best Regards,
Artem
Stefan
Telerik team
 answered on 25 Jan 2019
6 answers
1.1K+ views

Hi, 

I'm trying to export my grid to excel. I'm dynamically building the columns, but they don't get exported unless I hardcode them. 

let columns = [],
        columnNames = [];
        if (!this.state.gridColumns) return;
        this.state.gridColumns.forEach(
            (column, index) => {
                columns.push(
                    <ExcelExportColumn key={index} field={column.name} title={column.name}/>
                );
                columnNames.push(column.name);
            }
        );
 
        return (
            <ExcelExport
                columns={columnNames}
                data={this.state.gridData}
                fileName="test.xlsx"
                ref={(exporter) => {
                    this._exporter = exporter;
                }}
 
            >
                <button
                    title="Export Excel"
                    className="k-button k-primary"
                    onClick={this.export}
                >
                    Export to Excel
                </button>
                
            </ExcelExport>
Jon
Top achievements
Rank 1
 answered on 23 Jan 2019
3 answers
154 views

Hi,

 

 I have integrated DateTimePicker wrapper and build the project locally, it seems to be working fine.

 

However, we have automated process to generate build through Jenkins and when we tried to generate the build it throws attached error

 

Please help

Stefan
Telerik team
 answered on 23 Jan 2019
2 answers
228 views
We are having issues with column cells aligning properly when using grouping on a grid that contains custom cells.  I found an example that shows the issue based on a previously supplied example on this form for showing how to use the features together: https://stackblitz.com/edit/react-we8fax-pmvw9o?file=app/main.js.  Basically the cells of the grouped rows are smaller than the headers and there is additional space coming at the end of those rows.
James
Top achievements
Rank 1
 answered on 22 Jan 2019
3 answers
1.3K+ views

Hi,

Is it possible to have a DatePicker without any placeholder, just an empty text-box.

 

Thanks,

Zarko

Stefan
Telerik team
 answered on 22 Jan 2019
1 answer
438 views

Hi,

We are using Kendo Editor React Wrapper.

Is there an option to have Find/Replace button and pop-up in editor? That is a useful feature for user if the text they are editing is long.

 

Thanks,

Zarko

Stefan
Telerik team
 answered on 22 Jan 2019
3 answers
96 views
What is the event that should be used to react to a click event for a toggleable button.  OnClick does not work and there does no appear to be a toggle event like JQuery or selectedChange event for Angular.
Stefan
Telerik team
 answered on 18 Jan 2019
Narrow your results
Selected tags
Tags
General Discussions
Grid
Wrappers for React
Charts
Scheduler
Filter 
DropDownList
Form
DatePicker
Styling / Themes
Editor
TreeList
Styling
PDF Processing
ComboBox
Excel Export
Dialog
Input
TreeView
Upload
Drawer
Button
Drag and Drop
MultiSelect
Tooltip
Accessibility
NumericTextBox
Checkbox
Menu
Gantt
DateTimePicker
PDF Viewer
Popup
Window
AutoComplete
DateInput
Sortable
Data Query
Licensing
TabStrip
Drawing
Calendar
Pager 
Labels 
Localization
TimePicker
GridLayout
FontIcon
Animation
PanelBar
TaskBoard
PivotGrid
Card
DropDownButton
Conversational UI 
DateRangePicker
Splitter
Badge 
Security
Slider
Spreadsheet
ContextMenu
MultiViewCalendar
Stepper
MultiColumnComboBox
MultiSelectTree
TextBox
AppBar
File Saver
ListView
MaskedTextBox
RadioButton
Switch
TextArea
Toolbar
DropDownTree
TileLayout
Map
Avatar
Date Math
Gauge
RadioGroup
RangeSlider
Rating
Loader
ExpansionPanel
SvgIcon
Typography
ProgressBar
ScrollView
Popover
StockChart
RadialGauge
Server Components
AIPrompt
Page Templates / Building Blocks
AI Coding Assistant
Chat
ColorGradient
ColorPalette
ColorPicker
Notification
Ripple
Skeleton
ButtonGroup
Chip
ChipList
FloatingActionButton
SplitButton
ActionSheet
Barcode
QR Code
FlatColorPicker
Signature
BottomNavigation
BreadCrumb
StackLayout
Timeline
ListBox
ChunkProgressBar
Sparkline
FileManager
ArcGauge
CircularGauge
LinearGauge
ExternalDropZone
OrgChart
Sankey
VS Code Extension
InlineAIPrompt
SpeechToTextButton
Chart Wizard
Agentic UI Generator
SmartPasteButton
PromptBox
SegmentedControl
LLM Kit
OTP Input
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?