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
45
how to get dropdown event from ultragrid?
posted

I am using UltraWinGrid in my application. For one of the column display style is set as Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList My grid fills fine , I am even able to attach value list for particular column, so that when clicked on combo box drop down list with values will populate.

Now my issue is that , I would like to get event when user clicks on combo box in grid and selects some value.

How can I make it possible please guide.

Thanks