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
285
Row-level DropDownList Binding
posted

I've got a grid with two columns.  ColumnA is regular text, ColumnB is a dropdownlist.  I want to bind the values in ColumnB's valuelist based on the value in ColumnA, on a row-by-row basis.  I got it working by callingback and rebinding the valuelist on a ActiveRowChange, but that screws up focus, and isn't very "smooth" either.  Is there another way, preferably one that doesn't require a postback/callback?

I think it might be easier to filter the valuelist, but the total (non-filtered) list is big (3000+ rows), and my grid would balloon if I put that many rows into the dropdown for every row.

Can anyone point me in the right direction?

Thanks!