|
Browse by Tags
All Tags » UltraGrid » rows ( RSS)
-
HI, I have a grid I'm using to display a collection. Each row in the collection is of type Product. There's a property call RelatedProducts which which is a collection of Products. This seems to cause the WinUltraGrid problems.. it tries to discover band information,stops at 100,and no longer...
-
Okay, I'm having a problem where code concerning a Grid is running much more slowly than I find reasonable. I have a grid with two bands: band[0] rows MAY have a child record, and if they do then a (Band[0]) checkbox must be checked to signify that. When saving, I must verify that any row with the...
-
Hi.. How can I make my ultragrid rows alternate in color...???? any simple example or idea to do this...... any reply would be appreciated.....:)
-
Hi Mike, I have a follow-up question. The InitializeRow event fires when a row is first added, or when the data for the row is refreshed explicity. In my case, I need to set the appearance of the whole row when the data is updated as a result of the values in underlying BindingList changing (these values...
-
Hi, I am wondering is there any properties if user press right click on datagrid then row become active. Or I have to write code for that?
-
Is there a simple way to get the height of the visible rows, or do I need to calculate it? I don't want to include the header, filter row or summary area. Is the only way to do something like: myGrid.DisplayLayout.RowScrollRegions[0].Height - myGrid.DisplayLayout.Bands[0].Header.Height etc...
-
Hey there. I couldn't find anything relevat so i had to make a post. Sorry if duplicate... I have a Ultra Grid Control, and i need to disable the single click row selection, but to allow row selection on double click. Any easy way to do this?
-
Hai to all, I am using grid with four bands. I am in the fourth band and i want the active row index of 1st band row with out using loop. Is it possible? Thanks & Regards Suresh Kumar R
-
We need to launch another windows form from doubleclicking an ultragrid row. That part works fine. But we need the spawned form to have Prev & Next buttons that move to other ultragrid rows, that is changes the selected row on the Ultragrid and has the same sort order as the ultragrid. We tried passing...
-
how to set up formula using WinGrid in c# Command
|
|