Hi all! I'm having issues trying to edit on CardView mode.
I found this on the documentation: http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/WinGrid_Card_View.html
"Another limitation is that it is possible to set up card view in such a way that you cannot add data to empty fields, although this is not the default setting."
Does anybody knows WHAT set up disables the user to add data to empty fields?
Thanks!
Hi,
That's sort've an oddly-phrased quote.
In any case, cards are editable by default, just like regular rows in the grid. If you cannot edit the data, then either the data source itself is read-only, or you are setting some property in the grid that is making it read-only. This KB article describes how to make things in the grid read-only, so it should point you to the properties you need to look for:
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?
Hi Mike!
Thanks for the answer, but I don't think that's my problem... I tried that already and I'm not setting as read-only any cell.
I'm working on v7.3, I saw there's a 8.1 version out there, do you know if they made changes on the CardView on it?
Mariano Abdala.