Hi,
I am searching for a way to programmatically toggle splitter pane. I would like to show or hide one of the panes, possibly even hiding the splitter bar.
I have a simple two-pane vertical splitter:
<
kendo-splitter
orientation
=
"vertical"
>
<
kendo-splitter-pane
> <
h3
>Top pane</
h3
> </
kendo-splitter-pane
>
<
kendo-splitter-pane
> <
h3
>Bottom pane</
h3
> </
kendo-splitter-pane
>
</
kendo-splitter
>
Help would be greatly appreciated.
Is it correct to say that when looking to use Kendo angular, you need to choose one of the pre-built themes or customize one of them with the ThemeBuilder - as opposed to simply importing the Bootstrap css files?
So with that, how can I implement a layout unless I use every element as a Kendo component? In other words, for starting a layout similar to this simple example
https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_temp_webpage&stacked=h
If I include standard html elements along with kendo components, how can I still use something like Bootstrap cards ?
eg. https://www.w3schools.com/bootstrap4/bootstrap_cards.asp
Hi,
I have added multiline chart and added the target custom line for it.
https://next.plnkr.co/edit/e2YNdtpyhc8WddKC
How I can add legend item as target?
Hi,
How we can add a target line to the bar chart. I have seen example we can add target line to column chart. Same way how we can add to the bar chart.
Below is the link with column chart and target
https://next.plnkr.co/edit/6RQAu7t9WZm8iCBl?preview
How I can convert this to bar chart with target.