-
Read the article here Learn to customize the WebDataGrid pager template. This video includes the following: Total number of pages Total number of records Drop down list for direct access to pages First, previous, next and last links Slider to control page size Duration: 36:01 Download Full: 1024x768, 115MB Web: 640x480, 114MB Mobile: 320x240, 74MB
-
If you’ve used our Excel or Document APIs, then you may already know where is post is headed. There have been numerous posts on how our Excel and Document APIs can be used to import and export data when working with our controls. In this post, we will focus on the newly released WebDataGrid control. Currently, it doesn’t have built-in support for exporting...
-
NetAdvantage 2008 Volume 3 ushered in the release of the new
WebDataGrid. In order to help you get familiar with this all-new control build
on the Infragistics Akido framework, I will take you step-by-step through
building an AJAX master/detail page. Activation Behavior At the root of enabling the interaction found in this
approach is the Activation...
-
Learn how the WebDataGrid supports AutoCRUD. The AutoCRUD feature is the default behavior of the grid to interface with an ASP.NET data source control to manage all the select, insert, update and delete messages of the grid. This demo uses the ObjectDataSource, but the approach is the same for any other supported data source. Duration: 6:50 Download...
-
Learn how the WebDataGrid automatically serves the appropriate editor controls in the grid depending on the data type of the column. If the default editor is not what you want, in this demonstration you also learn to overide the default and add custom editors to the grid. Duration: 3:23 Download Full: 1024x768, 12MB Web: 640x480, 11MB Mobile: 320x240...
-
Allowing users to filter data in the XamDataGrid is a great way improve readability and searchability of data. In this screencast you will learn how to enable record filtering, and the available options. This screencast will show how to set up your own filters at run-time through code. Duration: 10:43 Download [1024x768, 25MB] Full [640x480, 23MB] Web...
-
Learn how to interact with the client side object model to manipulate selected rows on the WebDataGrid. See how to implement multi-select, select all and clear all features. Also see how to post unique IDs of selected records back to the server via Ajax. Duration: 18:17 Download Full: 1024x768, 58MB Web: 640x480, 53MB Mobile: 320x240, 34MB
-
Learn how to include client-side validators in the WebDataGrid during CRUD operations. See how to use stock ASP.NET validation controls as well as working with custom validators. Finally, learn to customize the validation message with a custom style. Duration: 9:21 Read the article Download Code Sample Full: 1024x768, 30MB Web: 640x480, 28MB Mobile...
-
As most of you know about our Aikido framework for building lighter, faster web controls. With 2008 Volume 3, we have introduced our first ever Grid control built on top of it, called WebDataGrid . Check out the what's new product page to get more insight on what it can bring to your web development. A part from grid features like paging, scrolling...
-
Hi, The maximum width of the whole control is constrained by the value of Unit.Pixel. You can refer to the following MSDN resource: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.unit.pixel.aspx The Unit class can represent values only between -32768 and 32767. Therefore if you have 300 columns, and let's say every column width...