infragistics

Infragistics PaneToolWindow Window DragMove - Spooky Results

时光总嘲笑我的痴心妄想 提交于 2019-12-13 08:18:38
问题 So I am working with WPF Infragistics XamDockManager and PaneToolWindow . I am restyling the chrome of the PaneToolWindow with a custom XamRibbonWindow . I have managed to do this successfully. When this is done though the PaneToolWindow loses it's ability to be drug around. The solution is to reimplement the dragging functionality (Both my assessment and also the recommendation from Infragistics). However, unfortunately for me, and all users of the Infragistics WPF toolkit, there is almost

Cannot set UltraGrid Checkbox value to True after saving the initial data

随声附和 提交于 2019-12-13 07:20:33
问题 My project contains a form which allows the entering of orders, using an UltraGrid . One column is a checkbox style column, to represent whether or not the order has been delivered. When the order reaches 'Stage 4 - Awaiting Goods Delivery', the user can set the column value to True , which in turn prompts a new window, to allow the user to enter the volume and value of the delivery. If the order hasn't been fully delivered, the checkbox is set back to False , and the order line turns yellow

Creating an Infragistics XamDataChart Programatically with multiple ColumnSeries

断了今生、忘了曾经 提交于 2019-12-13 04:26:38
问题 So the title says it all. I have a loop that loops through graphs that are sent to me. Each graph object has one or more series in it of objects that contain a label, datapoint and tool tip. Each series needs to be a separate bar on the graph. So for example I might have a series object like Series 1 Title:2013 Object label-Jan Value-200 ToolTip-Value = 200 Object label-Feb Value-400 ToolTip-Value = 400 And a second series Series 2 Title:2014 Object label-Jan Value-100 ToolTip-Value = 100

webforms : use infragistics webdropdown in updatepanel

孤者浪人 提交于 2019-12-13 02:16:40
问题 For your information (this was my original problem webforms : add dynamically in javascript option to a dropdownlist, solved thanks to ConnorsFan). My goal is to having a infragistics dropdownlist enabling multi selection and at each selection I want an event fired server side without refreshing the whole page. This is my aspx page : <%@ Register assembly="Infragistics45.Web.v16.1, Version=16.1.20161.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI

Infragistics Populate DropDown menu

送分小仙女□ 提交于 2019-12-13 02:01:02
问题 Using VS2013 with Infragistics, is it possible to programmatically populate the UltraDropDownButton without the need of a database? Searching the documentation on how to do this returns no avail, nor does a google search. Everything listed suggests using .Items.Add(); Which is not available when trying. I have tried: I apologize for the picture, but it's a more of a visual problem as the member method .Items does not exist, the same with using: SearchParams. There is no member method for

How to re-bind the data in the igGrid igniteUI control on click of a button?

早过忘川 提交于 2019-12-12 14:15:08
问题 I am using Infragistics(Ignite UI) controls in my ASP.NET MVC3 application. I have grid which I've bound to 'Customer' data. Works fine. Now I have button. On clicking I make an ajax call. In the controller I write query which selects only a part of 'Customer' data. I return the data using json. I try to re-bind it using: $("#CustomerGrid").igGrid("dataSourceObject", returnData); But the grid continues to show old data. It doesn't refresh. 回答1: Call the data bind method like so: $("

Infragistics 15.2 WorksheetImage.SetBoundsInTwips compilation error

喜欢而已 提交于 2019-12-12 03:19:55
问题 I have the following code System.Drawing.Image logo = ... (getting logo) WorksheetImage worksheetImage = new WorksheetImage(logo); worksheetImage.PositioningMode = ShapePositioningMode.DontMoveOrSizeWithCells; // Original code (works with Infragistics 13.1) Rectangle imageRect = new Rectangle(100, 100, 10 * logo.Width, 10 * logo.Height); worksheetImage.SetBoundsInTwips(worksheet, imageRect, true); // Breaks here The following code works with Infragistics 13.1 library. However, when migrating

jQuery Grid Binding in ASP .NET MVC is so slow [closed]

别等时光非礼了梦想. 提交于 2019-12-12 02:45:31
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 8 years ago . I am using the Infragistics jQuery grid in my ASP .NET MVC application. My datasource is an ADO .NET Entity model referencing an SQL database. Here is

XAMDataGrid column template

会有一股神秘感。 提交于 2019-12-12 01:45:14
问题 i have to show Text and Graphical status in one(same) column of the XAMDataGrid. can please someone suggest me template for this. 回答1: There are two ways you can accomplish this. The first is to use a Style targeting the CellValuePresenter where you change the Template. If you are not editing the values, this is the recommended approach and there is an example in the Embedding a Custom Control in a Field help topic. The second way to do this is to create a custom ValueEditor which is better

Masking child table of XamDataGrid Hierarchical Grid

别说谁变了你拦得住时间么 提交于 2019-12-12 01:42:59
问题 First here is my structure layer 1 >Collection of <Objects> layer 2-->Each Object has another collection of Objects inside of it Desired result: The first collection is show in the datagrid with an expander next to it Under the expander for each row there is the second collection of objects that relate to the selected layer 1 I am successfully collapsing the unwanted fields on layer 1. However, when you click the expander icon to view layer two on the selected object from layer 1 you see all