Hierarchical indicators

Hi In the sample Grid->DataBound->Hierarchical->Customers.. if I remove the children of a customer, but there''s still a small ''+'' in front of the row. I need the grid only to display ''+'' if there''s children to the customer.. How can that be put to life?

1 Reply

AD Administrator Syncfusion Team May 2, 2005 02:54 PM UTC

Here is a forum thread that has some code to handle this problem. http://www.syncfusion.com/support/forums/message.aspx?MessageID=25785 If you are not using ShowTreeLines, then I think you should check for e.ColIndex == 1 instead of == 2.

Loader.
Up arrow icon