Is it possible to add a column in grid dynamically , for example if have to show 16 values of an object so i made values as row now the no of same object may vary from 1 to 50 depending upon no object selected now i want to show the vales in different column each object has unique identity. any help will be appriciated
thanks for your reply .I am sorry i could explain properly . Now I am trying once again to explain …
First thing I have to show the data in grid
lets take example of an object as a Car now i have fixed 16 parameters for describing a car
since parameter are fixed but the number of car chosen for comparison can vary
now what i want I should be able to to show the data for all the cars chosen by user for comparison
see the picture given
here the user selected four models for comparison but next time he can chose 6 or 7 then we have to increase the no of column in grid which is my problem
I know this can be done, I have had a developer do it for me. Could somehow make a method to alter the Visible (yes/no) property of the form for the field or fields you wish to possibly display. Say if 5 of the 16 fields are blank those 5 would not display?
I am not so convinced your data structure should be parameters, you seem to need more table and data flexibility.
The 16 parameter are in a master table and are fixed but they can increase in future if they increase we will add them in master table from where we are getting these 16 parameters . And if any car dose not have any property out of these 16 or more there we can show null or NA.