Hi,
I have a grid with scrolling, static headers and column resizing enabled. I want to assign minimum and maximum width for columns while reiszing them, so that user will be restricted from resizing after that(not by cancelling event). Also as grid with static headers do not recalculate width of all columns after resizing, I want to change width of other columns in oncolumnresizing or oncolumnresized event to maintain width of masterview table as a whole.
I have a grid with scrolling, static headers and column resizing enabled. I want to assign minimum and maximum width for columns while reiszing them, so that user will be restricted from resizing after that(not by cancelling event). Also as grid with static headers do not recalculate width of all columns after resizing, I want to change width of other columns in oncolumnresizing or oncolumnresized event to maintain width of masterview table as a whole.