|
Browse by Tags
All Tags » UltraGrid ( RSS)
-
We have an UltraGrid bound to an UltraDataSource. We programmatically add rows to the data source by creating a new UltraDataRow, setting a tag on the new row, then using UltraDataRowsCollection.Add() to add the new row to our rows collection. Subsequently, our CellDataRequested event handler is invoked...
-
The below code moves to the below cell as desired: If e.KeyChar = Microsoft.VisualBasic.ChrW(13) Then Dim newMapping As GridKeyActionMapping newMapping = New GridKeyActionMapping(Keys.Enter, UltraGridAction.BelowCell, 0, UltraGridState.InEdit, 0, 0) Me .ultraGrid1.KeyActionMappings.Add(newMapping) End...
-
Very simply we have a grid that has 7 rows that represent the seven days of the week when the user adds a number then presses the enter key the active cell moves to the cell BELOW, I think this is pretty easy just need a little push in the right direction.
-
I'm sure we all use the UltraGridPrintDocument control. How can I print the grid caption: Me .UltraGrid1.Text = "Print this..." Or, how can I print additional information (other than the grid)? It would be nice to do this in Excel exports also. Thanks in advance, Jeff
-
i am currently using ultraWinGrid v6.3 on XP professional with C# and .NET 1.1 there seems to be an issue with formatting when exporting grid cells to Excel. For example, an amount value of 677,500.00 within the grid will be displayed in Excel as 677500 and a type value of "INT" will be displayed...
-
Hi, Senario : I have a grid which displays the queue of the patients who visits an hospital. Each time on adding a patient to the queue the grid losts it position and refreshing the datasource to update the queue. I know that it was happening because of each time I add a record I'm using the below...
-
Thanks Mr. Mike. However I worked it out in the following way. Please suggest me whether it is correct or not? If there is any best way please mention with the sample code [I think you will understand my requirement by seeing the below code. Most important thing to remember is that I'm getting the...
-
In my ultragrid, i assign a column style as Dropdownlist and assign souce to the Editorcontrol. My requirement is, when i update a value in some other cell, the corresponing row dropdown has to set corresponding value. [eg] Dropdown have 0ne, two and three. When i update 2 in a cell, the active row dropdown...
-
how to make a formula (culmn3 = column1 * column2) in ultragrid child band (band(1))?
-
In the UltraGridRow, it only expose a single methode called ExpandAll. The thing is that I don't want to expand all, only to expand the row, not expanding the childs of that row also.
|
|