Tagged Questions

0
votes
0answers
12 views

ComponentArt and Ajax Toolkit

Hi All, 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 …
0
votes
1answer
32 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 …
0
votes
2answers
213 views

ComponentArt: Exporting the Grid Data

Hi all, 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 thi …
0
votes
1answer
40 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 go …
1
vote
1answer
130 views

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

Hi All, 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 DateT …
2
votes
4answers
333 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 …
0
votes
1answer
238 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 …
0
votes
1answer
105 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 ev …
0
votes
2answers
181 views

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

Hi All, 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 …