Gridpanel Column Resize and set width of all the columns on resize

  1. #1

    Gridpanel Column Resize and set width of all the columns on resize

    I have created custom grid control using Ext.Net GridPanel. In custom grid control, dynamically creating columns and assigning datasource to store.
    Once the grid is rendered in browser, when any column resized I want to set width of all the columns in the grid to the resized column width (prefarably at client side using js). Also once the is done, I want to store (access) the new width at server side to persist the state (as when user login next time, all the column width should be the same where user left previous time).

    We are using Ext.Net 2.5.3 version
  2. #2
    Hi @DeepakRasal,

    I would try to listen to a Column's Resize event.
    http://docs.sencha.com/extjs/4.2.1/#...t-event-resize
  3. #3
    Hi Daniil,

    Did you get chance to look into column resize issue?

    Thanks,
    Deepak
  4. #4
    I didn't look into that further after my recommendation to try using the Resize event.

Similar Threads

  1. Replies: 2
    Last Post: Mar 17, 2014, 6:29 AM
  2. Replies: 7
    Last Post: Jan 11, 2012, 3:52 PM
  3. Replies: 1
    Last Post: Aug 22, 2011, 5:54 PM
  4. [CLOSED] Content Gridpanel does not resize back to a full width
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 28, 2011, 12:32 PM
  5. Replies: 3
    Last Post: Feb 22, 2009, 2:58 PM

Tags for this Thread

Posting Permissions