TTIWAdvWebGrid

I have 2 grids on my form. I followed the direct edit demo. Both have combo boxesa dn edits. I am populating the cbo's of both grids on form create but only the first one gets populated and I am able to edit that one only. The second one appears to be read only unless I set its Always edit property to true, even then I seem to have access to the first row only although the row count is set to 5.


Thanks in advance for your help.

Did you make sure that each AdvWebGrid on the form has a different ID property setting? Each grid instance on the form needs to have a unique ID.

Thank You. Assigning a different ID to each grid fixed my problem. 


Is there an issue with the tabbing feature? I am not able to tab or enter to go to the next cell.

We are not aware of any issues with using the tab key to go to the next editable cell.
There might be limitations to using the tab key for certain combinations of editor/cell types.


Can you please provide the following information so I can further investigate this
- The version of Delphi you are using
- The version of IntraWeb you are using
- The name and version of the browser you are using
- The exact column types/editor types that are causing an issue with using the tab key

Unfortunately using the enter key is currently not supported.