This may seem like a trivial question to most...
I am a newbie in the Infragistics controls. I have just created a simple ASP.Net page and dropped a WebSplitter control on it. Running the page, I can see the control on the page but the splitter bar does not move.
What am I doing wrong?
You must create the project as ASP.NET AJAX_ENabled Web Site. If you create a normal ASP.NET project and drop in the ScriptManager, it won't work.
Are you getting any script errors from the browser?
Devin
Yes I have. I have placed it at the top of the page. When the application runs the bar appears and when hovering over it, the pointer becomes a double-headed arrow, indicating that the bar can be moved. When trying to click on it and drag it however, it isn't moving. Dragging it causes the pointer to turn to a no-go sign (/).
Do you have a script manager in the page? You should add one to make the splitter works.