Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/26/19 in all areas

  1. I managed to solve it, in case someone need it: function celldblclick(sender, td, cellIndex, record, tr, rowIndex, e, eOpts) { var el=e.target.parentElement; if($(el).hasClass("x-grid-td")&&!$(el).hasClass("x-grid-cell-special")) { sender.up('window').mask('loading...'); ajaxRequest(sender.up('window'),'grdDblClick',['indx='+record.get('1')]); } }
    1 point
  2. Thanks Sherzod, It works perfectly!
    1 point
  3. Hi, if Key=VK_RETURN then begin UniComboBox1.BeginUpdate; UniComboBox1.Items.Clear; UniComboBox1.Items.Add('RIO DE JANEIRO'); UniComboBox1.Items.Add('RIO GRANDE DO SUL'); UniComboBox1.Items.Add('RIO GRANDE DO NORTE'); UniComboBox1.EndUpdate; end;
    1 point
×
×
  • Create New...