|
Browse by Tags
All Tags » WinGrid ( RSS)
-
Hi Dennis, It seems that the "Select" action is recorded when you click on the context menu. Try removing the 3 actions between RightClick and Select so have you script looks like this SwfWindow("Company Name").SwfWindow("GroupDetails").SwfTable("ultraGrid1").RightClick...
-
I want to display a list of rows to the user, and let them edit those rows as they want. If a row has bad values then I want to indicate the row is in error; however the user is allowed to keep editing. When they hit the Apply button, if there are any validation errors for the rows in the grid, the changes...
-
I tried a similar drag action on one of my test application and it seems to be replaying with no issues: UltraGrid1Table().DragToScreenPoint( _ AtCell(AtRow(AtIndex(0)), AtColumn("Address")), _ DisplayGridTable().GetScreenPoint(AtCell( _ AtRow( _ "Value", "Fax"), _ AtColumn...
-
I have grid with e.g. 20 rows. At the beggining scrollbar is invisible and ActiveRowScrollRegion.ScrollPosition = 1. Then a) I resize grid (only 10 rows are visible) -> scrollbar appears b) I scroll grid -> ActiveRowScrollRegion.ScrollPosition = 8 (e.g.) c) I resize grid (all 20 rows are visible...
-
Hi, I'm trying to write a summary control that we will be connecting to various grids in our application to display various summaries (totals, weighted averages etc). I'd like to use the value of summary rows as the basis for a number of the calculations to be used in the control but can't...
-
Hi, my grid displays a list of customer-objects. one column displays the adress (it is bound to the Adress - property of the customer). The DataSource of the grid is a BindingSource witch contains customer objects. The Objects are: public class Adress { public string Street {get; set} public string City...
-
Hi to all. I am controlling addition of columns to the GroupByBox programmatically, and I want to have the GroupByBox displayed for user information and for sorting purposes only. I do not wish for users to be able to drag columns into the GroupByBox, as grouping on some of the columns is not meaningful...
-
I need to create a custom grid control that would inherit from ultragrid win control. I am using 8.1 CLR 2x. Does any one have a simple example or a sample solution? thanks in advance
-
I am attempting to add functionality so my users can enter something like 120m and the grid will interpret this as 120,000,000. This is only a data entry feature so the value that should be passed to the underlying source is 120000000. The data type of the column is double. I did this in the UltraNumericEditor...
-
Hi. I am sorry about publishing the wrong sample application. I have found my test application and added it to the post. It is a simple WinForms application with one UltraGrid. I currently have limited multi-select working (by persisting a list and then iterating over that list and resetting the cells...
|
|