UltraWebGrid to WebDataGrid Migration Zdravko Kolev / Wed, Apr 20, 2016 It has been a while since the introduction of the new ASP.NET controls based on the Aikido framework . It brought the developers a product meeting latest standards in performance and modern browser support...
Multiple enabled and disabled checkbox states for the ASP.NET AJAX Data Grid Damyan Petev / Fri, Mar 7, 2014 Is it checked or not quite? Multi-state checkboxes are in the menu today. Which, of course, begs the question “Doesn’t the WebDataGrid already support checkbox columns out-of-the box?”. Why yes, it does...
Cell Merging in WebDataGrid and WebHierarchicalDataGrid Jordan Tsankov / Fri, Jun 8, 2012 With the NetAdvantage 12.1 release , all grid controls now have the cell merging feature added to them. This includes NetAdvantage for ASP.NET’s WebDataGrid and WebHierarchicalDataGrid. This post will...
WebDataGrid Manual CRUD [Infragistics] Radoslav Minchev / Fri, Feb 3, 2012 Purpose WebDataGrid (WDG) has the capability to update the DataSource automatically if AutoCRUD property of EditingCore is set to true. What is “Manual CRUD”? This is a technique used by developers...
How to Implement Infinite List “Load More” Pattern in ASP.NET Grid [Infragistics] Murtaza Abdeali / Wed, Nov 30, 2011 Among the patterns that add to the overall usability of the application around desktop and mobile interface, one of the common ones is the “Load More” button appearing at the bottom of the lists that...
WebDataGrid Batch Updating [Infragistics] David Young / Wed, Nov 2, 2011 Updating can be a big part of certain grid scenarios and now the ASP.NET WebDataGrid supports batching all updates on the client. The great part about this is that the number of postbacks can be reduced...
Introducing the WebDataGrid / WebHierarchicalDataGrid Cheat Sheet Craig Shoemaker / Mon, Jul 11, 2011 Allow me to confess something upfront. Saying the WebDataGrid / WebHierarchicalDataGrid Cheat Sheet is anything like a “sheet” is a bit of a stretch. I will say, though, in it’s 51* pages of goodness...
Enabling Web Grid Ajax Loading Indicator for WebDataGrid for WebHierarchicalDataGrid Craig Shoemaker / Fri, Apr 29, 2011 When dealing with asynchronous data processing you often want to give users an indication that action is being performed by displaying some sort of indicator. The WebDataGrid and WebHierarchicalDataGrid...
What is the difference between WebDataGrid AutoCRUD and manual CRUD? Craig Shoemaker / Tue, Feb 16, 2010 One of the more frequently asked a questions regarding the WebDataGrid surrounds the modes in which the grid executes CRUD operations. The grid features a property called AutoCRUD which configures the...
Announcing the WebDataGrid FAQ Craig Shoemaker / Tue, Feb 16, 2010 As you could probably tell from my recent posts, my work lately has included the building up of content to help answer WebDataGrid frequently asked questions. I wanted to have a good amount of material...