SQL Server Example

Do you have one example of the one datagrid that change the row and cell and load in a datagrid for the one dataset of the visual studio 2008 that have been make in XML?



regards

Unfortunately there is no exactly the same sample as requested.
The component is fully clientside, so it can work with ane server side backend, it doesn’t contain any special server side code for vs2008
If you interested - we can provide a sample of dataprocessor usage with .Net app ( it requires a pro version of grid, so if you need such sample - please contact us directly at support@dhtlmx.com and provide your ref. number )


Just help me in that.



For that xml what code i have to make to i see the datagrid?



 



 <?xml version="1.0" standalone="yes" ?>

- <NewDataSet>
- <Imprensa>
  <XML_F52E2B61-18A1-11d1-B105-00805F49916B></XML_F52E2B61-18A1-11d1-B105-00805F49916B>
  </Imprensa>
  </NewDataSet>

Please, have a look at the article about setting custom xml formats in the documentation:

    dhtmlx.com/docs/products/dhtmlxG … oadingdata

The provided xml is similar to “xmlA” format, except the row tag should has id attribute.

It will be possible to load (xmlA format) the following xml:

-