Jump to content

bdiri

uniGUI Subscriber
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bdiri

  1. Hi i know it's very very late but maybe can help someone function beforeInit(sender, config) { sender.useTips=false; }
  2. bdiri

    kind request

    addedd margin-bottom to get it same as printscreen thanx for help @sherzod .x-column-header .x-autocontainer-innerCt { padding: 0 !important; } .x-column-header .x-field { width: 100% !important; margin-bottom: 0px; }
  3. bdiri

    kind request

    Thank youx Boss worked perfectly
  4. bdiri

    kind request

    Morning Sherzod Ergonomically it's better, isn't it?
  5. bdiri

    kind request

    Hi all If they are some one hwo can help me to do this, i will thank him in advance it's possible to control position of UniEdit in filer column to have UniDBGrid like this
  6. yes, bug appear only with those conditions Thank you, waiting your feedback
  7. i am sorry, i have update testcase file attached after save project there is no problem if one or more column locked
  8. PS : - I have access to the project web server from many others PCs ( windows 10 )and i have the same Bug - Same thing with chrome and Microsoft Edge navigator
  9. yes sir the same project, i use : Google Chrome : Version 107.0.5304.88 (Build officiel) (64 bits) Windows 11 Professionnel 64 bits Delphi 11 Update 2
  10. UniDBGrid strange behavior after resize Column Hi all I have strange behavior after resizing UniDBGrid with those coditions - ForceFit = True - Filter Enabled For all Columns - No Column locked Demo of error and testcase attached Thanx GridFiltering_02.rar
  11. HI d.bernart Can you plz share your solution, to benefit all forum users thanx
  12. Thanks Boss as usual fast and effective !
  13. Hi i tried to change UniPanel Title from ExtEvents with this code but without success, can you help me please MainForm.UniPanel1.SetTitle('New Title'); thank you
  14. Hi Boss i have already tryed many compbinations before ask, iclude thsi (D1,D3) without sucuss testcase joined thank you DragDrop.rar
  15. Hi All i have 3 UniDBGrid and each one can drag and drop records from other UniDBGrid, can you please help me to define DropGroup settings for each one Something Like This ? thanks for all in advance
  16. thank you so much boss
  17. Hi all can you plz help me how i resolve syntax problem in this function function filterchange(store, filters, eOpts) { if store.isFiltered() MainForm.UniLabel1.setText('Filtred') else MainForm.UniLabel1.setText('Not Filtred'); } thanks in advance
  18. Hi Sherzod, thanx for help Can i get filter string from Plugin to apply it to dataset because after applying the filter the grid does not update the dataset and change filter mode to Delayed Search
  19. Clear Filter and hide menu option work perfectly thank you so much us usual good and fast support
×
×
  • Create New...