Search Results

Type: Posts; User: knoll

Search took 0.01 seconds.
  1. Hi,

    You can do something like that :




    public static void pInitControls(ControlCollection aAllControls)
    {
  2. Hi,


    I've got gridpanel with cells edit and export csv file.

    Before installing the export Csv, if error appears during saving, i catch it and put it into a label.
    But now, with export CSV,...
  3. *Hi,

    If you take this example :*https://examples1.ext.net/#/GridPanel/Miscellaneous/Export_Data_Ajax/
    And add option "Save Mask" into gridpanel :



    <SaveMask ShowMask="true" />
  4. Hi all,

    I would like to display or hide CheckboxSelectionModel Column when i press a button.



    <ext:Button runat="server" ID="btnCheckEnable" Text="testDelet">
    ...
  5. Thread: SVN - License

    by knoll
    Hi,

    I would like to access to SVN, which kind of subscrition i need to purchase :

    - Only the professional License ?
    - Only Support ?
    - Professional License and Support ?


    Thanks,
  6. *hi,

    I find a bug (i think :p)

    After editing cells, if you want to paging or sort columns, we've got warning message.

    But, if you have pressed on Refresh button, change data cell, and click...
  7. Yes, Into the code behind, i generate it.

    I'm looking the meta data from the database, and i generate the GridFilters dynamically:




    DateFilter StrFilter = new DateFilter();
    ...
  8. Hello,

    I created dynamically my gridpanel and store.

    My data contains date field : this value is not obligatory and sometimes, this field could be null value.

    and that is the problem : when...
  9. Hello,

    I had the same trouble like you.

    I solved it when I changed this:


    <html xmlns="http://www.w3.org/1999/xhtml" >
Results 1 to 9 of 9