[CLOSED] Combo refresh problem

  1. #1

    [CLOSED] Combo refresh problem

    Hi,
    I've defined a store for combo and on page load sets the data source of store (DataTable). It works fine but the combo refresh button is not refreshing and also its not maintaining its viewstate. How can I fix this ?
    Last edited by Daniil; Jul 30, 2013 at 4:07 AM. Reason: [CLOSED]
  2. #2
    Hi @hidaextnet,

    Quote Originally Posted by hidaextnet View Post
    Hi,the combo refresh button is not refreshing
    If you mean a PagingToolbar's Refresh Button, then you should define an OnReadData handler for the Store, as here:
    https://examples2.ext.net/#/GridPane...rayWithPaging/

    Quote Originally Posted by hidaextnet View Post
    also its not maintaining its viewstate
    ViewState is disabled by default in Ext.NET and we recommend not to use it if possible.

    To enable you can set up:
    <ext:ResourceManager runat="server" DisableViewState="false" />

Similar Threads

  1. combo box paging refresh button
    By rich27 in forum 1.x Help
    Replies: 0
    Last Post: Aug 02, 2012, 2:50 PM
  2. [CLOSED] How to remove the Refresh icon from the Combo control
    By Fahd in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 12, 2012, 7:50 PM
  3. [CLOSED] Combo value problem
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 09, 2011, 12:04 PM
  4. Replies: 0
    Last Post: Oct 21, 2010, 5:33 AM
  5. Combo Box Problem
    By jpmcm88 in forum 1.x Help
    Replies: 2
    Last Post: Jul 15, 2009, 2:59 PM

Posting Permissions