-
Hello,
I have 2 questions.
Can I define the number format of a column in a MSFlexGrid or MSHFlexGrid (like I can in a DataGrid with the NumberFormat property)?
The other question is:
How can I make a DataGrid control which the user can't edit, and when he clicks on the grid the full row is selected not only the one he clicked on.
Thanks for your help,
Krisztian Milesz
[email protected]
-
set the flexgrid.selection.selectionmode=1 (flexselectionbyrow)
-
try the format method
Ex:
Number=Format(Number, "#,0000")
are you hungarian?