Hi,
I've got a question that may be very simple. After spending hours of searching the web and this forum I hope one of you is able to help me.
I've got a hierarchical grid that is bound to an related dataset. All the bands fill perfectly with data of the object properties.Now I want to Update the Cell value of Perticular template filed during databind(in DataBoundEvent?).
Like e.Row.Cells.FromKey("MyCalculatedValueFieldKey").Text = "my value"
... but how can I do this in an WebHierarchicalDataGrid? I do not find a way to access a cell value out of the event arguments of DataBoundEvent. What column type do I have to use? Is there an unbound column type?
Regards
Naag
Hi Naag,
Check out the Alexander's answer on this thread :
http://community.infragistics.com/forums/p/57871/295149.aspx#295149
He was explaining how to access templates on the client respectively on the server.