User Profile

Collapse

Profile Sidebar

Collapse
preeethi
preeethi
Last Activity: May 18 '07, 04:56 PM
Joined: May 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • preeethi
    replied to DataGridView ComboBoxColumn problem
    in .NET
    Hi Helen,
    I had the same problem. I found a way out just now.
    see my thread

    Hope that helps,
    Preethi...
    See more | Go to post

    Leave a comment:


  • preeethi
    replied to DataGridView ComboBoxCell, ArgumentException
    in .NET
    To enable this, two versions of the filtered list (subcategory) need to be created.

    Heres how I did it:
    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    
    namespace DataGridProblem
    {
      public partial class Form1 : Form
      {
    ...
    See more | Go to post

    Leave a comment:


  • preeethi
    started a topic DataGridView ComboBoxCell, ArgumentException
    in .NET

    DataGridView ComboBoxCell, ArgumentException

    Hello,

    I'm designing a DataGridView that has a few combobox columns.

    As the user selects a value from a ComboBoxCell in a row. I want to populate another ComboBoxCell in the same row with the corresponding dataset.

    for eg:
    step1: ComboBoxCell1 - Items: Categories
    [Authors: "Ayn Rand", "George Orwell", "Joseph Heller" etc...]
    step2: ComboBoxCell2 Items:...
    See more | Go to post
No activity results to display
Show More
Working...