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 |
Hi, I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. when I am clicking another button then other two values also insert into that table. please help me
What are ACID properties of a transaction in DBMS (Database Management System)?
what are the diffrences between windows application and windows service?
which property is used to change to some value to access a identity column in datacontrols?
how print PGL by XML
0 Answers Bank Of America, Wipro,
How to get records from a database?
Name the two main categories of .net components.
What is the difference between the add() and insert() methods of a listbox control?
how barcode create in the report
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
What is form based application?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".