Resources  
  • Explain about Vue.js TemplateMar 28, 2024. Vue.js templates offer a declarative approach to building user interfaces, extending HTML with Vue-specific directives for data binding, conditional rendering, looping, event handling, and creating reusable components.
  • Enhance YAML Template Development in Azure DevOps for ProductivityMar 27, 2024. Enhance YAML template development in Azure DevOps with the YAML Template Editor to boost productivity. Simplify CI/CD pipelines, collaborate efficiently, and streamline automation processes for agile software development.
  • How to Create Calculated Column in SharePoint OnlineMar 22, 2024. SharePoint Online offers robust tools for collaboration and data organization. Learn how to update calculated column formulas to adapt to evolving business needs seamlessly. Follow a step-by-step guide to configure formulas, ensuring accurate data and enhancing analysis capabilities.
  • Refactoring Common Code with Azure Bicep User Defined FunctionsMar 19, 2024. Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a simple way to write code that you can reuse over and over again, making your projects more organized and easier to manage.
  • How Can I Use Imported Constant in Template Section in Vue.jsMar 18, 2024. To utilize imported constants in the template section of Vue.js, ensure they're declared within the component's script section. Then, reference them directly within the template for seamless integration.
  • React Apexcharts: Create & Download Column Bar Chart with BootstrapMar 16, 2024. In this tutorial, we will learn how to create a vertical column bar chart component in the React JS functional component. Creating a Column Bar Chart component in React using Apexcharts and Bootstrap. Configure data and options for visualization.
  • How Indexing Columns works in SharePoint Online?Mar 11, 2024. This article illustrates the process of creating an index column within SharePoint Online List/Library to enhance the efficiency of querying and retrieving results from SharePoint Online List/Library.
  • Create First Canvas App from Template Mar 07, 2024. This article provides an overview of Canvas Apps in Power Apps, guiding readers through the process of creating their first Canvas App using existing templates. Canvas Apps offer unparalleled customization options, allowing users to design intuitive interfaces and connect to various data sources without coding.
  • Renaming the Column in SQL ServerMar 06, 2024. Renaming columns in SQL Server is a fundamental task in database management. This comprehensive guide provides step-by-step instructions, syntax examples, and best practices to effectively rename columns, ensuring data integrity and maintaining database structures.
  • How to Create Truncate Filter in Vue.js Mar 06, 2024. Create a Vue.js truncate filter by defining a custom filter that shortens text to a specified length. Register the filter globally, then use it in your component templates as needed.
  • Fromula-Based Columns in Dataverse TablesMar 05, 2024. This content discusses the concept of formula columns in Microsoft Dataverse tables, highlighting their functionality in displaying calculated values using Power Fx, a user-friendly programming language. It provides steps on how to add a formula column and explores various use cases and limitations associated with this feature.
  • Understanding Grouping by Columns in SharePoint ListsMar 04, 2024. In this article, we will discover how to efficiently organize and manage data in SharePoint Lists by understanding the powerful grouping capabilities.
  • Calculated Columns vs. Measures in Power BIFeb 29, 2024. In this article, calculated columns and measures are crucial in Power BI for robust data analysis. Calculated columns, akin to spreadsheet columns, are static and impact data refresh performance. Measures, dynamic calculations, enhance report efficiency, adapting to context changes.
  • SendEmailFromTemplate to Send Emails to Unresolved AddressesFeb 28, 2024. This article delves into the process of streamlining communication in Dynamics 365 CE using Power Automate, specifically focusing on sending emails to unresolved addresses.
  • 2D Array with Matrix Multiplication in C ProgrammingFeb 28, 2024. A double subscripted variable, also known as a two-dimensional array, is a variable that has two subscripts assigned to it in order to represent a list of items.
  • Power Automate Flow to Update Sharepoint Column ValueFeb 27, 2024. In this article, I will be explaining how you can update the old value to the new value in the SharePoint list column using power automate flow.
  • What is the Purpose of Vue.js Compiler?Feb 27, 2024. The Vue.js compiler transforms Vue.js templates into JavaScript render functions, parsing templates, generating an optimized Abstract Syntax Tree (AST), and producing efficient render functions for seamless browser execution.
  • Create an Excel Template and Upload It to the LibraryFeb 26, 2024. In this article, Here, you'll find instructions on how to create and use an Excel template for various tasks, ensuring a blank starting point for your projects.
  • How Do You Define Custom Key Modifier Aliases in Vue.jsFeb 26, 2024. In Vue.js, enhance keyboard event handling by defining custom key modifier aliases through Vue.config.keyCodes. This guide details the process, demonstrating how to create and utilize these aliases in Vue templates.
  • Template Literals In JavaScriptFeb 24, 2024. JavaScript template literals are an effective tool for working with and creating strings. They were first included in ECMAScript 6 (ES6).
  • Creating Email Template for Custom Entities in Dynamics 365 CEFeb 24, 2024. This article is about using email template for custom entity in Dynamics 365
  • Clustered Column Chart in Power BIFeb 23, 2024. A clustered column chart in Power BI will allow easy customization and formatting. Users can adjust the colors, labels, and axes to better suit their needs and preferences.
  • What Are Single File Components in Vue.jsFeb 22, 2024. Single File Components (SFCs) in Vue.js consolidate templates, scripts, and styles in one file, enhancing organization. The example demonstrates creating and using a TodoItem component for a clear structure and efficient development.
  • Vue Template Refs Improving DOM ManipulationFeb 22, 2024. Vue Template Refs are a powerful feature that enables you to directly access and manipulate DOM elements in a Vue.js application. By using the ref attribute and the $refs object, you can achieve dynamic and interactive user interfaces without relying on traditional DOM manipulation methods.
  • What are X Templates in Vue.jsFeb 20, 2024. Vue.js X Templates, using the x attribute or v-pre directive, allow the inclusion of raw HTML content within Vue.js templates without processing. Ideal for code snippets, third-party components, and dynamic examples.
  • Auto Detect Responsive Screen Sizes Using Angular and BootstrapFeb 19, 2024. This document provides a comprehensive guide on implementing screen size detection and achieving responsive behavior in Angular applications. It outlines steps to utilize the HostListener decorator for detecting changes in the window size, allowing for dynamic adjustment of screen dimensions.
  • Get Browser Type and Version Using Angular and BootstrapFeb 19, 2024. This article provides a detailed guide on how to detect the browser version and name in an Angular application. It covers steps to create a service for browser detection, configure browser name and version detection methods
  • How to Add Highlighted Image Slider in BloggerFeb 13, 2024. Enhance your Blogger blog with a highlighted image slider. Learn how to customize your blog layout by adding an interactive image carousel using widgets or plugins for a visually appealing browsing experience
  • Date and Time Column Behavior in SharePoint List/LibraryFeb 12, 2024. In this article, we will learn how managing date and time column conversions in applications becomes challenging when your organization spans multiple offices across different time zones.
  • Filter PowerApps Gallery with Column Chart SelectionFeb 11, 2024. In this article, explore how to enhance PowerApps with interactive features. Learn to synchronize column chart selections to filter galleries seamlessly for a more dynamic user experience.
  • Integrate YouTube videos in our Angular ApplicationFeb 08, 2024. This content explains how to integrate YouTube videos into an Angular application using the Angular YouTube Player component. It outlines the steps involved, such as installing the necessary package, importing modules, adding the YouTube player component to the HTML template.
  • How to Apply or Change Site Template in SharePoint Online Feb 06, 2024. In this article, we will learnTransform your SharePoint Online sites with ease by learning how to change or apply site templates. Discover step-by-step instructions on logging in, accessing site settings, and selecting templates.
  • Deploy an Azure Service Bus Topic Using ARM TemplateJan 24, 2024. Deploying an Azure Service Bus Topic through the 'Deploy a Custom Template' method is simplified using an ARM template. Follow the steps to upload JSON files, configure parameters, and effortlessly create Azure resources.
  • Optimizing Angular TemplatesJan 15, 2024. Optimizing Angular templates is crucial for improving the performance of your Angular application. Here are some tips and best practices to optimize Angular templates.
  • Text and Email Generation with Handlebars.NET Templates in .NETJan 10, 2024. Handlebars.NET, a robust templating engine in the .NET ecosystem, facilitates dynamic content creation for emails and text. With an intuitive syntax and support for helpers and partials, it enhances personalization.
  • Understanding Site Column in SharePointJan 09, 2024. What is a Site Column in SharePoint, How to create a Site Column, and what are the benefits of a Site Column? This guide explores the importance of site columns in SharePoint Online, detailing their role in ensuring consistency, reusability, and improved content organization.
  • Write the Data to Excel TemplateDec 29, 2023. Learn the art of writing data into Excel templates in C# with this step-by-step guide. Create an ASPX page, use libraries like Newtonsoft.Json, and implement the Factory Pattern effortlessly.
  • Improving Code Readability in View Section Using Return TemplatesDec 01, 2023. The return template is a one of the new features added in the latest version of the CodeBehind framework. Using this feature completely separates the server-side codes from the view section.
  • Identity API Endpoints based Authentication and Authorization in .NET 8Nov 15, 2023. The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP.NET Core Identity through the classic web UI. Once you enable the Identity API endpoints, you will get endpoints like /register, /login, /forgotPassword, confirmEmail, etc.
  • ASP.NET Core Web API Development with Template Method Pattern and 3-Tier ArchitectureNov 13, 2023. This design pattern allows for a structured, modular, and easily maintainable architecture by separating concerns into distinct layers and leveraging the Template Method Pattern to provide a common structure for CRUD operations while allowing flexibility for additional logic in concrete implementations.
  • Java 21: New Features and ExamplesNov 02, 2023. Java 21 is a major release that includes a number of new features and improvements that make Java more concise, expressive, safe, and performant. Some of the most significant new features include record classes, sealed classes, pattern matching for instanceof, virtual threads, and sequenced collections.In short, Java 21 is a must-have update for any Java developer. It includes a number of new features that can help you to write better code, faster.
  • How to Create Pyramid in C#?Oct 18, 2023. This article explains how to create a pyramid pattern using asterisks in the C# programming language. This pattern is created by printing rows of asterisks, with each row containing an increasing number of asterisks, creating the shape of a pyramid. It also explains the purpose of each line of code in the provided C# program.
  • Dynamically Bind HTML Template to JSON Data Without using Loop in SQLOct 17, 2023. How we can dynamically bind html template to json data without using looping sql server
  • Understanding the C# Template Method PatternSep 27, 2023. Understanding the Power of the C# Template Method Pattern is a comprehensive guide that dives into the concept and application of the Template Method design pattern in C#. This title is aimed at developers seeking to grasp the fundamental principles and leverage the potential of the Template Method pattern in their C# projects. It illuminates how this design pattern enables the definition of the skeleton of an algorithm while allowing subclasses to provide specific implementations for certain steps. The title offers detailed explanations, practical examples, and best practices to help developers create extensible and maintainable code using the Template Method pattern. By understanding and mastering this pattern, developers can enhance code reusability, flexibility, and efficiency in their C# applications.
  • Retrieve All Column Values with PnP JS in SPFxSep 20, 2023. In this blog post, we'll delve into the process of extracting various field values from a SharePoint list using PnP JS, demonstrating how this can seamlessly integrate with SharePoint Framework (SPFx) for enhanced functionality.
  • Update Size of File Column in Dataverse TableSep 17, 2023. This article will walk you through that how we can update the size of already created file type column in Dataverse table.
  • ASP.NET (2) - ASP.NET ControlsSep 06, 2023. This series of articles on ASP.NET, originally from legacy OneNote notes, covers fundamental concepts. It offers valuable insights into current programming involving similar technologies like Angular and React.
  • Using PowerApps Filter Function for All SharePoint List ColumnsSep 06, 2023. This blog will show you how to use the Filter function to organize information in different SharePoint list columns, whether they contain words, numbers, dates, or choices. We'll make it easy with step-by-step instructions, so you can set up filters and customize your app's look. Get the most out of your SharePoint data by learning how to use the Filter function in PowerApps effectively.
  • Creating a Dynamic DataGrid Sourced from Tree Component in BlazorAug 25, 2023. Creating a DataGrid component that receives data from Tree component. This combination of components can be super useful in scenarios like product catalogs, file explorers, and organizational charts etc.
  • How to Use the Dataverse Patch Function?Aug 11, 2023. In this article, we'll delve into the utilization of the patch function for generating a record within a Dataverse custom table. This will encompass tables with intricate columns such as lookup, user, file, image, etc.
  • Column And Row In Jetpack ComposeAug 07, 2023. In this article, We will learn about Row and Column in Jetpack Compose.
  • What is the difference between ng-container, ng-template, and ng-content?Jul 28, 2023. Understanding the context ng-container, ng-template, and ng-content ??
  • Create Various Types of Charts in Word Documents in C# and VB.NETJul 17, 2023. By creating charts in your Word document, you can enhance the impact of your content and make it more engaging and informative for your readers. In this article, we will explore how to create Column Chart, Line Chart, Pie Chart, Bar Chart, Scatter Chart, Bubble Chart, 3D Surface Chart in a Word document using C# and VB.NET.
  • How To Upload File In Node.js ?Jul 13, 2023. In this article, we learn how to upload file using Nodejs
  • Build PowerApps Gallery with Four Column LayoutJun 28, 2023. In this solution, a step-by-step guide is provided to design a gallery control with multiple columns and rows. The process involves selecting a blank vertical gallery, setting the data source, configuring properties such as size and wrap count, and adding additional fields using a vertical container and labels.
  • Invoke PowerAutomate on the Change Specific Field/Column Value of DevOpsJun 26, 2023. Reducing unnecessary Power Automate invocations, this article presents a solution to trigger automation only when specific column values change in Azure DevOps, optimizing consumption and flow history while maintaining efficiency.
  • A Template and Guidelines for Software TestingJun 23, 2023. This articles gives interesting information about software testing and elaborates on important guidelines for software testers.
  • Sync SharePoint Online Column with Azure DevOps Fields using Power AutomateJun 23, 2023. This article introduces extracting Azure DevOps work item drop-down values using Power Automate. It covers creating a work item, extracting values, and syncing them with SharePoint Online List choice columns.
  • Angular ngTemplateOutlet - The Power of CustomizationMay 03, 2023. This article explains how developers can use a directive called ngTemplateOutlet in Angular to customize the appearance of a component's content. The article provides examples of how to use this directive to create reusable and customizable components for Angular projects. By the end of the article, readers will have a good understanding of how to use ngTemplateOutlet in their own projects.
  • Generating Dynamic Documents From Existing TemplateApr 24, 2023. Generating dynamic documents (PDF/WORD/EXCEL/POWERPOINT) from the existing template.
  • Getting Started With Mustache.jsApr 07, 2023. Mustache.js is a popular JavaScript templating engine that allows you to generate HTML markup from data. It is designed to be simple and flexible, making it an excellent choice for web developers who need to create dynamic web pages quickly and efficiently.
  • Power Apps - Fetch Image Property From Multi People Picker ColumnMar 27, 2023. In this article, you will learn about how to fetch image property from multi people picker column in Power Apps.
  • Power Apps - Fetch Image Property From Multi People Picker Column Based On Dropdown SelectionMar 27, 2023. In this article, you will learn how to fetch image property from multi people picker column based on dropdown selection.
  • What Is The Difference Between Relational And Non-Relational DatabaseMar 20, 2023. Relational databases and non-relational databases, also known as NoSQL databases, represent two fundamentally different approaches to storing and organizing data. Understanding the key differences between these two types of databases is essential for making informed decisions when choosing the most suitable database solution for specific use cases.
  • Tips To Write Less JavaScriptMar 13, 2023. This article describes the tips to write less in javascript.
  • Trigger Condition Expression - SharePoint Columns Compare And Trigger Only If Not EqualFeb 22, 2023. Power Automate Flow - Trigger condition expression - SharePoint Columns Compare and trigger only if not equal.This article will explain how we can create an automated MS flow with a trigger condition to run only when two column values of a SharePoint List / Library is not equal
  • How To Customize Table In Oqtane ModuleFeb 08, 2023. In this article, I'm going to explain, how we can add use a new column in the table of the Oqtane custom module
  • Understanding Instance Templates And Leveraging Instance Templates To Simplify VM Instance Creation ProcessFeb 08, 2023. In this article, we would try to understand more about VM Instance template. We would also see how we can spin up multiple VM instances quickly using instance template mechanism.
  • How To Delete A Column With Default Constraints In SQL ServerJan 25, 2023. This article let us know, how to delete a column that has a default constraint in SQL server.
  • Create Column Charts, Pie Charts or Line Charts in PowerPoint in JavaJan 18, 2023. This article will introduce how to create a clustered column chart, a pie chart and a line chart in a PowerPoint document in Java by using Spire.Presentation for Java.
  • Find Blank Column Using LINQ In UiPath Jan 03, 2023. In this article, you will learn how to find blank column Using LINQ in UiPath.
  • Understanding Screens And Screen Templates In PowerAppsDec 28, 2022. This article focus on screens and screen templates available into the PowerApps.
  • Use Of Filter Data Table Activity In UiPath Dec 27, 2022. Idea about how to use the Filter Data Table Activity in UiPath Studio.
  • Static Abstract Interface Members In C# 11 And Curiously Recurring Template PatternDec 23, 2022. This articles explores the Static Abstract Interface Members in C# 11, along with understanding the Curiously Recurring Template Pattern
  • Delete Files Based On Excel Column Name In Azure Data FactoryDec 19, 2022. In this article we are going to discuss about how to pick and delete only specific files from the ADLS directory based on filenames present inside the excel file. We are going to see this with a real-time use case.
  • Cascading Dropdown In Power Apps With Dataverse Look Up ColumnsNov 30, 2022. During this article, we will learn how to make cascading dropdown with dataverse look up columns in Power Apps
  • Generate Word Document Template Using Power AutomateNov 15, 2022. In this article am explaining how to Generate Word Document Template using Power Automate and am covering how to add repeating Table and Plain text content Controller.
  • HighCharts - Column ChartsNov 15, 2022. Column Charts using High Charts.
  • How To Rename Columns In Dataframe Using PythonNov 04, 2022. In this article, you will learn how to read Microsoft SQL table, add the results to DataFrame, rename the columns in DataFrame and export DataFrame to excel.
  • How To Add New Columns To A DataFrame Using PythonNov 03, 2022. In this article, you will learn how to read Microsoft SQL table, add the results to DataFrame, add new columns to a DataFrame and export DataFrame to excel.
  • SharePoint Online - How To Copy Site To Different Tenant/Site Collection Using PowerShellSep 28, 2022. In this article, we will learn how to copy a SharePoint site schema from one site collection or tenant to another using PowerShell.
  • Formatting A Text Based On Number Of Columns In PythonSep 26, 2022. How to display very long text when user viewable area is limited? Check out this article to know more...
  • What Is The Difference Between DBMS And RDBMS?Sep 13, 2022. DBMS (Database Management System) and RDBMS (Relational Database Management System) are both software systems used to manage and organize databases. The main difference between the two lies in the way they handle data and the relationships between data. A DBMS is a software application that allows users to interact with databases, providing an interface to create, retrieve, update, and delete data. RDBMS is a specific type of DBMS that manages databases based on the relational data model.
  • Dynamics 365 - Enhanced Email TemplatesSep 06, 2022. Article shares the information about the enhanced email template selection grid in Dynamics 365
  • How To Give Name To A Size Column In PythonAug 10, 2022. This article explains how one can label the size column that is generated programmatically.
  • Python Tip - How To Call A Function On Pandas DataFrame ColumnAug 02, 2022. This article explains about how to make a function call on Pandas dataframe column.
  • Easy To Learn .NET 6.0 and Angular - Standalone Template and WEB API Publish to IIS – Part 5Jul 17, 2022. In this article, we will see in detail on how to get started with the .NET 6.0 and Standalone Angular Template with WEB API and Publishing both WEB API and Angular projects to the IIS(Internet Information Service).
  • How To Rename Database Objects In SQL ServerJul 13, 2022. In this article, you will learn how to rename database objects in SQL Server.
  • Navigation In WPF And MVVM Using Tab controlsJun 14, 2022. To manage the content of the graphical region in WPF, there is some tools (like PRIM) that allows to have a main region which doesn't change during the navigation, and a dynamic one that will hold the content of the controls. In some simple cases, we want to perform it in a simple way without using any tool. Fortunately, the Wpf Material design Toolkit http://materialdesigninxaml.net/ is providing great items that can be used as navigation menus. In this article I'm going to show you how to create an application and navigate between views using The tab control of the Material design toolkit in WPF
  • Easy To Learn .NET 6.0 And Angular - Getting Started Angular Standalone TemplateJun 08, 2022. In this article we will see in detail on how to getting started with the .NET 6.0 and Standalone Angular Template which is available in Visual Studio 2022.
  • Easy To Learn .NET 6.0 And Angular - Getting Started Angular TemplateMay 27, 2022. In this article we will see in detail on how to getting started with the .NET 6.0 and Angular using the Angular Template which is available in Visual Studio 2022.
  • How To Read Column From CSV File In PowerShellApr 04, 2022. In this article, we are going to learn how to read a column from CSV file in PnP PowerShell.
  • Get Site Template For SharePoint Online SiteMar 25, 2022. In this article, how to get the site template for an existing SharePoint online site collection
  • Assigning A Built-in Role To A User At Resource And Resource Group Scope Using ARM Template Mar 20, 2022. This article is focused on creating an ARM template which will create a storage account resource in the resource group and will assign role at both RG (Resource Group) scope and created storage account resource level
  • Some System Columns Cannot Be DeletedMar 16, 2022. In this article, we will go through the use case and how to remove the system column from the SharePoint site conent types.
  • Create A Copy Of Azure Data Factory Using Azure ARM TemplatesMar 09, 2022. In todays demo we will see how can we backup and restore the Azure data factory using ARM templates export/import option in azure data factory studio.
  • Create/Design Adaptive Cards Extensions In SharePoint Site By Out-Of-The-Box WayFeb 07, 2022. Microsoft has introduced a new way of displaying the information in a platform-agnostic way called Adaptive Cards. In this article we shall see how to design the cards in the OOTB way.
  • Getting Started With Stacked Bar ChartDec 15, 2021. In this article, you will learn about Stacked Bar Chart.
  • SQL Server INFORMATION_SCHEMA ViewsDec 13, 2021. Learning what's INFORMATION_SCHEMA is and showing its common basic usages.
  • Export Data Into A Predefined Excel Template In .NET Using EPPlusSep 06, 2021. In this article, you will learn how to export data into a Predefined Excel Template in .NET using EPPlus

About DataGrid-Template-column

NA

OUR TRAINING