HiNA for Windows Forms 2008v2. I have an UltraGrid bound to a binding source which displays 5 field of the underlying record per record. I need to be able to click on a row in the UltraGrid and display all fields of the underlying record (around 15). The Row Edit sample seems to be doing what I need but it is bit complex to understand. Is there a simpler example that I can look at to start with?Many ThanksRegards
Hi,
You can go through the following link in our online help that might help to accomplish your requirements.
http://help.infragistics.com/NetAdvantage/WinForms/2010.1/CLR2.0/?page=WinGridRowEditTemplate_Adding_a_WinGridRowEditTemplate_Dialog_Box_To_WinGrid.html
Regards,
Priya
HiI have progressed using the article. Many thanks.A couple of questions;1. How can I make the proxy cells appear as tick box or drop down editor for some fields?2. At present the RowEdit dialog appears every time I click on an UltraGrid row. How can I make it so it only appears when I click on a button in a column of UltraGrid?ThanksRegards