setColumnResizable not working
Hey,
I'm trying to disable column resize for the first 2 columns in my grid while leaving it enabled for the rest. I've tried using the code
but that seems to have no effect at all. What is the proper syntax to do this?
Thanks in advance!
I'm trying to disable column resize for the first 2 columns in my grid while leaving it enabled for the rest. I've tried using the code
obj.setColumnResizable(false, 0);
obj.setColumnResizable(false, 1);
but that seems to have no effect at all. What is the proper syntax to do this?
Thanks in advance!
Chris
June 22,