How do you hide the columns in datagrid?
Answers were Sorted based on User's Feedback
Answer / s
DataGridTableStyle Dts1=new DataGridTableStyle();
datagrid1.TableStyles.Add(Dts1);
Dts1.GridColumnStyles[0].Width=0;
Dts1.GridColumnStyles[1].Width=390;
Dts1.GridColumnStyles[1].HeaderText="Title";
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / surya
In the html source of datagrid, add "visible=true" to the
item template of corresponding row.
Is This Answer Correct ? | 1 Yes | 0 No |
How to get records from a database?
Explain how to net forms the windows?
How many types of dialog boxes windows provides?
What are different authentication types. How do you retrieve user id in case of windows authentication?
Explain the need of z-order method?
what is the difference between checkbox and radiobutton?
28 Answers College School Exams Tests, TCS, Wipro,
How many nuber of controls are there in form?
What is the need of z-order method?
Name the two main categories of .net components.
how see report periviwe
How many number of events does the Timer controls ?
Explain how insert record in the database?