Quantcast
Channel: ASP.NET – Code Corner
Browsing all 79 articles
Browse latest View live

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 Article


Image may be NSFW.
Clik here to view.

Infragistics 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 Article


Image may be NSFW.
Clik here to view.

FusionCharts.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 Article

Image may be NSFW.
Clik here to view.

Solution 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 Article

Solution: 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 Article


Norton 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 Article

Image may be NSFW.
Clik here to view.

FusionCharts: 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 Article

Infragistics 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 Article


FusionCharts: 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 Article


WebDataMenu: 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 Article

Solution 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 Article

Solution 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 Article

Disable 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 Article


Image may be NSFW.
Clik here to view.

WebHierarchicalDataGrid: 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 Article

Infragistics 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Display “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 Article


Image may be NSFW.
Clik here to view.

Flipping 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 Article

Infragistics 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 Article

Image may be NSFW.
Clik here to view.

Infragistics 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
Browsing all 79 articles
Browse latest View live