Hi
When I add lock to my first column, a horizontal scroll get added from the second column. that is expected behaviour.
Though when I remove some column from the Grid, the total width of Grid does not reduce according to remaining column, instead it remain static as before.
If someone want to replicate the issue they can use below example and following replication steps.
http://dojo.telerik.com/arEHa
1. make first column locked.
2. start removing column from last.
3. analyse the width of Grid whether reduced or not.
4.unlock first column.
5. repeat step 1-3 and see result.
can someone suggest a solution with both feature enabled, first column locked and total grid width should reduce with removal of column.
Thanks