A front end web developer or a full-stack developer would find this blog post very helpful. Kyle Hooks explains how CSS stacking contexts work and what they are. ...
Read MoreIn this blog post, our team member Kyle Hooks explains how some of the famous design patterns can be implemented using JavaScript. ...
Read MoreHave you ever run into the issue when the SQL server got restarted and suddenly all the Auto Identity values jumped by 1000? Recently a client asked to prevent this issue as their IDs jumped unknowingly. Here is how it can be fixed. ...
Read MoreKendo grid supports sorting multiple columns. By default, it will display arrows to indicate whether the sorting is ascending or descending. Try this to show the order of the columns in which the grid is sorted as well. ...
Read MoreWhen you need to autofit all columns of a Kendo grid based on its content, Kendo grid provides an autofitColumn method. Here is an example of how to use this method effectively in following two types of scenarios: ...
Read MoreIt’s a common requirement to have a checkbox in the one of the columns and also have a checkbox in the column header. When a user clicks on a header checkbox, all the checkboxes in all rows should be checked or toggled. ...
Read MoreAdd additional attributes to the HTML inserted by the Kendo Editor Image Browser such as srcset to make images responsive with this code snippet. ...
Read MoreTo implement various validation rules or business logic, it could be important to know which row in the grid user is currently editing. The available functions in grid are helpful but can be tweaked to get the behavior you may need during validation. ...
Read MoreIf you are using Kendo Grid with inline editing, one issue you will observe is if user filters the rows and then wants to add new records, the empty row will not display. To fix this, the filter should be cleared so that the empty row displays. ...
Read More.Net Core is now open source and can run on many Linux platforms. .net can also run on Raspberry Pi platform with Windows 10 iOT. This blog explains the steps to self-host an asp.net MVC application on Windows 10 IoT running on Raspberry Pi ...
Read MorePage 4 of 5