Questions tagged [componentart]

ComponentArt delivers User interface components, Developer tools for Visual Studio and .NET and also mobile BI dashboards for Windows, iOS and Android.

ComponentArt delivers three Products:

  1. UI Framework for .NET - The complete set of user interface components for developing ASP.NET AJAX, ASP.NET MVC, Silverlight and WPF applications.

  2. Data Visualization for Visual Studio - The complete developer tools package for building modern BI dashboards and data enabled applications.

  3. DATAZEN -The easiest way to create mobile BI dashboards from Excel, cloud and enterprise data sources. Available for Windows 8, iOS, Android and HTML5.

It is mostly known for it's UI Framework and Business and Visualization Controls for ASP.NET. The components' Cross-Browser support Internet explorer, Firefox, Chrome, Opera, Safari.

It's supported controls are:

  • Calendar
  • Dialog
  • NavBar
  • SpellCheck
  • CallBack
  • Editor
  • Rotator
  • Splitter
  • Chart
  • Gauge
  • Scheduler
  • TabStrip
  • ColorPicker
  • Input
  • SiteMap
  • ToolBar
  • ComboBox
  • Menu
  • Slider
  • TreeView
  • DataGrid
  • MultiPage
  • Snap
  • Upload
40 questions
30
votes
7 answers

Could not load file or assembly. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))

I have rebuilt my solution and got the following compilation error: Error 9 'Could not load file or assembly 'ComponentArt.Web.UI, Version=2009.1.1819.35, Culture=neutral, PublicKeyToken=9bc9f846553156bb' or one of its dependencies. Invalid pointer…
Elad Benda
  • 35,076
  • 87
  • 265
  • 471
3
votes
2 answers

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 besides the forementioned that offers ASP.NET MVC…
papakost
  • 51
  • 2
3
votes
3 answers

Componentart grid alternative

Does anyone perhaps know of a good alternative to use for component art grid ? I have a situation where the viewstate for one page is 1.5MB as a result of a grid with 1800 rows that have to be clientside because they are editable and the result is…
John
  • 3,512
  • 2
  • 36
  • 53
2
votes
1 answer

How to set ComponentArt datagrid to add bootstrap Grid system datagrid?

I have a question about formatting using bootstrap's grid system... from my code , I want to set Bootstrap Grid System (Mobile – xs ( < 768px )、 Tablet – sm ( 768~991px )、 Desktop – md ( 992~1200px )、Large Desktop - lg ( >= 1200px )) like
georgetovrea
  • 537
  • 1
  • 8
  • 28
2
votes
1 answer

ComponentArt controls are stating that they are unlicensed even though I have a valid license

I'm working on a legacy application that uses these third party controls. I'm unable to get it to run properly because the controls are showing and in the page designer, it's showing a message that states the controls are unlicensed. I just…
ernest
  • 1,633
  • 2
  • 30
  • 48
1
vote
2 answers

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 in VS 2005. After validating that it worked, I…
1
vote
0 answers

ComponentArt unlicensed version error even with a valid license

I'm working on a legacy application that uses these third party controls. I'm moving the application to new infrastructure but the ComponentArt UI elements are reporting that they are unlicensed, shown in the image here 1. We have the license in the…
SHussain
  • 11
  • 1
1
vote
2 answers

c# - javascript - checkbox checkall() function

I've been trying to implement a checkAll() function in order to select/deselect all the checkboxes inside a grid. The grid I have is this one:
Miquel Coll
  • 759
  • 15
  • 49
1
vote
1 answer

StringFormat with value zero

I'm developing a wpf application with componentart I have a textblock like this As you can see, my StringFormat puts a '%' sign after the number, but…
Naty Bizz
  • 2,262
  • 6
  • 33
  • 52
1
vote
0 answers

ComponentArt Hierarchical datagrid in callback mode displaying error after postback from edit

I have Hierarchical data grid in Callback mode.
Charlie
  • 183
  • 1
  • 2
  • 13
1
vote
1 answer

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 and climbing and finally low memory and the system…
Tom Walls
  • 143
  • 2
  • 9
1
vote
2 answers

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 the grid being populated with data, and using…
Denis Sadowski
  • 3,035
  • 5
  • 24
  • 26
1
vote
1 answer

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 null or empty. So I am looking for a way to tell…
Denis Sadowski
  • 3,035
  • 5
  • 24
  • 26
0
votes
1 answer

How to set guage value for component art control

I have a Guage control in MainPage.xaml which needs three value (value, minimum and maximum). I have written the logic to get these three values from database in a stored procedure. Please let me know how can I call these value in DomainService and…
Zerotoinfinity
  • 6,290
  • 32
  • 130
  • 206
0
votes
5 answers

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 found any one of them to be better than the other? I…
Binoj Antony
  • 15,886
  • 25
  • 88
  • 96
1
2 3