Disable Dropdown into a Datagrig

  • Thread starter Thread starter Altair Costa via .NET 247
  • Start date Start date
A

Altair Costa via .NET 247

Hello All,

I hope someone can help me, I need disable a dropdown into a datagrid every time I checked a Html checkbox button. Is it possible?

thanks in advance
 
it's possible. on the html checkbox click, you need to go digging thru the
datagrid, which renders as a table clientside and find the appropriate
dropdown setting it to disabled. brrrrrrrrrr, it's not a walk in the park.
Do you have to do it clientside? Server side is much easier.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top