This question is locked. New answers and comments are not allowed.
Hi:
I am binding a grid to a series of views. These views are frequently changed by the users.
The bound grid has the column names in alphabetical order, not the order in which they are defined in the view. Is there any way to make the columns appear in the same order as the view? It would be much too tedious to manually assigne the columns (40+ in each view), each time there is a change.
I am using RIA services to get the data.
Example:
create view vw as
select ClaimDate, ClaimNumber, AdmittingDate from table
I want the columns appear in this order, but they appear in alphabetical order:
AdmittingDate, ClaimDate, ClaimNumber
Again, there are many, many columns that change frequently. We can't ask a programmer to tediously assign the columns each time there is a change.
Thanks,
Terry
I am binding a grid to a series of views. These views are frequently changed by the users.
The bound grid has the column names in alphabetical order, not the order in which they are defined in the view. Is there any way to make the columns appear in the same order as the view? It would be much too tedious to manually assigne the columns (40+ in each view), each time there is a change.
I am using RIA services to get the data.
Example:
create view vw as
select ClaimDate, ClaimNumber, AdmittingDate from table
I want the columns appear in this order, but they appear in alphabetical order:
AdmittingDate, ClaimDate, ClaimNumber
Again, there are many, many columns that change frequently. We can't ask a programmer to tediously assign the columns each time there is a change.
Thanks,
Terry
