active questions tagged componentart - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T06:40:52Zhttp://stackoverflow.com/feeds/tag/componentarthttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1688593/componentart-and-ajax-toolkit-1ComponentArt and Ajax ToolkitSridhar2009-11-06T16:13:59Z2009-12-03T20:07:10Z
<p>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 null or not an object". I noticed that if I have the ScriptManager in the same page as any ComponentArt control, I get this error. Can someone please suggest me a solution? I'm using ComponentArt 2008.2 and latest version of Ajax Toolkit and .NET Framework 3.5. Thanks.</p>
http://stackoverflow.com/questions/1627616/removing-asp-net-validators-for-controls-that-are-no-longer-on-the-page0Removing ASP.NET validators for controls that are no longer on the page.ryan.rousseau2009-10-26T22:08:13Z2009-10-27T00:49:26Z
<p>I have a page that loads different controls into a placeholder via a ComponentArt Callback based on the user's action (clicking a link).</p>
<p>I am running to this scenario:</p>
<ul>
<li>Action 1 loads a control with ASP.NET validators into the placeholder.</li>
<li>Action 2 loads a different control with no validators (the first control is replaced and no longer on the page).</li>
<li>Submitting the page causes a javascript error since since the validator javascript objects are still on the page but the controls they validate are not.</li>
</ul>
<p>Has anyone experienced this issue or have any ideas on how to resolve it?</p>
http://stackoverflow.com/questions/896553/dundas-vs-componentart-which-one-is-better1Dundas vs ComponentArt which one is betterBinoj Antony2009-05-22T06:09:51Z2009-09-24T07:29:32Z
<p>Planning to buy a charting solution (for ASP.NET), narrowed down to Dundas and componentArt.</p>
<p>Is there a feature comparison sheet, comparing these two components?</p>
<p>Has anyone used both of these and found any one of them to be better than the other?</p>
<p>I had used ComponentArt in a project before and was impressed with its 3d like color settings, dundas look bland comparitively...</p>
<p>[EDIT] - Want to use it on .net Framework 2.0</p>
http://stackoverflow.com/questions/1461604/component-art-webchart-causing-asp-net-worker-thread-memory-leak1Component Art WebChart causing Asp.net worker thread memory leakTom Walls2009-09-22T17:59:09Z2009-09-23T00:15:37Z
<p>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 either requires a hard boot or if we can do an iisreset in time.</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/1272526/componentart-exporting-the-grid-data0ComponentArt: Exporting the Grid DataDenis Sadowski2009-08-13T14:59:43Z2009-08-20T17:04:58Z
<p>Hi all,</p>
<p>I have a need to export the contents in a ComponentArt Grid into a file, preferably excel in csv format. </p>
<p>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 client templating some minor manipulation is being performed before it is displayed to the user.</p>
<p>An example of a template that is applied is:</p>
<pre><code><ComponentArt:ClientTemplate Id="PostTemplate">
## DataItem.GetMember("LastPostBy").Value ##<br />## DataItem.GetMember("LastPostDate").Value ##
</ComponentArt:ClientTemplate>
Where the column definitions are:
<ComponentArt:GridColumn Width="140" HeadingText="Last Post By " DataCellClientTemplateId="PostTemplate" />
<ComponentArt:GridColumn DataField="LastPostBy" Visible="false" />
<ComponentArt:GridColumn DataField="LastPostDate" Visible="false" />
</code></pre>
<p>So when the grid is exported I would like the file to contain what is in the grid at the moment of export including any templated changes that may be visible if possible.</p>
<p>Thank you in advance for your assistance.</p>
http://stackoverflow.com/questions/1208497/componentart-clear-a-cell-in-a-grid-if-it-is-a-certain-datetime1ComponentArt: Clear a cell in a grid if it is a certain DateTime.Denis Sadowski2009-07-30T18:35:50Z2009-07-30T19:24:42Z
<p>Hi All,</p>
<p>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. </p>
<p>Since DateTime is a struct it cannot be null or empty. So I am looking for a way to tell the grid to leave the cell blank if this certain date is bound to the grid. </p>
<p>Any solutions would be greatly appreciated.</p>
http://stackoverflow.com/questions/868209/how-to-get-data-from-dynmically-created-treeview0How to get data from dynmically created Treeview.Shahzeb2009-05-15T11:43:07Z2009-07-15T20:05:09Z
<p>I am using ComponentArt Third party controls for ASP.NET 2.0.
Here is the problem i am facing.</p>
<p>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 treeview.</p>
<p>Can someone help ....!</p>
http://stackoverflow.com/questions/860331/componentart-grid-onkeypress-reset0ComponentArt Grid OnKeyPress Reset aluisius2009-05-13T20:45:24Z2009-06-17T08:49:06Z
<p>Is there a way to reset the on key press search value and state through code (C#)?</p>
<p>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.</p>
<p>For some reason the on key press search/filter stays after re-binding the CA grid. I had to manually remove/delete the text from the search box to get access the whole records through the CA grid.</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/280339/updatepanel-seems-to-struggle-with-huge-data-as-asynpostback-jsonserializer-maxl0UpdatePanel seems to struggle with huge data as AsynPostBack. jSonSerializer maxLength doesn't helpderSteve2008-11-11T08:29:59Z2008-11-13T19:23:47Z
<p>Hi All,</p>
<p>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.</p>
<p>I have a hidden button wihtin the update Panel, which I trigger by JS from client side, when I need the updatePanel and the grid.</p>
<p>When I call the Update method during the asyncPostback with Updatepanelxyz.Update() then I get later in the process a asyncPostBackError saying, that the JSonSerializer can't hanlde this amount of data. I should increase the specified value.</p>
<p>Indeed. Understood. But when I change this value in the web.config, then it does only work until round about 8MB, but not more. Is there a limit for the JSonSerializer in that case. I've set the value to the maximum value of Int32, which is kind of the 1000x of the default value, which is already enough for 4MB of serialized data.</p>
<p>Any suggestions? Any way to force the serializer to make that happen? Any way to use another Serializer?</p>
<p>Cheers,
Steve</p>