Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Roaming

Pages: [1]
1
like this?
Code: [Select]
{
title: 'Agree?',
    dataIndx: "Agree",
    editor: {
    type: 'select',
      options: [{'Yes': 'Yes'}, {'No':'No'}],
      init: function(ui){
      ui.pqSelect({
        deselect: false,
          search: false
        });
      }
    }
}

2
Help for ParamQuery Grid (free version) / Re: Negative Number Support
« on: April 15, 2017, 01:18:32 pm »
That's a peculiar phenomenon. I haven't encountered. Negative number is also normally appearence.Could you copy your code here?

Pages: [1]