Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » WinGrid (RSS)
  • Re: Issues when manipulating grids on multiple tabs of a group details form

    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...
    Posted to Forum by [Infragistics] Ammar Zuriki on 09-04-2008
  • UltraWinGrid + UltraValidator - how to track which rows are invalid?

    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...
    Posted to Forum by gavinoliver_ali on 09-03-2008
  • Re: Testing Infragistics UltraGrid 2006 with RFT 7.0.1 or higher

    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...
    Posted to Forum by [Infragistics] Ammar Zuriki on 09-02-2008
  • Scrollbar's ScrollPosition bug?

    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...
    Posted to Forum by Shmel on 08-28-2008
  • Accessing the value of summaries

    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...
    Posted to Forum by BarraCoder on 08-27-2008
  • Databinding on Grid

    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...
    Posted to Forum by systema_1099 on 08-25-2008
  • Disabling Drag & Drop into GroupByBox in WinGrid

    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...
    Posted to Forum by Tonic2012 on 08-14-2008
  • How to create a custom control that inherits from ultragrid

    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
    Posted to Forum by johnrambo on 08-07-2008
  • Grid data entry

    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...
    Posted to Forum by IGDrewS on 07-31-2008
  • Re: Multiple cell select on WinGrid

    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...
    Posted to Forum by jonbrasted on 07-31-2008
Page 1 of 12 (120 items) 1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems