Data Table ColumnChanging

  • Thread starter Thread starter João Santa Bárbara
  • Start date Start date
J

João Santa Bárbara

Hi all, can some one explain this

i have a textboxe bind with a DataTable, when i´m changing the values in
that textbox, it should be calling the event on column changing ?? or i´m
wrong ..

JSB

PS: it calls the event after it lost the focus .. Whats the point ??
 
Hi Joa,

We should be lucky he does it like this, otherwise it should fire with every
keystroke in the way you tell it and that is in my opinion not such a
usefull event for a datatable.

But just my thought

Cor
 
i understand you point of view, bu i need to change buttons when any is
pressed, so how can i do this ???
using all the textboxes events ????

thks
for the reply ..

JSB



Miha Markic said:
Indeed.

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

Cor said:
Hi Joa,

We should be lucky he does it like this, otherwise it should fire with every
keystroke in the way you tell it and that is in my opinion not such a
usefull event for a datatable.
 
Hi Jao,

If that is the point why than not use the gotfocus from the textboxes, if
the buttons are dependable from the used textbox, than I think that is the
most clear place.

Just my thought,

Cor
 
Back
Top