I am using tree grid which can result in many rows. I had issues with scrolling but I fixed that by setting the setShowAllColumns and setShowAllRecords.
But now I have issues with collapse/expansion. I looked for post and see that I need a kind of balance between scrolling and expansion/collapse. But I really don't have a great need to provide collapse/expansion feature. Can I disable these two? I think the one way to add the event handlers and return false. But then how to remove the +/- signs next to the node names?
Thanks.
But now I have issues with collapse/expansion. I looked for post and see that I need a kind of balance between scrolling and expansion/collapse. But I really don't have a great need to provide collapse/expansion feature. Can I disable these two? I think the one way to add the event handlers and return false. But then how to remove the +/- signs next to the node names?
Thanks.
Comment