Help with custom DataGrid control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a custom DataGrid control which implements a custom property
HighlightRow of type Boolean.

I have another custom DataGridTextBoxColumn class, which Overrides the Paint
method in order to facilitate row highlighting.

My question is how I can access the HighlightRow property of custom DataGrid
control in DataGridTextBoxColumn class. I want to check this property in
Overridden Paint method.

Thanks.
 
Job,

In my opinion when you make something customized what is not in the
standard, is it you that gives the answers.

I have seen this question about the highlighted datagridrow especially the
last days more times, with only answers as "That is not possible"

When you are not able to make completly something that does not exists as
control yet yourself, than don't start with it or wait a while until you
have the complete knowledge.

However here some links, when you cannot find it there, than probably nobody
succeeded and do you have a very well knowledge of the datagrid to answer
your question.

Complete very nice controls

http://www.knowdotnet.com/articles/kdngrid.html

http://dotnet.leadit.be/extendeddatagrid

Faqs
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp

http://www.microsoft.com/belux/nl/msdn/community/columns/jtielens/datagrid.mspx

http://msdn.microsoft.com/library/d...ry/en-us/dnwinforms/html/wnf_CustDataGrid.asp

http://msdn.microsoft.com/library/d...ormsdatagridtextboxcolumnclassformattopic.asp

I hope this helps a little bit?

Cor
 
Back
Top