How add row to grid bound to IEnumerable(Of Employee)?
Hi,
I have a grid (Infragistics UltraGrid but I don't think that matters) that
is bound to data source IEnumerable(Of Employee).
How do I add a row to the grid (i.e. to the underlying data source, I
suppose?
I';m used to my data sources being DataTable so easy. Not sure what to do
here.
Thanks,
Ron
.
Relevant Pages
- RE: How to Refresh Datagrid Control?
... Normaly you would fill a grid like this: ... Would you suggest the code that I need to use to "refresh" the dataset? ... created from the New Data Source wizard. ... is needed to requery the sql database? ... (microsoft.public.dotnet.languages.csharp) - Re: DataGrid [Attribute] - $10 for answer
... > descriptor information which the grid will pick up and use to display it's ... > the data grid column styles first, and then bind your data source to the ... trivial to have originally implemented the DataGrid in such a way as to query ... >> public string FirstName ... (microsoft.public.dotnet.languages.csharp) - Unable to retrieve schema - Divide by zero error encountered
... Here's the funny thing - the grid works fine. ... I get to the point where I can test the data source, ... calls a stored procedure with two arguments) are correct. ... even Visual Studio manages to get the data in the data source configuration ... (microsoft.public.dotnet.framework.aspnet.datagridcontrol) - RE: How to Refresh Datagrid Control?
... In my initial question I mentioned that I used the Add New Data Source ... generated by the wizard. ... Normaly you would fill a grid like this: ... Would you suggest the code that I need to use to "refresh" the dataset? ... (microsoft.public.dotnet.languages.csharp) - Re: DataGrid - Sorting & Paging
... Viewstate will only hold the contents of the grid. ... HTML generated to display the contents of the data source. ... I want to avoid hitting the database wherever I can. ... (microsoft.public.dotnet.framework.aspnet) |
|