I changed page size to 10 and added
According to Oleg reply in
http://stackoverflow.com/questions/7230179/how-to-allow-to-use-case-sensitive-row-ids-in-jqgrid
there is no fix for this.
Andrus.
Tony,
Thank you for reply. I sent testcase to you by email.
Andrus.
I hold mouse down for 30 seconds in scrollbar for 10000 rows table, page size is 80 but could not reproduce the issue. I used settings:
In 4.1.2 if inline edit is started using edit action button and clicked in other row, old row remains in edit mode.
How to fix this so that inline edit is terminated if other row editing starts or if other row is clicked ?
you can use autoencode: true grid option instead this manual encoding.
This solution causes annoyning flickering:
If scrolled horizontally, click in row displays always leftmost columns and only after that scrolls
to current horizontal offset.
How to remove this flash ?
onSelectRow: function (rowID) {
Yes, this is serious issue. You can use Oleg patch to restore it, I added 2 lines to it as noted
I tried but got error that block() method is undefined. How to fix ?
Add edittype: 'custom'
I'm also interested on freeze column especially if there is nice UI to set it in grid
Oleg,
thank you. Server side validation in my application works exactly as you described.
Oleg,
If autonecoding is used, jqGrid sends < data to server as <
So there should be already converter in server which htmldecodes posted data.
I copied ASP .NET exception text below. Based on
Oleg,
thank you.
Oleg,
thank you, this was great help.
Removing formatter:null solves
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top