ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: 杨万里 on June 10, 2018, 03:25:59 pm

Title: about autocomplete how to Match the first character
Post by: 杨万里 on June 10, 2018, 03:25:59 pm
Hi!
Autocomplete how to Match the first character?
When I input a letter A, I match all items containing the letter a.
But I just want all line that starts with a.
Thank you!
I know I have a lot of problems, but I'm really worried. I'm very sorry.
Title: Re: about autocomplete how to Match the first character
Post by: paramvir on June 12, 2018, 11:16:48 am
please check jqueryui documentation for autocomplete.
Title: Re: about autocomplete how to Match the first character
Post by: 杨万里 on June 12, 2018, 08:04:01 pm
hi!
how to know the count of all rows,after  addrow?
I try to use this:
var column = $grid.pqGrid("getData", {dataIndx: ['id']});
var RowCount=column.length;
but it is not work ,RowCount is not change;