Hi,
I have a web grid with a column with properties, a column with the current values of those properties and a third column where a new value could be entered. I need to display either a textbox or date time picker in the third column based on the required data type of the property. Each row could possibly have a different data type and therefore I believe the cell template needs to be created in the Initialize Row event. So I need to add the templated column in the Initialize Layout event but create the cell template in the Initialize Row event. Does anyone know how to do this or have similar source code? Thanks
Hello,
Indeed, this is a bit tricky. Luckily, there is a great forum post on that in a forum thread by Charlie Duffy here:
http://forums.infragistics.com/forums/p/2995/17876.aspx#17876
Hope this helps.