Stories recently tagged with 'GridView'

VIBlend extends the WinForms DataGridView with new features(www.viblend.com)

submitted by viblendviblend(160) 11 months, 29 days ago

Extended filtering options, New Cell Editors, Improved Pivot-Design panel and Localization support read more...

add a comment |category: |Views: 12

tags: another

WPF DataGrid - DataBinding to SQL Server Database(www.viblend.com)

submitted by viblendviblend(160) 1 year, 1 month ago

This post demonstrates how to bind the VIBlend WPF DataGrid to SQL Server DataBase read more...

add a comment |category: |Views: 106

tags: another

How to bind a WPF Pivot Grid to MS Access DataBase(www.viblend.com)

submitted by viblendviblend(160) 1 year, 1 month ago

Binding of a WPF Pivot Grid to MS Access DataBase read more...

add a comment |category: |Views: 38

tags: another

VIBlend WinForms Controls v5.0 - Released(www.viblend.com)

submitted by viblendviblend(160) 1 year, 3 months ago

Key benefits of the new release are: - 2 new themes for all VIBlend WinForms Controls - Pivot Design panel - DataGrid Localization Provider - Improved Ribbon Bar performance and rendering - Quick Start projects now have a full support for VS 2010 which will decrease development time read more...

add a comment |category: |Views: 32

tags: another

What’s coming in VIBlend WinForms Controls 5.0?(www.viblend.com)

submitted by viblendviblend(160) 1 year, 3 months ago

New Pivot Design Panel in VIBlend DataGrid for WinForms read more...

add a comment |category: |Views: 7

tags: another

First Look at the new themes for Silverlight(www.viblend.com)

submitted by viblendviblend(160) 1 year, 3 months ago

New Silverlight Themes and Styling improvements in VIBlend Silverlight DataGrid read more...

add a comment |category: |Views: 4

tags: another

Code Re-Use between Silverlight, WPF and WinForms DataGrid(www.viblend.com)

submitted by viblendviblend(160) 1 year, 3 months ago

Code Re-Use between VIBlend Silverlight DataGrid, VIBlend WPF DataGrid and VIBlend WinForms DataGrid read more...

add a comment |category: |Views: 11

tags: another

Working with ASP.NET GridView binding using List , ClientIDMode in ASP(syntaxhelp.com)

submitted by hima_.nethima_.net(440) 2 years, 1 month ago

Syntax help on GridView binding and clientIDmode property usage in ASP.NET read more...

add a comment |category: |Views: 24

tags: another

Fixed GridView's Header while scrolling using JavaScript(hcjsg.com)

submitted by IscNetIscNet(70) 2 years, 3 months ago

Fixed GridView's Header while scrolling using JavaScript without css.... read more...

add a comment |category: |Views: 144

tags: another

Gaia Ajax 3.6 Alpha Released: New Ajax GridView for ASP.NET(blogs.gaiaware.net)

submitted by stiansolstiansol(120) 2 years, 4 months ago

Gaia Ajax is an Ajax platform for advanced web development on the ASP.NET platform - without use of JavaScript. The 3.6 version comes with practical innovation previously unavailable to ASP.NET developers. This includes: New Ajax GridView, Adaptive Rendering Engine, 100++ New Samples, Completely new Effect API, New BrowserHistory Control, New Validation Controls ++ Download available read more...

add a comment |category: |Views: 16

tags: another

Search GridView with footertemplate and highlight results using AJAX(csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(904) 3 years, 2 months ago

In this example i am populating gridview without using sqlDataSource but by creating Sqlconnection and SqlCommand, i've put a textbox for text to search in footer of gridview using footer template , and the search results are highlighted using regular expression, i m using AJAX for partial postback and update progress template to show search progress read more...

add a comment |category: |Views: 180

tags: another

Search records in GridView and highlight result using C sharp ASP .NET(csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(904) 3 years, 2 months ago

In this example i am searching records of gridview and highlighting the results based on search criteria user enter in textbox , This example is using AJAX and C# asp.NET read more...

add a comment |category: |Views: 500

tags: another

Merging GridView Headers to have multiple Headers in GridView using C#(csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(904) 3 years, 2 months ago

Here is the example to Have multiple headers in a gridView or merging headers in GridView using C# and ASP.NET For this you need to create GridView header row in RowCreated Event In Code behind, in RowCreated Event of grid view i m creating a new gridview row of header type and than in this row i m adding 2 cells read more...

add a comment |category: |Views: 716

tags: another

Merging GridView Headers to have multiple Headers in GridView using C#(csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(904) 3 years, 2 months ago

Here is the example to Have multiple headers in a gridView or merging headers in GridView using C# and ASP.NET For this you need to create GridView header row in RowCreated Event In Code behind, in RowCreated Event of grid view i m creating a new gridview row of header type and than in this row i m adding 2 cells read more...

add a comment |category: |Views: 716

tags: another

ModalPopupExtender in a GridView sample(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years, 2 months ago

Although the ModalPopulExtender isn’t new at all there are still countless poeple who search the web for a comprehensive sample on how a ModalPopupExtender is used in a GridView. It can be pretty tricky to handle so I decided to come up with a good example of most things that you need tot know about it. Hence this blog post is a sample on how you can use the ModalPopupExtender in a GridView coupled with an UpdatePanel. Working with the ModalPopup from a GridView can be a pain, but with a good reference nice results can be yielded. read more...

2 comments |category: |Views: 904

tags: another