Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3555
What event do I need to handle this..
posted

I have added a valuelist column to my grid, with values from a dataset.

ErosionModel = grdGenericPercentBrand.DisplayLayout.ValueLists.Add("ErosionModel");

ErosionModel.ValueListItems.Add(erosionModelDataID, erosionModelRateName)

 

What event should I use to capture the erosionModelDataID of the valuelis from that given cell?  I need to populate other cells on the grid based on this value.

 

 

Parents Reply Children
No Data