Solved
How to provide cursor icon for selecting rows in tree grid.?
How to provide cursor icon for selecting rows in tree grid.? I provided css =" .pointer {cursor: pointer;} ". It doesnt worked.
How to provide cursor icon for selecting rows in tree grid.? I provided css =" .pointer {cursor: pointer;} ". It doesnt worked.
Hi
You can try below css code which worked for me.
You can set cursor value to others to see if it's taking effect.
https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
.selectedTreeRow {
cursor: grab;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.