datagrid component please help!!

  • Thread starter Thread starter Selen
  • Start date Start date
S

Selen

Hi,
I want to use datagrid with left-site header.Default header is above.I want
to use above header and left-side header..How can I do this...or there is
free datagrid component which do this...I use asp.net ...

Thanks...
 
Selen,

You can not do this with the data grid. However, the PropertyGrid class
might be more to your liking. By default, it is not shown in the toolbox
for VS.NET. You can right-click on the toolbox and select "customize" and
then select the PropertyGrid component from the dialog that appears.

Hope this helps.
 
It comes disable on asp.net How can I use it?

thanks



iletide said:
Selen,

You can not do this with the data grid. However, the PropertyGrid class
might be more to your liking. By default, it is not shown in the toolbox
for VS.NET. You can right-click on the toolbox and select "customize" and
then select the PropertyGrid component from the dialog that appears.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Selen said:
Hi,
I want to use datagrid with left-site header.Default header is above.I want
to use above header and left-side header..How can I do this...or there is
free datagrid component which do this...I use asp.net ...

Thanks...
 
Back
Top