Jump to content

Sherzod

Moderators
  • Posts

    19684
  • Joined

  • Last visited

  • Days Won

    636

Everything posted by Sherzod

  1. Hi, https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
  2. Hi, Have you tried to search answers on the forum? What options are set on the grid?
  3. Hi, Can you please specify which edition and build are you using?!
  4. Hi, Try to increase the value of UniServerModule.AjaxTimeout
  5. Yes, can you try with this option for now? UniDBTreeGrid -> Options -> dgDontShowSelected=True
  6. Hi, I'll try to remember that decision and let you know
  7. Hi, Sorry for delay, can you still use the "FreeAndNil" solution? And I'm sorry that I again ask for clarification, what do you mean by saying "between dgRowSelect to dgEditing"?
  8. Hi, What was your previous version of "ExtJS" ?
  9. Hi, Have you tried this approach?: http://forums.unigui.com/index.php?/topic/10016-disable-unihtmlmemo-popup-menu/&do=findComment&comment=52146
  10. Hi, Just use UniDBMemo.Font.Name = 'Courier'
  11. Hello, Can you please explain in more details what you wanted ?!
  12. Hello, Let's start with this, can you try? function beforeInit(sender, config) { config.selModel = { selType: 'checkboxmodel', mode: 'MULTI' }; }
  13. Hi, Try, UniSession.AddJS('var ColCells = ".x-grid-cell-"+'+ (Sender as TUniDBGrid).JSName +'.columnManager.columns['+ IntToStr(colindx) +'].id;'+ 'Ext.select(ColCells).setStyle("cursor", "pointer");' ); Or another solution I think: procedure TMainForm.UniDBGrid1DrawColumnCell(Sender: TObject; ACol, ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs); begin if ACol = 1 then Attribs.Style.Style := 'cursor:pointer' end;
  14. Hello, I'm looking at some demo examples, and I do not see a significant lag Can you make a simple testcase for this if possible ?!
  15. Hi, Can you please explain in mode details, what problem do you have? Can you attach a screenshot or a simple testcase?
  16. Hi, I couldn't reproduce. How can we reproduce this, can you make a simple testcase for this ?!
  17. Hi, Can you please explain in more details, what problem do you have ?!
  18. Hi, This post can help you: http://forums.unigui.com/index.php?/topic/7729-tunidbgrid-doesnt-have-properties-selectall-and-unselectall/&do=findComment&comment=39483
×
×
  • Create New...