I searched and saw there was a thread on not showing the indicator if there were no children, is there a way to hide the indicator in ALL cases?
I am not using the indicator to open/close the nested grids.
What I am doing currently, is I have a checkbox in certain columns if the data in that column is really more than what the column can contain, so I make a nested grid for the additional data if they want to see more information. Because the checkbox is doing the event, the indicator is not needed.
Hi,
My app needs authentication and I use JWT.
Is want to populate a TreeView with some personal image, but the question stay open for all component with ImageUrlField property
How to query an image url that contains the JWT token, ie in the header
Authorization: Bearer <token>
?
Thanks
This is an example of how it was done using Kendo UI - http://dojo.telerik.com/EviNI
Is there a way of doing the same with the Blazor grid?
Hi
How do I style the CheckBox to appear like the standard Check Box? I want it to be large, width= 50
<td><InputCheckbox id="chkpopup" class="form-control" style="width: 50px;" @bind-Value="Popup" /> </td>
<TelerikCheckBox Id="chkpopup"
@bind-Value="@Popup"
OnChange="@PopUpCheckChanged">
</TelerikCheckBox>
See attachment.. I want the small Telerik CheckBox to appear large and blue.
thx
Hi,
is there a possibility to zoom in to a part of a chart?
Best Regards
I have 2 different concepts which are displayed together with a shared category axis.
Currently there is a 1 to 1 mapping between each.
Is it possible to align each in every category so that they are vertically aligned?
Currently they seem to display side by side.
This might be because the bottom column can be vary large and in the worst case go all the way to the top.
In addition can the bottom column be made to be larger and a different z-index then the top chart?
For instance in the image the bottom column would grow from top to bottom and be visually larger than the top column.
Therefore any overlap would be visually easy to distinguish.
Is there a way to reset filter for combo box?
I have two comboboxes with filters. I want to reset filter for second combobox when value in first combo box is changed.
when running the Demo,If you scroll down too fast,Grid control don't refresh,even wait a long time
but if scroll back little ,then it can refresh.
I'm looking to do some a type of "mega menu" where a given top level menu item has a number of sub items, I'd like to have a different layout, or even a list view for the sub menu template. I thought maybe using the HasChildrenField set to false would allow me to do something but have not had luck so far.
An example of the type of thing I am talking about can be found here (https://freefrontend.com/css-menu/) in CSS