Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
805
UltraGrid in card mode always selects first column?
posted

I'm using a card-mode UltraGrid (9.x under WinForms .net 3.5 VS'08) as a proxy for an otherwise complex form that displays many fields of a large data entity. By binding it to a dataSource consisting of a List with a single object, you get a display with labels on the left and data fields on the right.

Everything displays properly, but when the display is opened (it's a userControl in a tabview) the "first row" (which, because it's a card, is the first column) is always selected. This looks ugly. Additionally, there's a row-selection widget at the top of the column, which pushes everything down in the display.

I have turned off the row selection widgets, but this seems to have no effect. Any advice?

Maury

Parents Reply Children
No Data