Telerik Forums
KendoReact Forum
1 answer
122 views

We are having issues where there is a lot of white space at the bottom of grids and scrolling to the bottom shows some strange jumping issues when a grid is enabled for grouping (even if no column is grouped) and using virtualization.

An example can be found here:

https://www.telerik.com/kendo-react-ui/components/grid/scroll-modes/virtual/

Scroll to the section labeled "Using Virtualization with Grouping" and see the example there.  Scroll to the bottom and you will see the issue.

Any suggestions?

Stefan
Telerik team
 answered on 24 Sep 2019
3 answers
893 views

I have implemented column level search in grid, based on some condition, i want to clear all search. How to implement that.

Stefan
Telerik team
 answered on 23 Sep 2019
1 answer
228 views

1) open https://www.telerik.com/kendo-react-ui/components/dateinputs/datetimepicker/#toc-basic-usage

2) click to open the date time picker on the field

3) click Today

4) click Now

5) observe the Date/Time entered in the text field

 

You can also change the Date/Time and retry.

The Date gets properly set when selecting "Today" but the Time, always stays to the selection it was when clicking "Now".

Basically, "Now" acts like the "Set" button

 

Stefan
Telerik team
 answered on 23 Sep 2019
5 answers
797 views

I've reviewed the examples here:

https://www.telerik.com/kendo-react-ui/components/dropdowns/autocomplete/

None of the examples show filtering data via a service of some sort.  All the data sources are local arrays.  Is it possible to use the KendoReact AutoComplete component with a dynamic data source?  I've tried to work through it and when I retrieve the data based on the current value the pop-up closes.  My unfiltered data source has 4000 records so obviously it's not ideal to retrieve the entire data source and store it locally.

-----------------------

   <AutoComplete 
     data={ userListing } 
     onChange={ this.coordinator_change }
     placeholder="Type coordinator name"
     textField="DisplayName"
   />

    if (event.target.state.value && event.target.state.value.length > 1) {
      this.getUserListing(event.target.state.value);  // this method updates the userListing collection
    }

Stefan
Telerik team
 answered on 20 Sep 2019
1 answer
755 views

Hi, 

Please suggest a way to not allow user from incrementing and decrementing numeric value on number spinner on Grid filter numeric text box. 

Regards,

Vinod

Stefan
Telerik team
 answered on 18 Sep 2019
1 answer
458 views

Hi All,

            I am new in Kendo React.  In my application i am listing data in kendo grid with edit, delete functionality in each and  every row. My requirement is when i click on edit button i want to open new window with clicked row data. This i am done in jquery. But how can i achieve this in kendo grid with react? 

Stefan
Telerik team
 answered on 16 Sep 2019
1 answer
623 views
When Kendo React editor changes its content by user typing in it, how to get the latest state of html from editor? When I use the get html method from EditorTools, it gives me the state without the change.
Stefan
Telerik team
 answered on 16 Sep 2019
2 answers
310 views

Hi,

Could you show a way to tooltip on the hover of the Icon. I would like to show the tooltip for item labels as well as item Icon. Please use the following example to show the tooltip. 

https://stackblitz.com/edit/react-8vyhan?file=app/main.jsx

 

Thanks, 

Vinod

Kiril
Telerik team
 answered on 13 Sep 2019
1 answer
672 views

Is this a good way to go about if you want to close notification after 5 seconds? in my case removeAfterSetDurationis not getting called.

function handleClose() {
     
    setGlobalData((state: any) => ({ ...state, message: "" }));
  }
function removeAfterSetDuration() {
 
    setTimeout(() => {
      setGlobalData((state: any) => ({ ...state, message: "" }));
    }, 5000);
   }
<Fade enter={true} exit={true} onEntered={removeAfterSetDuration}>
          <Notification
            type={{ style: 'warning', icon: false }}
            closable={true}
            onClose={handleClose}
          >
            <span>{props.message}</span>
          </Notification>
        </Fade>
Kiril
Telerik team
 answered on 13 Sep 2019
5 answers
641 views

Hi,

How to align ToolbarItems to the right of the toolbar ? I have created an example below that could be used for reference..

https://stackblitz.com/edit/react-pns7jw-afbddf?file=app/main.jsx

 

Regards,

Vinod

Nikolay
Telerik team
 answered on 12 Sep 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?