N
notu
I have been developing a custom control that extends the CF 1 data grid.
Using reflection I have been able to add features like locked columns, value
based row highlighting, column and row paging, in cell text editing,
control based in cell editing, vertical detail view for the selected row,
alternate row shading, selective column shading, selective column header
shading, and other features.
Now I am looking at creating a CF 2.0 version. However, if I use the Lutz
Roeder's .NET Reflector tool to get the internal field and method names from
the CF 2.0 DataGrid dll, I don't see any of the internal fields or methods
that I'm using in the CF 1 DataGrid dll.
I noticed that the new CF 2.0 DataGrid dll is only 12k compared to the CF 1
DataGrid that is 90k
So what's up with the new DataGrid I thought it was better?
Using reflection I have been able to add features like locked columns, value
based row highlighting, column and row paging, in cell text editing,
control based in cell editing, vertical detail view for the selected row,
alternate row shading, selective column shading, selective column header
shading, and other features.
Now I am looking at creating a CF 2.0 version. However, if I use the Lutz
Roeder's .NET Reflector tool to get the internal field and method names from
the CF 2.0 DataGrid dll, I don't see any of the internal fields or methods
that I'm using in the CF 1 DataGrid dll.
I noticed that the new CF 2.0 DataGrid dll is only 12k compared to the CF 1
DataGrid that is 90k
So what's up with the new DataGrid I thought it was better?