A
Angel
Is it possible to update a datagrid directly without having to use the
underlying datatable? I use framework 1.0.
Angel
underlying datatable? I use framework 1.0.
Angel
Nicholas Paldino said:Angel,
Yes, it is. If you have a reference to the grid control, the default
indexer will allow you to get/set the values in the grid.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Angel said:Is it possible to update a datagrid directly without having to use the
underlying datatable? I use framework 1.0.
Angel
Angel said:Can you provide an example of using the default indexer in the datagrid?
Thanks again.
message news:#[email protected]...Angel,
Yes, it is. If you have a reference to the grid control, the default
indexer will allow you to get/set the values in the grid.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Angel said:Is it possible to update a datagrid directly without having to use the
underlying datatable? I use framework 1.0.
Angel