Hi all,
I have a rad grid, that is automatically generated because it must be dynamic. When editting items in the grid I use AutoGenerate='true' because the grid never has the same dataset twice.
When using .ExtractValues, the values are not matching up with the grid.
As an example, my datagrid has 3 columns. ID, A and B.
ID get's set to read only when the form is in edit mode so as to not confuse users. We then have A and B, correctly displayed in the correct order.
But when .ExtractValues pulls out the values, the values for column B go in with Key A and vice-versa.
Any ideas?
Thanks!
I have a rad grid, that is automatically generated because it must be dynamic. When editting items in the grid I use AutoGenerate='true' because the grid never has the same dataset twice.
When using .ExtractValues, the values are not matching up with the grid.
As an example, my datagrid has 3 columns. ID, A and B.
ID get's set to read only when the form is in edit mode so as to not confuse users. We then have A and B, correctly displayed in the correct order.
But when .ExtractValues pulls out the values, the values for column B go in with Key A and vice-versa.
Any ideas?
Thanks!