MPeccorini
MIS
Hi folks,
I have a TextBox inside a Template Column in a DataGrid. Its binding works fine but I can´t handle events thrown by it. Documentation states something about "bubble events" saying that it should be thrown as a DataGrid.ItemCommand event. However my handler for this event is not being executed after I change the text of the textBox (for instance). I found one way to add a handler directly to the control in the ItemCreated event, however it was done in C and I'm using VB. Is there a way in which I can achieve the same result?
Thanks a lot,
Mauricio Peccorini
I have a TextBox inside a Template Column in a DataGrid. Its binding works fine but I can´t handle events thrown by it. Documentation states something about "bubble events" saying that it should be thrown as a DataGrid.ItemCommand event. However my handler for this event is not being executed after I change the text of the textBox (for instance). I found one way to add a handler directly to the control in the ItemCreated event, however it was done in C and I'm using VB. Is there a way in which I can achieve the same result?
Thanks a lot,
Mauricio Peccorini