[OPEN] [#1566] [4.5.0] Checkbox not editable with RowEditor

  1. #1

    [OPEN] [#1566] [4.5.0] Checkbox not editable with RowEditor

    Hi,

    in the RowEditor sample a checkbox is not editable. We find out, that it was possible with a previous release.
    Is this a bug or by design?

    not working: https://examples4.ext.net/#/GridPane...ins/RowEditor/
    working: https://examples3.ext.net/#/GridPane...ins/RowEditor/

    Many thanks for your help!

    Bye,

    Andreas
  2. #2
    Hi,

    i could solve it overwriting ".x-form-cb-wrap-inner".

        <style type="text/css">
            .x-form-cb-wrap-inner { display: block!important;}
        </style>
    At the moment we are evaluating the use of Ext.NET.

    Bye,

    Andreas
  3. #3
    Hello @ASchott! Welcome to Ext.NET forums, and thanks for your report -and- workaround!

    We didn't find any recent report of this issue in Sencha but seems this historically been an issue from Sencha Ext JS part (old posts from 2010, 2014, 2015...). So we should do a little more testing before we can say for sure this is an Ext.NET-specific issue or Sencha ExtJS-specific one.

    Their corresponding example works but they did not update their public examples to the latest Ext JS version -- so this may have been just introduced in Ext JS 6.5.2, as we integrated it in our versions of Ext.NET and consequently Examples Explorers.

    We've logged your report under issue #1566 in github and will post an update here as soon as we get news on the subject.
    Fabrício Murta
    Developer & Support Expert
  4. #4
    Hello Fabricio,

    any news on this issue? I ran into it, too. Solved it with the css workaround but I still have an uneasy feeling about it.

    cheers,

    T

Similar Threads

  1. (MVC) TreeGrid with Checkbox selction and Editable Columns
    By n_s_adhikari@rediffmail.com in forum 3.x Help
    Replies: 3
    Last Post: Jan 18, 2015, 2:00 PM
  2. [CLOSED] CheckBox Selection in Editable Grid
    By speedstepmem4 in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 10, 2014, 12:10 PM
  3. [CLOSED] Checkbox editor with RowEditor plugin not editable.
    By pj_martins in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 10, 2011, 2:35 PM
  4. Replies: 3
    Last Post: Feb 09, 2011, 3:17 PM
  5. [CLOSED] Editable Grid - Checkbox issue...
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 23, 2010, 10:33 AM

Tags for this Thread

Posting Permissions