|
Browse by Tags
All Tags » UltraGrid ( RSS)
-
Hi! Is there a way to add a delay before the built-in tooltip displays? Thanks!
-
Hello, I have a WinGrid with a column that is using a custom editor (I believe it is an UltraTextEditor) with a dropdown associated to a button in the ButtonsRight collection. The dropdown is an ultratree. When I associate a ValueList to a column, the user automatically has the ability to type a value...
-
How to optimize Ultragrid during runtime without any value in it or no datasource (it loads 5-7 seconds)? How to get or count the total ultragrid rows when it is filtered using ultragrid filter?
-
When you enter a comment in excel cell a red tip is displayed at the top right end of that cell and when mouse hovers over that cell the comment gets displayed. Please let me know how this feature can be implemented in Ultragrid(Windows).
-
I found an article to implement Drag&Drop with an UltraWinGrid. However, I can't get it to work with an hierarchical grid. The drag&drop works in the parent band, but it doesn't when I try to change a childrow from position. grid.Rows.Move(aRow, dropIndex); This doesn't seem to do...
-
I recently upgraded Infragistics Winforms from 8.1 to 8.3 (CLR2.0) and now when I set the data source of an ultra grid to a dataset I get a null reference exception (see bottom of post for the call stack). If I set the calc frequency to Asynchronous from Synchronous then I no longer get the null reference...
-
Hi, Using the ultragrid I need to get just the rows and columns that are presently visible on the screen to a user, then print those out. So, for example, they the have 20 columns and 30 rows showing but they have resized\scrolled down on the grid so they only see rows 5->10 and columns 3->8. Is...
-
Hey Guys, I'm wondering if there is a simple way within the UltraGrid framework to solve this specific issue: Let's say I have 3 columns and I want to have the first column take 25% of the available width, the middle column take 50% of the available width and of course the last column have the...
-
Hi, I'm pretty new to the infragristic controls so this might be an simple question... I have the selected rows from an Ultragrid and I can get the caption using "ultraGrid.DisplayLayout.Bands[0].Columns[j].Header.Caption". But is there a way to get this same info from the row itself? Thanks...
-
This is the grid mark up we mostly use <igtbl:UltraWebGrid ID="InfraGrid_Di" runat="server" Browser="Xml" EnableAppStyling="True" Width="100%" StyleSetName="Office2007Black" OnInitializeDataSource="Load_Through_Ajax" > .... ...
|
|