Windows .NET - Datagrid Customization
Have u ever tried to customize the System.Windows.Forms.DataGrid in
VB.net - Windows, not ASP.NET
Requirement is to change the height of each row automatically.
Solution which works is using System.Reflection. But, the reflection method works only with available windows datagrid, not with customized datagrid; ie, if I inherit Datagrid and make my own customized datagrid, with some more required features, CAN u help out with some hint atleast.
Waiting for ur replies.
[502 byte] By [
Atanus] at [2007-11-11 7:19:27]

# 1 Re: Windows .NET - Datagrid Customization
System.Reflection is working fine for All .NET Component. may be your custom datagrid might has some problems. If you wanna test about System.Reflection, you can download any freeware datagrid control for .NET and test it.. :-)
To create custom datagrid, there are many articles available in internet. Hope you may get useful articles.
Sync at 2007-11-11 21:49:19 >
