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
185
Grid with two Ultradropdowns
posted

I have a grid with two Ultradropdowns.  Is there any way to distinguish between the two dropdowns?  I'm wanting to be able to detect when they select something from either dropdown, and call my function/subs accordingly.  I'm using VB.NET.

 Thanks

Parents
No Data
Reply
  • 37774
    posted

     Do you have these two different dropdowns in the same column of a grid, but different on a row-by-row basis?  If they're on different columns, I imagine you'd know which is where, but regardless you can look at the EditorControl of a Column/Cell, or even the EditorResolved of the cell to see if it's the same as what you're looking for.

    -Matt

Children