I'm not sure if this is the right place to post this, but as there is no .NET forum (only a VB.NET and ASP.NET forums) and I'm using C#, so here I go. :)
I have a datagridview with a single combobox per row. I want to populate that combobox based on another value in the same row. I've tried looking for an appropriate event to populate it, but am not sure which event to use. I've tried using the CellFormatting event, but that doesn't appear to be very efficient.
Any suggestions on the best way to accomplish this?
Thanks in advance.
Ed.