John
Tue Apr 05 20:01:27 CDT 2005
Oh, I used that website a lot a while back but they change it. I have my
own custom data grid so in concept it's extended but I never did anything to
the row header. Most of my changes have been to the data gird itself in
regards to displaying data.
I think you would have to handle panting the grid yourself to add text which
would be rather a pain.
My suggestion would be to hide the row header and create a custom grid
column that looked like the row header. You could then select the column on
click if you want. Sort of depends how many of the standard features of the
row header you need.
You might also be able to replace the icon on the row header but you are
very limited on size that way.
Regards,
John
"Steve" <Steve@discussions.microsoft.com> wrote in message
news:38AE0497-8FC2-41EC-940D-398304EC49AF@microsoft.com...
> Thank you for your response.
>
> However the link you mentioned discuss extended version of DataGrid
> control
> sold by that company. Standard MS DataGrid class doesn't have Binder
> property.
>
> Could you comment.
>
> Thanks
>
> "John J. Hughes II" wrote:
>
>> You might try the below or search row header in the form:
>>
>>
http://www.syncfusion.com/Support/forums/message.aspx?MessageID=7222
>>
>> Regards,
>> John
>>
>> "Steve" <Steve@discussions.microsoft.com> wrote in message
>> news:822E87CD-4E5F-460C-9148-987B69902711@microsoft.com...
>> > Does anyone know if there is some way to set the Row Header Caption in
>> > a
>> > DataGrid or DataRow? I have no problem setting the column name through
>> > the
>> > DataColumn class using Caption {get; set;}. However, I can't seem to
>> > find
>> > the equivalent for the DataRow class.
>> >
>> > Thanks
>> >
>>
>>
>>