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
955
How can I get the more than one columns' value and set it to the corresponding colomns of ultragrid
posted

There is a ultraGrid and ultraDropDown on the winform, the ultragrid has ITNO,FGName,Unit,Remark four columns,and ultraDropDown has ITNO,FGName,Unit columns, the ultraDropDown is binded with ultraGrid by ITNO, Now I want to do
as below:
When user click the ITNo column of ultraGrid ,it shows the ultradropdown, when user select one row of ultradropdown the column's value of ITNo、FGName、Unit in ultraGrid is from  the column's value of ITNo、FGName、Unit in ultraDropDown.

 

Thanks