Taking advantage of the ListDataGrid ValueChange event
The ListDataGrid control is very useful for presenting data coming from other/related lists. Apart from displaying the results, the control does not provide a value to be used from other controls or formula expressions. The control however raises the ValueChange event and can be used from python script during run-time. The ListDataGrid control, has a […]
