Actually I am using an ultra win grid I want insert data from a dataset.Means I fetch data from the database throgh dataset.How I can display ths data in a Grid............
In short: Fill your DataSet from the data base, then set the grid's DataSource to the DataSet.
The following articles, taken from our online help documentation of NetAdvantage for .NET 2009 Volume 1, provide more detail in binding WinGrid to a DataSet. The first two show how to do this primarily using design-time tools, while the other two show how to do this using program code.
Bind WinGrid to a Flat Data SourceBind WinGrid to a Hierarchical Data SourceBinding to Program-Generated Flat DataBinding to Program-Generated Hierarchical Data