dhtmlxGrid with combobox populated from server

Hi

I am trying to populate a combobox inside a grid from the server using ASP.NET. I am struggling to find an end-to-end example of how to do this.

I would like to use on the server:
dhtmlxGridConnector and dhtmlxGridConfiguration

while on the client use:
dataProcessor
dhtmlXGridObject

I’ve gone over all the documentation, esp

docs.dhtmlx.com/doku.php?id=dhtm … ns_in_grid

If I just had a sample, I could work it out.

For example, the above pages says on the server use:

connector.ExplicitOptions.Add((TableField)“FieldName”, “Alpha”, “Beta”, “Gamma”);

How do I link this to my client dhtmlxgrid code? The devil is in the detail, could you please provide a matching Client and Server sample, it would be much appreciated.

Thanks

David

You can find a ready working example in your connector’s samples:
“samples/grid/06_combo.html”