Retain selection of checkbox when we navigate across different page.
Is there any property which will help me retaining selection of checkbox when i navigate across the pages.
Hi,
I'm trying to set the initial selected value of the ColorPicker component. My expectation is that it should be possible to do so with the following code:
<
ColorPicker
value
=
"#ff0000"
/>
Since setting the "value" option when creating a ColorPicker with jQuery sets the initial selected color:
$("#picker").kendoColorPicker({ value: "#ff0000" });
However, when I set try to set the initial color using a "value" prop, it doesn't seem to work. The initial color stays black even though I try to set it to red:
https://stackblitz.com/edit/react-dmxb6f?file=app%2Fmain.js
Is there a workaround to be able to set the initial color?
Thanks,
Alice
Hi,
I'm struggling to wire up a grid to an existing restful service using hooks (rather than classes, as the examples do). The closest I have gotten is wrap the grid jsx in a conditional, based on the data load; which to me is a bit ugly. Seems like I should be able to watch the data and update as needed.
Looking forward, I'd like to swap to GraphQL.
The problem is, I am having a hell of a time finding examples on any of this. Everything in the docs is pre-hooks, oData based. As we are running MEAN stack, oData is out of the picture for us.
My first column in grid is checkbox which is having width of just 60px. no records available is display in that space getting truncated.
Please find the scree shot attached. is there any way to overcome this issue.
Hi,
I am working on one of the requirement for custom filter and want develop a poopup control with below highlighted dynamic controls on "+" button click.
We are creating functional component with local state.
Really struggling with component styling.
I would be great help if you help me out for creating control on kendo popup dynamically.
Thanks in advance!
Pankaj Jogi
I want to make one of my grid column as image column. The header of the column as well as the data should be image.
Is there any way to achieve that.
Hello, I am wondering if it is possible to configure the Upload component so that users can download the files they have uploaded by interacting with the file list of the component?
I imagine it would be possible to do this by using the custom listItemUi option to create a download button/link for every uploaded file, but I'd rather use the default UI if possible.
For a KendoReact TabStrip control if a user selects the second tab, and then performs a browser page refresh, is there anyway to keep the TabStrip from resetting itself back to the first tab?
Thanks,
Jim
SKF USA, Inc.