Jump to content

Sherzod

Moderators
  • Posts

    19642
  • Joined

  • Last visited

  • Days Won

    634

Everything posted by Sherzod

  1. Hello, Can you try to use this approach? function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns.forEach(function(col){ if (col.getEditor() && col.rdonly) { col.getEditor().setDisabled(col.rdonly); } }) }
  2. Hi, function afterrender(sender, eOpts) { sender.headerCt.el.on('dblclick', function() { ajaxRequest(sender, 'headerdblclick', []); }); } function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns.forEach(function(col) { if (col.titleEl) { col.titleEl.on('dblclick', function() { ajaxRequest(sender, 'headerdblclick', ['colIndx=' + col.dataIndex]); }) } }); }
  3. Hello, \FMSoft\Framework\uniGUI\Demos\Desktop\UniTreeMenu
  4. Я смог воспроизвести. Мы проверим...
  5. Hello, Are you following the instructions? http://unigui.com/doc/online_help/delphi-only.htm
  6. Sherzod

    uniDBListbox

    Здравствуйте, Работает как DBListBox VCL.
  7. Hi Mohammed, Can you try:
  8. Мне кажется это по дизайну... https://docs.sencha.com/extjs/7.0.0/modern/Ext.grid.column.Boolean.html
  9. Hi, Do you have a simple testcase?
  10. I am not asking for a test case from you. This is a standard UniGUI demo. I mean, could you reproduce your case in this demo example?
  11. Can you reproduce this issue with this demo?: \FMSoft\Framework\uniGUI\Demos\Desktop\ScrollBox
  12. Thank you. First of all, please adjust your forum email address:
×
×
  • Create New...