[CLOSED] Changind Column Header Text in AjaxRequest

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] Changind Column Header Text in AjaxRequest

    Hi,

    Is there a possibility to change the column header text during AjaxRequest? I am trying that for ListView and it does'nt seem to work.
  2. #2

    RE: [CLOSED] Changind Column Header Text in AjaxRequest

    Hi,

    Please use SetColumnHeader method of the ColumnModel.
    See the following sample (Change Header button)
    https://examples1.ext.net/#/GridPane...Configuration/
  3. #3

    RE: [CLOSED] Changind Column Header Text in AjaxRequest

    What in case of Listview? I am actually working on listview...

    There is no columnmodel for listview...
  4. #4

    RE: [CLOSED] Changind Column Header Text in AjaxRequest

    Hi,

    ListView control doesn't provide functionality to change column's header. It is light-weight implementation of a grid which give limiting functionality in comparing with grid. If you need enhanced support then use GridPanel.


    I'll try to add ability to change a column's header in other day (just need investigate DOM structure of a ListView )
  5. #5

    RE: [CLOSED] Changind Column Header Text in AjaxRequest

    Cool...
  6. #6

    RE: [CLOSED] Changind Column Header Text in AjaxRequest

    Hi,

    We have added SetColumnHeader method to the ListView
    Please update from SVN

  7. #7

    RE: [CLOSED] Changind Column Header Text in AjaxRequest

    Thanks... Will update now...
  8. #8

    RE: [CLOSED] Changind Column Header Text in AjaxRequest

    Cant find the method...

    It shud be something like listView1.setColumnHeader ?
  9. #9

    RE: [CLOSED] Changind Column Header Text in AjaxRequest

    Hi,

    Yes, there are client side 'setColumnHeader' and server side SetColumnHeader
    How did you serach that method?
  10. #10

    RE: [CLOSED] Changind Column Header Text in AjaxRequest

    I ahve a control named eventList. Code behind : eventList.SetColumnHeader (not present)
    eventList.Columns[0].SetColumnHeader (Not Present)


    Neither can I find it on the client side... May be not updated in SVN?
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] Command Column alignment + header text not working
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 10, 2012, 8:57 AM
  2. Replies: 2
    Last Post: Jun 01, 2011, 8:12 AM
  3. [CLOSED] Change text in header group column.
    By pdcase in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 09, 2011, 3:44 PM
  4. [CLOSED] Column header text style
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 03, 2011, 10:03 AM
  5. Replies: 0
    Last Post: Feb 17, 2010, 5:38 AM

Posting Permissions