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 |
What is dynamic linking?
What is form description?
Which window displays messages for the status of various features provided in the visual studio .net ide?
Tell a very common use of private constructor?
Clear property is available in which control?
Explain something about crystal report in brief?
What is the need of tabindex property is label control?
HOW TO NET FORMS THE WINDOWS
To which namespace does the control class belong?
How insert recored in the database
what is the control used to call a windows application?
What are window based applications?