Symbols
2011-02-10T03:42:43Z
Hello iGrid fans xD

I would like to know if would be possible to insert a NumericUpDown component inside an especific cell of the iGrid, if yes, could someone show me how?

Let's say, for example on the cell(0,0), that's all that I need to know :)

Regards.
Igor/10Tec
2011-02-10T08:48:20Z
iGrid.NET allows you to use external controls to edit its cells. One of the examples can be found in the main demo - see the 'Custom Editing' sample at the bottom of the 'Using Particular Features' sample group. Another sample is in our Extra Sample Library (http://www.10Tec.com/Products/dotNET/iGrid.NET/Extra_Samples.aspx ). It is 'TextBox Custom Editing' which gives you an idea of how to use any standard .NET window control to edit the iGrid cells.
Symbols
2011-02-10T17:22:30Z
Thank you, I wil take a look 🙂