Results 1 to 3 of 3

Thread: Grid Problems

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    2

    Question

    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]

  2. #2
    Guest
    set the flexgrid.selection.selectionmode=1 (flexselectionbyrow)

  3. #3
    Guest
    try the format method
    Ex:
    Number=Format(Number, "#,0000")

    are you hungarian?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width