CatFelix
2013-05-02T05:36:06Z
This question is probably being a bit hopeful But as an absolute Newbie to iGrid I'll ask anyhow.

I don't suppose there is any way of making cells that are of type 'igCellCombo' cascade. What I am trying to achieve is a two level selection process. That is, when the user clicks the cell he/she is presented with a first level list and on selection of an item from that list he/she is presented with another list. Then the selection from the second list is entered into the cell. An event which detects the selection of an item from the list would be a good start, but I can't find anything approaching this.
Igor/10Tec
2013-05-03T14:24:07Z
The iGrid combo cell can display only a one-level ('linear') list. What about to use two columns instead of one? The first column could display a combo for the first-level selection, and the combo displayed in the second column would depend on the choice made in the first column.

We already have an extra sample that demonstrates this idea. Its name is 'One-to-many combos' and it can be found in the online Extra Sample Library for iGrid ActiveX:

http://10tec.com/activex-grid/extra-samples.aspx 
Users browsing this topic