I have an asp.net dropdown and selecting a value will load the grid. If the appropriate value is not selected the grid should be disabled? How do I enable or disable the ultraweb grid using client side script?
Hello,
Look here
http://forums.archive.infragistics.com/readmessage?id=%3C456c64c2$716ac1fc$6741f@news.infragistics.com%3E&group=infragistics.products.netadvantage.aspnet.webgrid#%3C456c64c2$716ac1fc$6741f@news.infragistics.com%3E
In JavaScript you can disable a grid like this
oGrid.Element.disabled=true; I recommend you to have a look in three places: a) Infragistics knowledge basehttp://devcenter.infragistics.com/Support/KnowledgeBaseResults.aspx?type=Full&query=webcombo&articletypes=0&age=0&sort=LastModifiedDate&samplesonly=0 b) The old Infragistics forumhttp://forums.archive.infragistics.com/?heirarchy=infragistics.products.netadvantage.aspnet c) Have a look in the help documentation file installed on your computer. Search the CSOM JavaScript functions.
I recommend you to have a look in three places:
a) Infragistics knowledge base
http://devcenter.infragistics.com/Support/KnowledgeBaseResults.aspx?type=Full&query=webcombo&articletypes=0&age=0&sort=LastModifiedDate&samplesonly=0
b) The old Infragistics forum
http://forums.archive.infragistics.com/?heirarchy=infragistics.products.netadvantage.aspnet