Tagged Questions

0
votes
1answer
65 views

Disabling controls causes strange error

I am attempting to disable controls on an ASP.NET page while processing is in progress. To this end I adopted the solution from here, running down the DOM tree and disabling all the child controls. ...
0
votes
1answer
68 views

ScriptSharp seems to be incompatible with ComponentArt Treeview, how to fix it?

I have a page that uses a TreeView control from ComponentArt. If I add a reference to mscorelib.debug.js to that page I get this error: Uncaught TypeError: Cannot call method 'apply' of undefined ...
0
votes
0answers
111 views

ComponentArt Grid “pageindexchange” event

I'm having some issues with modifying the existing implementation of the componentart grid in our application. I added a new folder to the existing list of folders in the library. The new folder has ...
0
votes
2answers
593 views

How do you explicitly pass ComponentArt CallBackEventArgs from a javascript function on callback?

I have a ComponentArt CallBack control. Client side, I want to perform a callback using javascript when the dropdown list is changed. In the javascript, I want to explicitly pass both the control and ...
0
votes
1answer
115 views

Removing ASP.NET validators for controls that are no longer on the page

I have a page that loads different controls into a placeholder via a ComponentArt Callback based on the user's action (clicking a link). I am running to this scenario: Action 1 loads a control with ...