Can you get the datafield name from cell or column number on client side?

We are using the latest version of the GridWeb.

We have a bound grid and use OnCellUpdatedClientFunction to do some custom calculations.

The OnCellUpdatedClientFunction has the Cell that was updated and we can use this to get the column number. Is there a way of getting the DataField that the cell / column number is bound to?

I know we can use GetColumnNumberFromDatafield to work out the column number for a datafield. But the code would be much simplier if we could could get the datafield directly from the Cell/Column number?

Thanks

Kris

Hi,

I have logged your issue into our issue tracking system with an id: CELLSNET-19884. We will investigate the issue and get back to you soon.

Thank you.

Hi Kris,


Please use the updated version Aspose.Cells.GridWeb v2.3.1.2013 attached. We have supported your requirement. Please try the following code snippet at client side:

Thanks,