| PropertyGrid question (3 replies) |
| ASPFriends.com 'winforms-cs' list |
| Hi All, I'm using a propertyGrid and I wonder, is it possible to change a property to be 'ReadOnly' in runtime ? Like : public String Name { get { return name; } } but, sometimes i want the 'Name' to be editable (it depends on some validations), so i need the 'set' as well. does anyone has an idea to how to solve it ? thanx, Shalhevet. |
|
| Hiding a Columns in a DataGrid (4 replies) |
| ASPFriends.com 'winforms-cs' list |
| I have a DataSet that is returned from a WebService that has five data fields in it. The client is a Windows Form and the code is all in C#. The table that is in the Dataset has these data columns: TaskID, ProjectID, TaskDesc, Hours, Date. Just binding that to a DataGrid works fine. BUT... I don't want the TaskID and ProjectID columns to be displayed on the DataGrid at all. In ASP.NET I was told I... |
|
| How can i merge multiple rows in DataGrid (3 replies) |
| ASPFriends.com 'winforms-cs' list |
| Can i merge rows that contain same value in DataGrid Control? |
|
| problem related to datagrid (4 replies) |
| ASPFriends.com 'winforms-cs' list |
| Hi all , i am having a datagrid with delete button , which when pressed removes the data from database , now i need to implement a an event handler in between which confirms deletion before event occurence . My present code is given underneath , here i am creating an object of that button type and equating it equal to existing button and second line should actually serve my purpose but it's not do... |
|