Skip to content

Dhananjay Kumar

Published posts: 66

Dhananjay Kumar works as a Developer Evangelist for Infragistics. He is an eight-time Microsoft MVP.

Working with Auto-Generated Columns in the Ignite UI for Angular Grid

Ignite UI for Angular Grid is the fastest data grid available. It not only helps to run applications faster but also allows you as a developer to write applications faster.


· 3min

Formatting Data Using Pipes in Ignite UI for Angular Grid

How you present data to the user is essential. Often you cannot present data as it is from the data source to the viewer.


· 4min

Simplest way to share data between two unrelated Components in Angular

In Angular, it is essential to know how components communicate with each other. If you use a component inside another component, they create a parent child relationship. In such a scenario, parent and child components communicate to each other in following ways:


· 2min

Type of Undeclared Variable in JavaScript: What is it?

Have you ever thought, what is type of undeclared variable in JavaScript? I know, the first thing that might come to mind is: how can an undeclared variable have a type? Yes, in JavaScript it is possible.


· 1min

Simplifying Angular CLI for Beginners

So you want to write your first Angular application, however setting up even a ‘Hello World’ Angular application is not easy.


· 9min

Enabling Column Hiding in Ignite UI for Angular Grid

In this blog post, let us learn that how Column Hiding can be enabled in IgniteUI for Angular Grid.


· 3min

Seal, Freeze & Prevent Extension of an Object in JavaScript

Learn to seal, freeze, and prevent extensions of objects in JavaScript with Ignite UI for JavaScript by Infragistics


· 3min

Content Projection in Angular Element with Slot in Angular 7.0

Learn about content projection in an Angular element with slot in Angular 7.


· 2min

Simplifying Angular Data Binding to .NET Developers

Handling Angular data binding may be time consuming and sometimes even too complex. This blog post will show you how to simplify the process effectively.


· 5min