Infragistics WebDataGrid: Hidden columns become visible after AJAX postback
A recent update to .NetAdvantage for ASP.NET v12.2 introduced a weird bug – hidden columns of WebDataGrid and WHDG become visible after postback. Service release 12.2.20122.2031 fixed that issue – but...
View ArticleInfragistics WebDataMenu last item disappears
While using Infragistics WebDataMenu control from their NetAdvantage for ASP.NET Suite (version 2012.2, current as of this post) I noticed that last menu item in horizontal menu disappears. To me this...
View ArticleFusionCharts.RenderChart and ASP.NET UpdatePanel
FusionCharts is a very cool cross-platform charting library – it offers huge variety of chart types and mind-blowing special effects. It also offers wide variety of chart rendering options both...
View ArticleSolution for Infragistics WebDataGrid filtering error “Length cannot be less...
Infragistics WebDataGrid/WHDG controls for ASP.NET offer nice filtering features. Out of the box you just have to enable the behavior and badabingo: There is one glitch though in the way text filtering...
View ArticleSolution: eventArgs.get_type() incorrectly detects header of WebDataGrid in...
If you use CSOM of Infragistics WebDataGrid you may encounter a bug in client-side event handlers. Let’s say some action is needed on double clicking of a grid cell. The handler looks something like...
View ArticleNorton 360 Provides Security, Identity Protection, PC Tune-up, and More
Are you looking to secure your computer from the infectious viruses lurking on the Internet? Are you interested in getting your PC running as fast as possible? Are you hoping to protect your identity...
View ArticleFusionCharts: Use non-numeric Xaxis in Bubble and Scatter Charts
FusionCharts states in their documentation that in Bubble and Scatter Charts both X-Axis and Y-Axis must be numeric. But what if you want X-Axis to display some names or dates or other non-numeric...
View ArticleInfragistics WebTab: Simulating SelectedIndexChanging event when...
Infragistics WebTab control is very versatile and offers rich server- and client-side model. Among client-side events are SelectedIndexChanged – fires after user has changed the tab to provide ways to...
View ArticleFusionCharts: Invalid Data when using javascript renderer (solved)
If you’re using FusionCharts you may encounter a strange issue – chart renders correctly when Flash renderer is in use and displays “Invalid Data” error message when falling back (or forced) to...
View ArticleWebDataMenu: Use your own hover
Infragistics WebDataMenu comes with variety of styles and lets you specify your own. At a very basic it allows you to specify styles for normal menu items and hovered menu items: <ig:WebDataMenu...
View ArticleSolution for WebHierarchicalDataGrid’s “Async request failed” error
This is a solution for specific (and maybe somewhat obscure, but it helped me, so perhaps it will be helpful to someone else) scenario for Infragistics’ WebHierarchicalDataGrid error “Async request...
View ArticleSolution for IE10 error: SCRIPT5022: Sys.ArgumentOutOfRangeException: Value...
If you’re testing your ASP.NET project in Internet Explorer 10, you may encounter following error: SCRIPT5022: Sys.ArgumentOutOfRangeException: Value must be an integer. Parameter name: (x or y) Actual...
View ArticleDisable WebDataTree in client-side JavaScript
Let’s say you’re using Infrafitics WebDataTree’s server-side SelectionChanged event to perform some action when user selects a tree node. Now let’s say there’re times when you need to disable...
View ArticleWebHierarchicalDataGrid: get_scrollTop() returns incorrect value
Infragistics WebHierarchicalDataGrid has a neat client-side built-in function get_scrollTop() – it is used if at any point you need to retrieve current vertical scroll position of the grid (e.g. to use...
View ArticleInfragistics WebSplitter: Set SplitterBar’s CSS class in clinet-side JavaScript
Hello there. Haven’t written in a while, been busy participating in Stack Overflow community, but this little bit I found interesting. Infragistics has a cool versatile Web Splitter control in their...
View ArticleHow to receive Stack Overflow notifications on your phone and smartwatch
As you may have gathered I am a frequent participant of Stack Overflow Q&A board for coders. On that site everytime somebody responds to your question or comments – a notification is displayed in...
View ArticleDisplay “Lose It!” data on Pebble watchface
Lose It! is an excellent service that helps people lose weight by monitoring calories intake. It integrates with variety of devices so I was curious if I can display my user data on Pebble smartwatch...
View ArticleFlipping pebbles
As far as smartwatches go – Pebble is a lot of fun. But after playing around with Watchface Generator, Canvas for Pebble and numerous other apps I wanted something more, something that only Pebble SDK...
View ArticleInfragistics WebDataGrid stalls on paging large datasets
A common scenario while using Infragistics WebDataGrid is to have an unbound column, whose cell’s value is determined at runtime in InitializeRow event, something like Private Sub...
View ArticleInfragistics WebDataMenu flashes unexpected color on hover
Infragistics WebDataMenu ASP.NET control comes both with predefined stylesets and allows you granularly overwrite any of the styles. For example definition like this <ig:WebDataMenu ID="xmyMenu"...
View Article