Hi, I need to make hierarchical grid based on some condition.This means if there is no details,then there should not be (+) image in the grid.I need to hide expand image based on condition.Each master row i have the status of whether detail is there or not.
Hi Princy, Thank for the reply.when i am using this code,this will remove all (+)images.But i don't want this.I need to remove (+) based on some condition.
I guess you are using HierarchyLoadMode="ServerOnDemand".If so the DataBind of a child GridTableView would only take place when an item is Expanded. So initially the count of child will be null and it will hide Expandcollapse image for all Grid rows.