Telerik Forums
KendoReact Forum
1 answer
519 views

By default, the PivotGrid adds sub-totals and totals rows and cols.

See attached image.

How can we remove them?

Thank you

Janki
Top achievements
Rank 4
Bronze
Iron
Iron
 updated answer on 08 Dec 2022
1 answer
401 views

Hi team,

I'm trying to add label on top to 100% stack bar . Im unable to align on top with good spacing around it. It is overlapping on bar. Also on increasing the padding moves the label out of view are and is cut. Kindly help me achieve as in shown on image 2.

1)

 

2)

Vessy
Telerik team
 answered on 08 Dec 2022
1 answer
132 views
1 answer
128 views

Hello!

 

I'am traying to use drawing, How to draw a circle? in KendoReact | Telerik Forums but I get error at

surface.draw(circle);

 

TypeError: surface.draw is not a function

 

What am I doing wrong?

Is it possible to get example in Typescript?

Thank you, Matjaz

Vessy
Telerik team
 answered on 07 Dec 2022
0 answers
202 views
Hello,
grid component is not scalling properly when page zoom is less than 100%.

This can be reproduced here: https://codesandbox.io/s/pqwmz4 (default grid from documentation https://www.telerik.com/kendo-react-ui/components/grid/)

Change page zoom to 33%:


Result: blank space visible after last column
What i want to achievie: columns are fully scalled and blank space is not visible
Kamil
Top achievements
Rank 1
Iron
Iron
 updated question on 07 Dec 2022
1 answer
313 views

When trying to expand all rows in a Pivot Grid as follow:

const defaultRowAxesPivotGridAxis[] = [
  { name: ['[Geography].[City]'],expand: true  },
  { name: ['[Product].[Category]'],expand: true }
];

 

The "Geography" field is expanded whereas the "Product" field is not.

See the attached image for a visual description of the problem

The question is : how does one expand all rows/cols in a pivot grid in React?

Filip
Telerik team
 answered on 07 Dec 2022
1 answer
167 views
Hi All,

I am facing an issue to open the inner Rows/Cols by default as we can do the top level Rows/Cols, But i can not find any function or render method to do so. I am attaching the screenshot for same. Please any help would be appreciated. 

Thanks
Filip
Telerik team
 answered on 06 Dec 2022
1 answer
118 views
The stock chart legend behaviours differently from the standard chart component, when you hover over the label the series are not highlighted. Heres a stackBlitz demo as an example https://stackblitz.com/edit/react-y7gch7?file=app%2Fmain.jsx,app%2Fstock-data.json
Konstantin Dikov
Telerik team
 answered on 05 Dec 2022
1 answer
897 views

I have a Form and I'm entering some data to the fields and submitting data to backend using OnSubmit method, After submission I wanted to see my page with already submitted data. Instead page is reloading with previous item. I tried to pass new object with all the latest values to form in the Key attribute. But Form is not reloading with the new data that I supplied.

my code like this.

//submit method

var option;

const SubmitData = async (request, e) => {

option = request;

try{

await postData(request).unwrap().then(() => )

}

}

 

// Form

return (
    <Page>
      <Form
        initialValues={workProgramDetailsResponse}
        onSubmit={SubmitData }
        key={option}
       

render={(formRenderProps) => (

<div><FormElement>------</FormElement></div>)}

I'm creating a global variable and trying to pass it in the key. IS this a correct approach? Or key value should match with initialValues(varibale names) - data structure inside both are same.

 

Please help

 

Konstantin Dikov
Telerik team
 answered on 02 Dec 2022
1 answer
263 views

Hi,

I want to ask if is there any way to export grid to excel with a cell's format as a hyperlink.

I tried to use Excel function HYPERLINK but it's only text, not a real hyperlink.

Thanks.

Filip
Telerik team
 answered on 02 Dec 2022
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?