G Web Development Software

cancel
Showing results for 
Search instead for 
Did you mean: 

Data Grids in G Web Development Software

Team,

 

I am starting to explore G web development software. I would like to display a set of values in a tabular form on the UI. I see that I can use data grids (Multi column list boxes and tables are not available in G webvi yet). But data grid currently supports only one event, which is value change. I would like to know the row number in the table if the user selects a particular row and if the user changes a value in one of the cell, I would like to get the cell coordinates instead of the value of the entire data grid.

 

Is it possible to do this through some other workaround? If not, when will the selection feature and additional events be supported?

 

Thanks,

Sudharsan

0 Kudos
Message 1 of 2
(1,190 Views)

Hi Sudharsan,

 

The tree control today does allow for multiple columns and has row selection events. The tree does not support inline editing of values but the selection events and multi column support may be closer to what you are looking for.


Milan
0 Kudos
Message 2 of 2
(1,141 Views)