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)
Hi there, please also check this recording https://www.loom.com/share/962a4b934ada4b699fb847bf55d55879
Hello!
I'am traying to use drawing, How to draw a circle? in KendoReact | Telerik Forums but I get error at
TypeError: surface.draw is not a function
What am I doing wrong?
Is it possible to get example in Typescript?
Thank you, Matjaz
When trying to expand all rows in a Pivot Grid as follow:
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?
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
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
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.
Hi,
I have a numeric input cell in a grid which should accept only integer.
Is it possible to restrict user from entering decimal values?