V Vikram Dec 15, 2005 #1 how can i access reference to a label control in a template column of a datagrid, BEFORE the grid is databinded
how can i access reference to a label control in a template column of a datagrid, BEFORE the grid is databinded
K Karl Seguin Dec 15, 2005 #2 ItemCreated might be the event you want to hook into. Anything sooner, and the label won't have been created yet. karl
ItemCreated might be the event you want to hook into. Anything sooner, and the label won't have been created yet. karl