问题标签 [infragistics]
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.
datetime - 如何将日期时间转换为 dd-mmm-yyyy 日期格式?
我正在使用Webdatechooser<<Infragistics control>>
一个采用日期时间的列。我需要将输入的值(通过 Webdatechooser)转换为 dd-mmm-format。
我可以为此提供片段吗?
c# - 如何使用 Infragistics 设置 Office 2007 风格?
我一直在寻找使用基础设施设置 Office 2007 表单样式,但找不到我需要的代码行(我怀疑很少!)
有人有我需要的代码或教程的链接吗?在基础设施网站上查看样本似乎很少(或者我只是找不到它们)。
pagination - Infragistics UltraWebGrid custom paging
I am using Infragistics UltraWebGrid in my application when I use custom paging I am not able to retrieve the specified number of records per page
The code I have written is string[] cusLabel;
in the grid initialise
Above is the code I written but it is displaying all the records from the table instead of 3 records per page. Am I missing anything?
Thanks
gridview - 网格选定行
嗨,我在此使用 infragistics ultrawebgrid 如何在按钮单击事件中获取选定的行索引
c# - jQuery Modal Example with .Net 2.0 Infragistics Grid
I'm new to jQuery (I must have had my head buried in sand for the last few years!) and I'm wondering if I could use it with an Infragistics grid for updating and inserting instead of the edit row template. We're currently constrained to using the 2.0 framework, and I'm stuck with the infra grids as well.
Does anyone know if this is possible?
Do you think this is a bad/good idea?
Any good sample/walk-throughs out
there?
Any, and all, advice/opinions appreciated!
c# - 带有 WebDialogWindow 作为可编辑弹出窗口的 Infragisitcs Grid
我正在寻找一些示例代码或指向一个好的站点的链接。
有没有人有使用基础设施 WebDialogWindow 作为带有基础设施网格的可编辑弹出窗口的示例。我最好使用 c# 来定位 CLR 2.0。我将更新数据集中的标准 ADO.Net 数据表
我不喜欢编辑行模板技术。
提前致谢!
克里斯
c# - 需要 UltraTree 克隆方法 - 参考问题
我有在设计时创建的ultraTree(基础设施树),它有自定义类作为“标签”。我有 List 作为成员变量。我有两个组合框。根据组合选择,我将检查列表的每个项目“标签”。如果列表包含,我就选择它,否则我创建一个新的 UltraTree 并将其添加到列表中,然后分配给在设计时创建的树。
我的问题是,我添加到集合中的内容得到了引用,并且集合中的所有项目都被最后一项覆盖。UltraTree 没有任何克隆方法。
我没有找到使用此控件进行克隆的任何方法。
我的解决方案是什么:(
我的示例代码是
c# - 如何使用 Infragistics XamDataGrid 将所选项目绑定到模型?
我有以下模型:
DataContext
以及父级为上述模型的以下网格:
我想将CurrentElement
属性绑定到网格的选定项,类似于我在 a 中的方式ListView
:
你会如何建议我这样做?
c# - 在包含在更新面板中的用户控件中使用 Page.IsPostback
我有一个主页,我在其中加载带有网格的用户控件并添加/编辑链接按钮。
如果我通过设置数据源并在页面加载事件中调用 databind() 方法来绑定网格,那么它会正确设置。但是,我想在回发之间保留选定的行,所以我像往常一样将绑定代码包装在“if (!Page.IsPostBack) {}”中。我的问题是页面加载总是将其注册为回发并且我的代码永远不会运行。
我正在使用 2.0 框架,我的网格是 2.0 框架的 2008.1 Infragistics。
我想这一定很简单……或者无论如何希望!
提前致谢
.net - 使用代码创建 Infragistics 编辑模板
我们目前使用 Infragistics 网格,直到运行时才绑定数据集,然后在代码中设置网格设置。这似乎有点啰嗦,但这是我们的高级开发人员希望完成的方式。
我想研究使用编辑模板,我想知道是否有一种方法可以使用 c# 代码从网格中的内容自动生成编辑模板。我已经看到,如果我们在设计时绑定 infra 可以很好地创建基本模板。这在代码中可能吗?