hwan
2 comments
3,448 views
One can use the Grid's itemBeforeCheckChange and itemBeforeSelect client events to synchronize the state of checkboxes and row selection. Some extra logic is required since checkbox clicks also trigger row selection. I use the load client event is...
Posted by hwan
Posted on Mon Jun 15, 2009 @ 5:00 PM
13 comments
11,637 views
Using client templates and some JavaScript one can change Web.UI Grid's editing interface to behave more like a data entry spreadsheet. I started from the code suggestions given in Q10111 - HOWTO: Create a Microsoft Excel spreadsheet-like Grid and...
Posted on Thu Mar 12, 2009 @ 3:19 PM
jovan
3 comments
3,030 views
In the previous post I explained how you can customize the behaviour of MaskedInput’s Transforms. That should probably cover all your needs. However, MaskedInput’s architecture does allow for one more way to customize transforms. You can actually...
Posted by jovan
Posted on Fri Oct 24, 2008 @ 7:05 AM
1 comments
3,003 views
In this blog post I will assume that you understand how MaskedInput Transforms function. It was explained in the previous blog post . Here is the list of currently implemented transforms: CreditCard_VisaMasterCard - Visa or MasterCard credit card number...
Posted on Thu Oct 23, 2008 @ 6:30 AM
3,257 views
The format of the masked input is fully defined by the "Transform" it uses. A Transform is a client-side JavaScript object containing just three functions: validate – A function that takes a look at what the user just typed into the masked...
Posted on Wed Oct 22, 2008 @ 7:06 AM
4 comments
2,974 views
Short Story: This will not work: < ComponentArt : NumberInput runat = "server" ID = "MyNumberInput" /> < input type = "button" value = "+" onclick = "MyNumberInput.increaseValue();" /> <...
Posted on Tue Oct 14, 2008 @ 8:17 AM
BJovanovic
0 comments
9,594 views
View Angle Chooser is a UI control that comes included with the Charting 2008.1 product. It displays three sides of a rectangular box which can be rotated using a mouse to select the best chart viewing angle. Check out the Charting toolbar demo to see...
Posted by BJovanovic
Posted on Tue Jul 22, 2008 @ 7:57 PM
3,013 views
ComponentArt Charting 2008.1 introduces an easy way for end users to customize the look and feel of charts. This is accomplished through a JavaScript client-side API. Charting toolbar demo in ComponentArt’s new Charting gallery shows how this can...
Posted on Mon Jul 14, 2008 @ 12:17 PM
12 comments
148,961 views
Myth: You can't have a string literal stretch across two lines of text in JavaScript. Fact: You can have multiline string literals in JavaScript in all browsers. Multiline (or is it "multi-line"?) strings are a fringe feature of programming...
Posted on Wed Oct 17, 2007 @ 4:53 PM
miljan
15,347 views
Now that Visual Studio 2008 Beta 2 has shipped , it's a good time to talk about the next version of ASP.NET and Visual Studio. More specifically, I am happy to share some good news on how Microsoft's next major platform release will affect ComponentArt's...
Posted by miljan
Posted on Mon Jul 30, 2007 @ 2:30 PM
phil
17,905 views
I ran into a speed bump of sorts when attempting to assign an object instance method as a DOM event handler, there's some information floating around the net, but a post on the topic can't hurt. Something like this on the server side would usually...
Posted by phil
Posted on Fri Feb 16, 2007 @ 1:34 PM
4,145 views
Last night we updated the official Web.UI product roadmap . We are about 1-2 weeks off target regarding the release dates that were announced back in November. However, the good news is that the 2007.1 release will include one additional control (Dialog...
Posted on Thu Feb 1, 2007 @ 7:49 AM
12,751 views
The final version of ASP.NET AJAX was released today. We are very pleased to simultaneously announce the immediate availability of the full production version of ComponentArt Web.UI for ASP.NET AJAX. Taking those "beta" signs off our ASP.NET...
Posted on Tue Jan 23, 2007 @ 9:56 AM
8 comments
23,830 views
"Interoperability" is a term that has been used by several ASP.NET control vendors, including ComponentArt, to describe integration with ASP.NET AJAX. However, since we shipped the first public beta release of Web.UI for ASP.NET AJAX, we started...
Posted on Mon Jan 8, 2007 @ 9:42 AM
13,643 views
I recently read a post in [Bertrand Le Roy's blog] titled [A nice and compact way to coerce to Boolean in JavaScript] . Having used JavaScript extensively for the past few years, I knew from the title what the post would be about - the lovely double...
Posted on Tue Nov 28, 2006 @ 11:28 PM