Hi,
I have a wingrid with parent bands and child bands. The user would like to add in functionality so that when she clicks on one particular cell ("Supplier") in the parent band, a new form or pop-up would open with that particular supplier's details (address, phone number, etc.). This information comes from a lookup table and the "supplierid" number from that table is what is used on the main record
I'm sure that the answer is somewhere on this forum already, but I don't think I'm searching correctly!
Thanks in advance for your help!
JCC
Hello JCC,
Thank you for posting your question to the Infragistics WinGrid's Forum. You can use the WinGrid's RowEditTemplate for the type of functionality you are looking for. The following URL is a link to the NetAdvantage Online Help with information on Adding a WinGridRowEditTemplate Dialog Box To the WinGrid: <http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/WinGridRowEditTemplate_Adding_a_WinGridRowEditTemplate_Dialog_Box_To_WinGrid.html>
There is also an excellent sample of using the RowEditTemplate called MyFinances which can be downloaded from the Samples Feature Browser. To view this sample from the Windows Forms Feature Browser, you first have to install the SDK. The samples are then installed on your machine at the following location: C:\Documents and Settings\All Users\Documents\Infragistics\NetAdvantage for .NET 2009.1\Windows Forms\Samples.Please let me know if you have any questions.Sincerely,Mike D.Developer Support EngineerInfragistics, Inc.
Hi Mike,
This is exactly what I am looking for! One question though, I am running version 2208.1 - is this control available in that version? I don't see the control in my toolbox when I am in design view on the form(though I do see it in the toolbox when I am in the code-behind)
Sorry for all the "newbie" questions!
I really appreciate your time on this!
The WinGridRowEditTemplate control was not made available until NetAdvantage WinClient 2008 Volume 2 up to the most recent version of NetAdvantage WinClient 2009 Volume 1. More information regarding the WinGridRowEditTemplate control may be found in the "What's New" section of the NetAdvantage Online Documentation for 2008 by clicking on the following link:
<http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Win_Whats_New.html>Please let me know if this information is helpful.
Sincerely,Mike D.Developer Support EngineerInfragistics, Inc.