Jump to content

SISBLU Software

uniGUI Subscriber
  • Posts

    184
  • Joined

  • Last visited

  • Days Won

    2

SISBLU Software last won the day on May 3

SISBLU Software had the most liked content!

Recent Profile Visitors

1895 profile views

SISBLU Software's Achievements

Active Member

Active Member (3/4)

8

Reputation

  1. Correct: function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns.forEach(function(col){ if (col.getEditor() && col.rdonly) { col.getEditor().setDisabled(col.rdonly); } }) } Image: Without the code, the columns are active: The 2 COLUMNS are marked as Readonly=true
  2. IN my case, there are 2 editable fields in the grid. But the other fields that are marked with Readonly=true, when I click to edit my 2 fields, it opens the entire line for editing... The correct thing would be to leave the fields that are marked as Readonly=true disabled
  3. hello Hi, I downloaded the new version, 1.90.0.1573... And the problem still persists. I'm using this function in the GRIDS I need: function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts) { columns.forEach(function(col){ if (col.getEditor() && col.rdonly) { col.getEditor().setDisabled(col.rdonly); } }) } But this should be fixed in the component
  4. Solution: UniSweetAlert1.Html := 'Valor de Crédito: '+FloatToStr(ValorCredito)+'<br>'+'Valor Utilizado: '+FloatToStr(ValorUsado); UniSweetAlert1.Show; Result:
  5. Hello, any solution: UniSweetAlert1.Show('Valor de Crédito: '+FloatToStr(ValorCredito)+'<br>'+'Valor Utilizado: '+FloatToStr(ValorUsado)); Result:
  6. Attached the new file.. TestGridEdit.zip
  7. I use version: 1.90.0.1535 Click in NEW TestGridEdit.zip
  8. How did you manage to fix this, mine is like this too. I use version: 1.90.0.1535 When I click EDIT for the first time, or include is off-center. After the first time, it's normal, centered
  9. ERROR in ACCEPT IMAGE
  10. How to get line number on second page Using: UniMemo1.Lines.Add( IntToStr(UniDBGrid1.CurrRow)); returns me line 0 of the second page and not number 31
  11. It constantly throws this error, and I don't know what it is. He has no logic.
  12. managed to solve?
  13. Any Solution??? It constantly throws this error, and I don't know what it is. He has no logic.
×
×
  • Create New...