Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I have grid where more then 250+ columns we are using.
While displaying grid at run-time base on user we are showing columns.

my question is : all this columns we created at design time so i have designer generated code for 250+ columns.

this is good approach or i have to create column at run-time.

Regards,
Pritesh
Posted
Updated 24-Feb-10 19:56pm
v2

Based on user you are showings columns means columns are coming form database. so I suggest you to create custmize table/dataset and bind it with your datagrid

sorry for my misunderstanding.
I think you have to use desinger generated code.
 
Share this answer
 
v2
Hi,
Columns are not comming from DB. I am using devexpress grid where user will select some of columns and application save these columns in xml file in user PC.

regards,
Pritesh
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900