I am trying to get a DataGrid under CE 5.0 / .NET CF 2.0 which the user can edit. The document at http://msdn.microsoft.com/en-us/library/ms838165.aspx indicates that some environments do not support editing -
Since there is no built-in support for editing in the DataGrid control, this must be done manually
Do I need to implement this ugly example - which does not work very well, as shown?
The documentation is not clear which .NET features are available on which platform.
, . MSDN DataGrid, , Pocket PC Smartphone. CE, , , , .
Eric Hartwell DataGrid, CF datagrid CodeProject.
, , Resco ComponentOne, .
, DataGrid . , , .
, .
http://msdn.microsoft.com/en-us/library/ms838165.aspx
, .. .. , , P..
http://msdn.microsoft.com/en-us/library/ms838165.aspx , , .
DataTable dataTable = (DataTable)grdOrders.DataSource; DataView dataView = dataTable.DefaultView;
DataView dataView = (DataView)itemdataentryGrid.DataSource; DataTable dataTable = dataView.Table;
, -, . , 1.0. CF , , -, ....: (
That day I learned a very important lesson: don't expect anything from FF to be in CF (more precisely, check before quoting!).
Source: https://habr.com/ru/post/1697067/More articles:Why are you or not using polyglot tools? - programming-languages | fooobar.comWhy am I getting an Objective-C error message: Incorrect conversion from 'objc_object *' - objective-cWhy does setInterval call a function with random arguments? - javascriptHow to use RegisterClientScriptBlock to register JavaScript? - javascriptReading file changes in real time using .NET. - fileChange .xla file with MSBuild - excel-vbahttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1697069/converting-sql-result-sets-to-xml&usg=ALkJrhhknTUBe3WQY5BN_jS2Q_t34sDYxQIn Rails, after using find with: select, my objects are not saved - ruby | fooobar.comHow to choose a CMS / Portal solution for a small site (s)? - comparisonHow can I create a human-readable script for each DTS package on the SQL server? - packagesAll Articles