wingrid

Refreshing infragistics WinGrid from other form

hi, I have used Infragistics Wingrid in my application.will explain using Example. In one form i am displaying Employee Detials in Wingrid. now when user clicks on new employee new form will open there he will fill the details and when he save at that time the WinGrid is not getting refresh eventhough i have updated the Datasource of t...

Add New Column in Infragistics Wingrid

I am using Infragistics wingrid in my application. I have assigned a datasource to my wingrid.Now i want to add a new column at a specific location. Can any one plz tell me how can this be performed. Regards, Savan ...

Are Infragistic Ultragrid and Infragistic WinGrid the same product?

Hi guys. Have some task with Infragistic UltraGrid requirement. Found Infragistic controls' list on their site, but there is no UltraGrid in it, only WinGrid. Please, tell me, are these products the same? Thank you ...

Making Infragistics UltraGrid Columns have "Spring" Behaviour

Oout of the box the Infragistics UltraGrid control allows you to make the last column in a grid spring to fill the remaining unused portion of the grids bounding rectangle. ____________________________ | Col1 | Col 2 | Col 3---->| | | I have searched but cannot find a method of making a column that is not the ...

Display a deleted DataRow in a (Infragistics.Ultra-) grid

Hello, is it possible to display a DataRow from a DataTable which has the DataRowState.Deleted? Scenario: The user can edit some kind of lookup-informations which are presented in the grid. Now he/she can delete, modify or insert multiple entries and finally store all his/her changes with one click to the database (assuming there is ...