Home - Forums-.NET - FlyGrid.Net (Windows Forms) - bind xml file to flygrid

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

bind xml file to flygrid
Link Posted: 15-Oct-2009 02:09
Hello
           I have a xml file I want to bind to the fly grid. How can i do this

Regards
Link Posted: 15-Oct-2009 02:42
If your xml file is a database table you can bind it by using standard databinding technique.
If it is a custom soruce of data, you can create your own data provider that will fetch data from xml and work with FlyGrid in virtual mode.