Hi All,
I have an all code-behind solution and noticed an interesting quirk. I have a grid with hierarchy. Whenever I go to export it to Excel I receive a blank row under each row with content. I found the following link that points out my HiearchyLoadMode as being the culprit, and sure enough, if I switch from Client to ServerOnDemand the blank rows go away.
Unfortunately, I am using the Export to Excel functionality along with this link that pertains to hiding the expand/collapse icons when there are no records, and setting it to something other than Client hides all expand/collapse icons.
Does anyone one have any ideas how I can have both?
Thanks,
Mark
I have an all code-behind solution and noticed an interesting quirk. I have a grid with hierarchy. Whenever I go to export it to Excel I receive a blank row under each row with content. I found the following link that points out my HiearchyLoadMode as being the culprit, and sure enough, if I switch from Client to ServerOnDemand the blank rows go away.
Unfortunately, I am using the Export to Excel functionality along with this link that pertains to hiding the expand/collapse icons when there are no records, and setting it to something other than Client hides all expand/collapse icons.
Does anyone one have any ideas how I can have both?
Thanks,
Mark