Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
570 views

Which ASP.NET MVC controls toolset do you prefer?

I have seen demos of ComponentArt's and Telerik's toolsets. I am interested mainly on finding a grid control, a tabstrip control, a menu control and a treeview control Do you know any company ...
1
vote
1answer
30 views

ComponentArt grid control not working after upgrade to VS 2010

I'm not sure if someone on here will know a reason for this, but I always have good luck with this community. I've recently taken over an old forgotten web site project that was running on .net 2.0 ...
1
vote
1answer
192 views

Component Art WebChart causing Asp.net worker thread memory leak

We are using the Component Art WebChart for an online dynamic report and after 1 or 2 page loads of the report it throws the memory into a tail spin. The WP3 worker thread just goes to about 400mb ...
1
vote
2answers
1k views

ComponentArt: Exporting the Grid Data

I have a need to export the contents in a ComponentArt Grid into a file, preferably excel in csv format. I was wondering if anyone had any ideas how to best approach this task. At the moment we have ...
1
vote
1answer
769 views

ComponentArt: Clear a cell in a grid if it is a certain DateTime

I currently have a ComponentArt Grid, which has a column containing DateTime values. In the even that a certain date is used, we want to keep the cell empty. Since DateTime is a struct it cannot be ...
1
vote
5answers
2k views

Dundas vs ComponentArt which one is better

Planning to buy a charting solution (for ASP.NET), narrowed down to Dundas and componentArt. Is there a feature comparison sheet, comparing these two components? Has anyone used both of these and ...
0
votes
0answers
12 views

ComponentArt Callbacks issue

I have a lot of ComponentArt:Callbacks in my ASP.NET web application project. Is there a way to access global events (or another method) - to add behavior for all these callbacks in one place? (block ...
0
votes
0answers
18 views

Loading date to componentart calendar

I'm using a componentart calendar on this project we are working on. When a user clicks on a button, the componentart calendar pops up. Clicking an item from the calendar works with no problem until ...
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
0answers
16 views

How do I set the colour of a line on a ComponentArt chart?

I'm trying to draw a ComponentArt chart with some lines on it whose colour I need to specify at run time. I have found a recommendation here following on from this discussion, but unfortunately it ...
0
votes
1answer
70 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
2answers
80 views

What does “##” mean in this ASP.NET file?

I'm maintaining a C# ASP.NET application and I have come across the following little snippet in a .aspx file. <body> <form id="form1" runat="server"> . snip . ...
0
votes
0answers
30 views

Object doesnt support this property or method Componentart calender

When run my my application I am getting a javascript error on my componentart calender as Object doesnt support this property or method. the error comes up when the calender is initializing. ...
0
votes
0answers
51 views

ComponentArt NumberInput: cannot set value to null

I'm fairly sure that one used to be able to set a ComponentArt NumberInput value to null using... myNumberInput.value = null; but since installing UI Framework 2011, this has started blowing up ...
0
votes
0answers
112 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
0answers
70 views

ComponentArt vertical menu is not showing icon in ASP.net …

I have used following code to show vertical menu for using ComponentArt Control. Problem: It is not showing arrow icon on item for sub menu as shown in picture... Is there any way to solve it ... ? ...
0
votes
0answers
279 views

ComponentArt and AJAXToolkit - ScriptManager trouble

Whenever I use the AJAX Toolkit (latest .NET 3.5 build) and ComponentArt Web.UI Editor (.NET 3.5, version 2008.2.1267.35 ) and have controls from both assemblies on screen, I get the following error ...
0
votes
0answers
200 views

ComponentArt Callbacks delay

I have been using the callback control in ComponentArt and it's all been working fine locally, however I have just put the web application onto the production server and we are now looking at up to 10 ...
0
votes
2answers
381 views

Drag and drop in Component Art WPF DataGrid 2011

How can I in the ComponentArt DataGrid for WPF (2011) version, drag and drop between the grid and itself? I am planning to have a DataGrid grouped by a property in my ViewModel. When I release a ...
0
votes
3answers
148 views

Building Server Controls like ComponentOne or ComponentArt lirbaries

I'm an expert web developer knowing all famous web frameworks. I want to build a collection of Server Controls like ComponentArt components that you can use in your projects. In ComponentArt: You ...
0
votes
1answer
314 views

Adding a graphic to the a ComponentArt Grid control cell

I am using the ComponentArt Grid control to display some text which works fine, an example line is shown below. <ComponentArt:GridColumn width="70" DataField="ActiveState" HeadingText="Active ...
0
votes
2answers
595 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
411 views

C# WebBrowser handling when triggering a ComponentArt CallBack click/event

I am trying to navigate to a page with a hidden browser from within a C# application, click on a link and verify the click worked. Flow: - navigate to "http://mypage" - click on a link, the link HTML ...
0
votes
1answer
625 views

Problem with ComponentArt grid; javaScript; Aspx MasterPage

I have a ComponentArt grid that I'm editing with a pop editing dialog. I pass values between the grid and the dialog using javascript. All was well until I put the page containing the grid inside a ...
0
votes
1answer
163 views

ASP.NET - 3rd Party Libraries - Anyone know of a good side-by-side comparison?

I'm looking to invest in a 3rd party suite of asp.net controls and I've been searching, without much luck, for a nice tabular view that presents the various vendors offerings in an easy to compare ...
0
votes
1answer
554 views

ComponentArt and Ajax Toolkit

I'm using ComponentArt MultiPage control in my application. I'm also using AjaxControl Toolkit's ModalPopUpExtender control. I get the javascript error "Sys.UI.DOMEevnt is null or not an object". I ...
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 ...
0
votes
1answer
654 views

How to get data from dynmically created Treeview

I am using ComponentArt Third party controls for ASP.NET 2.0. Here is the problem i am facing. I created some ComponentArt.Web.UI.TreeView at runtime on Page_Load. Now at click event of a button, i ...
0
votes
1answer
801 views

ComponentArt Grid OnKeyPress Reset

Is there a way to reset the on key press search value and state through code (C#)? The ComponentArt (CA) grid is being used to select a record from the database to update. I need to reset the search ...
0
votes
3answers
426 views

UpdatePanel seems to struggle with huge data as AsynPostBack. jSonSerializer maxLength doesn't help

I have a ASP.NET 3.5 App and trying to update a Update Panel which has a nested custom control. In that custom control is a ComponentArt Gird, which gets filled by almost 13MB of Data (Yes, I could ...