|
Browse by Tags
All Tags » UltraWinGrid ( RSS)
-
Hi I'm binding the Ultrawingrid to collection (List<Products>) Now am modifying the values in grid (for eg: price) and i have a save button in the form. when clicking the save button, the changes in the grid to be saved to the database. How can i achieve this for Collection. (For DataSet it's...
-
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...
-
Hi all, I'm facing a big problem with the bulding of the grid at this link below: http://img80.imageshack.us/my.php?image=dataviewfu6.jpg I already try to use either merges or groups or bands and none of them are able to solve my problem. Did you have any clue to build this dataview ? Thanks in advance...
-
Hi Dennis, As there are a number of means you can cause a cell to be required, to my knowledge there is no CausesValidation property on a Cell/Column/Band. What I would recommend doing is talking to your developer and determining the method that was implemented in that scenario to require validation...
-
Hi, how can I configure the columns of a grid (5 columns), that only column 3 and 5 take rest of the space inside the grid, but column 1, 2 and 4 are autosized by content? Michael
-
Hello I have to add a ' band ' to an ultragrid which which have already 6. How have to I proceed by code? I wrote the following code: " Dim ULGNew As Infragistics.Win.UltraWinGrid.UltraGridBand = New Infragistics.Win.UltraWinGrid.UltraGridBand("T_BALADEUR_LIG", -1) Dim layout As...
-
Hi, The problem that you are likely facing is the parameters required for the TestAdvantage methods SelectCell and Activate Cell while they are derived from the Row Indexes there is no direct means of generating them. Below are two Functions that you can add, that will take in the cell and row objects...
-
Hi Ryan, There are a number of means to Export data, then question being is what is the exact purpose so that the means of export can be tailored to your exact needs. The reason I imagine there is a lack of response on this forum is, in most cases this is not neccesary for testing. If you are going to...
-
I want to have output in following format. I know I can get Totals by summary but I also need to calculate percentage for each column using total of summary row. Please help how I can achieve this output using WinGrid Job Group 101 Total Placements 1 MINORITY NON-MINORITY FEMALE MALE HIRES 0 0 0 0 PROMOS...
-
it's my first post so at the begining I will say hello to everybody My question is if it's possible to programaticaly set location of template or dock template in e.g panel, I've tried to manualy set Location of the template in BeforeRowEditTemplateDisplayed event, I also added panel to my...
|
|