Property Builder?
-
Is there a property build for a DataGrid in a C# Windows Application? I have used this feature when building web applications, but it does not appear to be present as I am building a Windows application and want to do a basic layout for my datagrid without manually constructing the data columns and features. Thanks. SD
-
Is there a property build for a DataGrid in a C# Windows Application? I have used this feature when building web applications, but it does not appear to be present as I am building a Windows application and want to do a basic layout for my datagrid without manually constructing the data columns and features. Thanks. SD
The WinForms DataGrid is really inflexible if you're used to using the asp:DataGrid control. I'm afraid you're going to have to manually construct the stuff you want.
Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson
-
The WinForms DataGrid is really inflexible if you're used to using the asp:DataGrid control. I'm afraid you're going to have to manually construct the stuff you want.
Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson