Results 1 to 6 of 6

Thread: Infragistics Grid

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2003
    Posts
    93

    Infragistics Grid

    Hi,

    Has anyone had any experience with the InfragisticsWinGrid? I'm currently working with it and have figured most things out but am having a problem setting default values. When the user enters new information I have specific cells that turn to dropdowns with a list of prefilled data. I would like to set the default value in that dropdown based on the users choice when they begin to enter new information but also give them the ability to change it as needed.

    Here is the code I have so far in the UltraGrid1_InitializeLayout

    '==> Create UltraGrid Value List for Location
    Me.UltraGrid1.DisplayLayout.ValueLists.Add("Location")
    With Me.UltraGrid1.DisplayLayout.ValueLists("Location").ValueListItems
    .Clear()
    .Add("NEW YORK")
    .Add("NEW JERSEY")
    .Add("GEORGIA")
    .Add("TEXAS")

    End With

    '==> Set "DropDown Properties for Location
    .Bands(0).Columns("Location").Style = ColumnStyle.DropDown
    .Bands(0).Columns("Location").ValueList = UltraGrid1.DisplayLayout.ValueLists("Location")

    Where do I set the defalut value?

  2. #2
    Addicted Member PeteD's Avatar
    Join Date
    Jun 2003
    Location
    Sydney
    Posts
    158
    A dedicated newsgroup available here:

    http://www.infragistics.com/support/newsgroups.asp

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2003
    Posts
    93
    Thanks for responding, but when I followed the link I error. Any other suggestions on where to get some info on the infragisticswingrid? I'm having problems with finding any help.

    Thanks,
    Corinne

  4. #4
    Addicted Member PeteD's Avatar
    Join Date
    Jun 2003
    Location
    Sydney
    Posts
    158
    The link works for me.... can anyone else confirm that?

  5. #5
    Lively Member
    Join Date
    Jan 2003
    Posts
    69
    Works for me

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jul 2003
    Posts
    93
    I'm sorry, I should have been more specific. According to the hardware guys here I can't get to any newsgroups because of the firewall. My next choice is to look everything up when I'm at home at night, but I was hoping to find some other places maybe some of you know about on the web. Any help is appreciated.

    Thanks,
    Corinne

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