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
0
votes
1 answer

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 want to get values of the selected nodes in the…
Shahzeb
0
votes
1 answer

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 state when the update process is complete. For…
aluisius
  • 13
  • 5
0
votes
1 answer

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. This works fine for many of the portions of the…
Brian Hooper
  • 21,544
  • 24
  • 88
  • 139
0
votes
1 answer

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 Type $initializeBase …
Durden81
  • 966
  • 9
  • 25
0
votes
2 answers

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.
. snip .
Brian Hooper
  • 21,544
  • 24
  • 88
  • 139
0
votes
0 answers

Set FormatString for Componentart:GridColumn from web config

I have a componentart:GridColumn date column, currently it sets it FormatString like this `
0
votes
3 answers

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 can easily register the namespace of componentart in…
EBAG
  • 21,625
  • 14
  • 59
  • 93
0
votes
1 answer

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. I am databinding so that the above line…
Retrocoder
  • 4,483
  • 11
  • 46
  • 72
0
votes
1 answer

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 the associated…
Peach
  • 2,687
  • 4
  • 23
  • 26
0
votes
1 answer

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 code is (calling a ComponentArt CallBack):
OliCS
  • 3
  • 2
0
votes
0 answers

ComponentArt Menu for touch devices

We have used component art TreeView Currently this is how it works: when we click on node it expands when we right click on desktop machine we get context menu with options now the problem is: we need that context menu on touch…
Santosh
  • 1
  • 2
0
votes
1 answer

Selecting a single row in component art grid not working

I have Question about component art grid. Have anyone struggled with the selecting of a single row where your attribite is AllowMultipleSelect="false" but you are still able to select Multiple rows. I just can't seem to get around this because I…
WvdW
  • 19
  • 8
0
votes
0 answers

ComponentArt: How do I DataFromat a ComponentArtGrid

Hi I am trying to make it so that my Datafield, RoutingNumber, can be formated into a string. So that each row of the grid has http://myurl.com/handleincomingcall.ashx?call=123, where 123 is the Routing Number and "…
vmedhe2
  • 237
  • 4
  • 19
0
votes
1 answer

ComponentArt callback not firing because JavaScript object is null or undefined

I'm trying to get this website that runs ComponentArt to run locally. It works on the DEV server but not locally. A number of the call backs aren't working. I set a breakpoint in the server side code, and it's not getting hit because the JavaScript…
Hoppe
  • 6,508
  • 17
  • 60
  • 114
0
votes
3 answers

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 chunck that...) at this Update. I have a hidden…
derSteve
  • 751
  • 3
  • 8
  • 20