-
Hi, The requirement is like this: I've set myTable as datasource of ultragrid1. So that when new row added into myTable, then it can be seen in ultragrid. But sometimes, some rows should not be displayed in ultragrid, they shall be hidden. this.ultraGrid1.DataSource = myTable; ... myTable.Rows.Add...
-
Hi, I have an ultragrid in a windows form. I want to dock the grid to the form, so when I expand the form, there is no gap between the form and the grid. I tried changing the Dock property of the Ultragrid to Fill and It still doesnt seem to work. or may be I am doing it the wrong way. Could you help...
-
Hi, I'm having issue capturing the Tab key KeyDown event when on the last row of an UltraGrid for a page. Other character/number keys are getting captured just fine, Tab KeyDown works as expected for all other rows. KeyUp also has issues (firing only 2nd time Tab is pressed), but that is not the...
-
Hi Guys I im using the ultraTilePanel to be another view of my datagrid... Can the ultraRowEditTemplate be used to edit data in a tile? If not can anyone suggest how i could create a control like a RowEditTemplate to give me this functionality? I need to keep the editting of data in my app uniform and...
-
Hi - we've recently converted from a (non-virtualized) WPF DataGrid to the WinForms UltraGrid. We've noticed that although the UltraGrid uses less memory and scrolls faster when using the scrollbar, scrolling by mousewheel is very stuttery. We are using the 11.2 version of the grid. This can...
-
Hi, please find attached a very basic demo (built with version 11.2), which illustrates the following point: Scrolling down takes a lot longer (~60 seconds) than scrolling up (~20 seconds) across all 600+ rows on this grid. Our users are complaining about the slow scrolling performance when scrolling...
-
Hi, I have a winforms ultragrid with 2 band, namely band [0] and band [1]. My band 1 has got only one column with a ultraContainerControlEditor inside it. This control has a rich text box inside it. As am increasing the number of rows of text in the rich text box, i want to expand the scroll bar present...
-
Hello: I have an UltraGrid bound to an object of mine, let's call it MainObject. It has a bunch of properties that are mostly primitives e.g. Name string, ID int. It also has a child object called ChildObject that has other fields e.g. ChildName or ChildId. What I'm seeing after loading the dataset...
-
thanks for the reply .. sorry if this is a little hard to understand, the screenshot was done by the following sql query: select column1, column2, amount, 1 month, 2 month from table group by column1, column2 if the user deselects column1 (hide it from the display) i want the display like the way sql...
-
After a user groups a column, then chooses columns to display, how can i "regroup" and recalculate accordingly the rows being grouped? something similar to SQL grouping if you can see in the screenshot, what i want to know is, how to recalculate the rows, (and remove other rows) if my user...