Posted 29 January 2019, 8:15 pm EST
Hi ! I’ll do me best to be clear… let say that I have a grid with 25 columns. Each column have a name. User can move columns to adjust column order if needed. All columns are editable. I have an afterEdit event raised to validate some stuff after the data is edited. If people can move colume aroud, how can I, in the afterEdit work with the columnName instead of the column index ? 'Cause column 6 may not longer be the 6th column… I hope you understand what I mean !!!
Thanks for your help !!