Windows Develop Bookmark and Share   
 index > Windows Forms General > Paging in DatagridView in C# Windows Application with Binding Source
 

Paging in DatagridView in C# Windows Application with Binding Source

Hi Chaps,

I am working on Windows application with C#.net and MySql 5.1

Now I need paging in Datagrid view on Some of My forms.

now my question is Datagridview does not suppoert Paging by default. hence i can not use Paged Datasource .
One more thing Due to some requirement i need to bindinsource as a datasource of DatagridView.

Now along with this how can i add paging functionlity with the existing application?
Tarang  Friday, May 18, 2007 6:01 AM
You can use use the Virtual Mode to "paging", check this project: http://www.codeproject.com/vb/net/WinFormGridviewCaching.asp
Zhi-Xin Ye  Thursday, May 24, 2007 9:48 AM
You can use use the Virtual Mode to "paging", check this project: http://www.codeproject.com/vb/net/WinFormGridviewCaching.asp
Zhi-Xin Ye  Thursday, May 24, 2007 9:48 AM
Thanks a lot its very useful
Prabakar
PrabakarSamiyappan  Thursday, May 07, 2009 6:03 AM

You can use google to search for other answers

Custom Search

More Threads

• msflexgrid
• Win32 and C# Window Style. Why Different ?
• Using MouseLeave
• ComboBox with value and key
• datagrid wrong row after column sort
• VB.NET Forms
• FileInfo.Lenght in Kb's?
• Create pop up menu on button click
• Separate data from gui and update gui data....
• change color of text when disabling control