Hi,
I am using netadvantage 2008 and I want to dynamically add diifferent controls(button,textbox) to the cell depending upon the input of one of the cells of the row. How can I achieve this.
Thanks in advance!!! Please let me know if you need any further information.
Hi there, have I got the topic for you!
This topic shows how to add different editors per WinGrid cell:
http://help.infragistics.com/NetAdvantage/WinForms/2010.1/CLR2.0/?page=WinGrid_Using_Different_Editors_in_Individual_Cells.html
You can customize this by adding logic to check out values in the current row (e.Row.Cells["CustomerID"].Value or whichever is your schema) and then making your choice of editor and assigning it to the cell in your "editor column".