Hello,
I'm not sure that this is a bug, but a way a virtual scrolling work. we allways have two pages loaded in the grid and if there is not a need to load the data we do not do it or I'm missed something withe understanding.
Kind Regards
Hello,
You will need to increase the zIndex of autocomplete to some higger value like 1500 or 2000
Regards
Hello,
You have a answer in the discussion forum. In the future, please post you problem only once in the appropriate forum.
Regards
Hello,
I'm not sure what you do, but with the code listed this is not possible. editurl is set and the only way to have the load urls is to remove this parameter during the save or something else. Please check your code or post the full script that goes with the grid.
Regards
Hello,
If you use loading a data from the server you should know that in this case the sorting is on the server and not in the grid.
In this case you will need to make your server side code so that if the grid perform sort you should send the appropriate sorted data to the grid.
In case of loadonce = true you actually tell the grid to load data locally and in this case the grid sort the data automatically for you.
Some example you can see in our documentation site This is in PHP, but you will get a idea how to do this.
Kind Regards
Tony
Hello,
I'm not sure that ading empty rows in treegrid the way you want is possible.
Kind Regards
Hello Marc,
Thank you for confirming that it works as expected.
Kind Regards
Tony
Hello,
The problem you have is in xmlReader configuration.
You misspeled the word rows instead of row as described into the docs.
So your working code shouild look like this:
xmlReader: { root: “NewDataSet”, row: “uom”, repeatitems: false }
Regards
Hello,
Maybe you will need to use beforeShowForm event. Here you can get the selected data and enable/disable the check box based on another row value. The id of the input fields corespond to name in colmodel.
You can find more on documentation
Kind Regards
Hello,
Thanks. I confirm that this is a bug. I have fixed it in GitHb
I have put the last compiled jqGrid source in the site, so you can check your example online from the link provided from you.
Thank you again.
Kind Regards
Tony
Hello,
In which searchin – toolbar, form search – please be a concrete. If you do not want operator for this field then you should disable serching on that field. One solution is to have only one operator.
Regards
Hello,
If I understand right you can set autcomplete html option. To do this use editoption object of that field in colModel
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top