ColumnChaning / DataSource changed value event for DataLink
Posted: Tue 16 Aug 2016 16:57
Hello,
I have a form where i bind data using the DataLink component.
I noticed that the SqlDataTable component has an event called ColumnChaning that fires when a value inside the DataSource changes and the DataSource gets updated.
For example when i edit the text in a TextBox it fires the ColumnChaning event.
Is it possible to implement this event in the DataLink component so it also detects changes in the DataSource?
I tried all existing events of DataLink but none behaves like SqlDatTables' "ColumnChaning" event.
Thanks.
I have a form where i bind data using the DataLink component.
I noticed that the SqlDataTable component has an event called ColumnChaning that fires when a value inside the DataSource changes and the DataSource gets updated.
For example when i edit the text in a TextBox it fires the ColumnChaning event.
Is it possible to implement this event in the DataLink component so it also detects changes in the DataSource?
I tried all existing events of DataLink but none behaves like SqlDatTables' "ColumnChaning" event.
Thanks.