问题标签 [radpanelbar]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2016 浏览

wpf - WPF Expand RadPanelBarItem only in available space

I have a RadPanelBar with each RadPanelItem having a list of entities(Different list in each Item). Each item in the List is shown as a GroupBox. With a large number of items the RadPanelBar has to be scrolled in order for the other RadPanelBarItems to be visible. I want it such that the scrollbar appears within each RadPanelBarItem so that all the RadPanelBarItems will be visible on the screen at the same time and if the contents of an item are too long, the user has to scroll only within each RadPanelBarItem.

I'm using the ItemsSource property of each RadPanelBarItem and setting its ItemTemplate to display the GroupBoxes.

Is there a good way to do this, so that everything(Height and such) is kept dynamic?

Thanks!

0 投票
1 回答
767 浏览

c# - RadPanel 中的重定向页面

我有两个必须并排显示的表格。

当我单击该行时,它必须重定向到 RadPanel

这是我的 radpanel 代码。

每次当我点击一行时。它只会重定向到页面。但不在 radpanel 内?

我将如何做到这一点?

注意:它必须显示在 RadPanel 中

谢谢

0 投票
0 回答
586 浏览

asp.net-mvc - 如何在 MVC razor 布局文件中使用 Telerik 面板栏绑定到 Site_map?

我有 MVC4 项目,我想在我的 _layout razor 文件中使用 Telerik Q2 2013 面板栏来显示我的菜单。它使用站点地图。在 Telerik 网站中,它将面板栏与控制器绑定。但我不知道如何为我的布局页面获取控制器,或者它是真的(这意味着将控制器用于 _layout 是真的吗?我该怎么做?)我试试部分但我什么都做不了。这是我的 _layout 代码: 在此处输入链接描述

0 投票
1 回答
242 浏览

asp.net - RadPanelBar 拖放

是否可以像这样在 ASP.NET 中的 radpanelbar 上完成拖放以及如何实现?

0 投票
1 回答
58 浏览

asp.net - 为什么 Teleriks Tabs Control 仅在 ASP.Net 中回发后才有效

我使用 MasterPage 在我的页面中有 RadTabPanel1,当我单击选项卡面板时,它会将 # 添加到地址栏(例如:localhost:8080/SiBase/Default.aspx#)。直到我在选项卡打开之前从按钮或任何其他控件触发回发。这在普通页面(没有母版页)中工作正常。

请问我能做些什么来解决这个问题?谢谢..

0 投票
0 回答
55 浏览

dotnetnuke - DNN 5.6 RadPanel 侧边菜单问题

我正在使用 HTML pro 模块的 DNN 5.6 网站上工作,该模块复制了使用 Telerik RadPanel 控件的子菜单(左)。刷新模块时会复制。我尝试使用 Telerik RadMenu 控件,但我想在侧菜单上选择菜单页面时同时显示主菜单页面及其子页面。

0 投票
1 回答
854 浏览

c# - 如何以编程方式将内容模板添加到 RadPanelbar 中的 RadPanelItem

我正在使用带有telerik的asp.net页面,其中我有一个telerik radgrid,当单击网格编辑时,需要获取一些与当前场景匹配的数据以及包含多行的数据表形式的数据,

现在基于数据表中的行数我需要以编程方式生成 RadPanelItems,我通过使用以下代码实现了这一点

它成功地给我添加了 RadPanelItems 的编号,

现在我的要求是我需要为每个新添加的 RadPanelItem 添加内容模板,并且该内容模板包含多个控件,有人可以帮助我或提出一些建议吗?