Page 2 of 2

Re: HMG_aChoice + Grid = Incremental Search in Grid Cells

Posted: Wed Aug 04, 2010 1:56 pm
by Rathinagiri
Nope Esgici.

In the departments column, the user has to select one department. (He can't add a fourth department there)

Once he selects the department, the items list in the second column changes accordingly. Here too, he can't add a new item, however, he can select an item and enter the quantity in the third column.

It is just a replacement of combobox in in-place edit of grid with some extra fittings like incremental searching.

Re: HMG_aChoice + Grid = Incremental Search in Grid Cells

Posted: Wed Aug 04, 2010 5:20 pm
by sudip
Hello Rathi,

Besides incremental search, this have 2 more benefits:
1. We can leave a cell (with Achoice) blank.
2. The list can be generated on the fly

Thanks a lot :D