Jump to content

Sherzod

Moderators
  • Posts

    19684
  • Joined

  • Last visited

  • Days Won

    635

Everything posted by Sherzod

  1. Sherzod

    TreeView

    Hello, It seems this question concerns ExtJS, you can open a ticket in support portal. But as a workaround, can you use Enabled property instead ?
  2. In any case, first of all visit here:
  3. Hello, Can you please specify which edition and build of UniGUI are you using?
  4. Hi, Please make a simple testcase if possible
  5. Hello, Have you seen this demo?: \FMSoft\Framework\uniGUI\Demos\Desktop\Grid - DragDrop - Custom Handler
  6. UniStringGrid -> OnSelectCell event ?
  7. Hi, One possible solution 1. CustomCSS: .customDPicker .x-datepicker-header { display: none; } 2. function picker.beforeInit function picker.beforeInit(sender, config) { config.cls='customDPicker'; }
  8. Please look at this demo: \FMSoft\Framework\uniGUI\Demos\Desktop\StringGrid Demo
  9. Hi, I'm sorry, it seems I am not very clear what you want Please create a new post and describe your tasks in more details
  10. Can I ask you to do a small test case for this?
  11. Sorry if I ask again, which build are you using ?!
  12. Ok, we will check this issue It would be better if you attached a full test case
  13. This post can help you: http://forums.unigui.com/index.php?/topic/9456-some-question-about-tunicalendarpanel/&do=findComment&comment=60926
  14. So, have you solved the problem?
  15. UniHTMLFrame -> AutoScroll = True ?
  16. Ok Sorry, Can you please open a ticket in support portal ?!
  17. Hi, For example like this: UniEdit -> InputMask -> Mask = aaaa 9999 9999 UniEdit -> CharCase = ecUpperCase
  18. Merhaba, One possible solution I think 1. CustomCSS: .customGrid .x-grid-cell { cursor: pointer; } 2. UniDBVerticalGrid -> LayoutConfig -> Cls = customGrid
  19. Hi, Please, make a simple testcase to reproduce
×
×
  • Create New...